/[qa]/trunk/pts/www/xsl/pts.xsl
ViewVC logotype

Diff of /trunk/pts/www/xsl/pts.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1086 by djpig, Sat Sep 10 17:01:31 2005 UTC revision 1087 by djpig, Sat Sep 10 17:14:16 2005 UTC
# Line 465  Line 465 
465      </td></tr>      </td></tr>
466      <tr>      <tr>
467      <td class="contentcell" colspan="2" style="text-align: left">      <td class="contentcell" colspan="2" style="text-align: left">
468        <ul>
469      <xsl:for-each select="$other/patches/item">      <xsl:for-each select="$other/patches/item">
470        <li>        <li>
471          <a href="{$other/patches/item/@url}">Patch from <xsl:value-of select="$other/patches/item/@distro"/> for version <xsl:value-of select="$other/patches/item/@version"/></a>          <a href="{$other/patches/item/@url}">Patch from <xsl:value-of select="$other/patches/item/@distro"/> for version <xsl:value-of select="$other/patches/item/@version"/></a>
# Line 475  Line 476 
476          <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=src&amp;data={$package}&amp;include=patch&amp;exclude=pending">Patches from BTS (<xsl:value-of select="$other/bugs/@patch"/>)</a>          <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=src&amp;data={$package}&amp;include=patch&amp;exclude=pending">Patches from BTS (<xsl:value-of select="$other/bugs/@patch"/>)</a>
477        </li>        </li>
478      </xsl:if>      </xsl:if>
479        </ul>
480      </td>      </td>
481      </tr>      </tr>
482    </xsl:if>    </xsl:if>
# Line 851  Line 853 
853    </td></tr>    </td></tr>
854    <tr class="normalrow">    <tr class="normalrow">
855    <td class="contentcell2" style="text-align: left">    <td class="contentcell2" style="text-align: left">
856      <ul>
857    <xsl:for-each select="document(concat('../base/', $dir, '/excuse.xml'))/excuse/item">    <xsl:for-each select="document(concat('../base/', $dir, '/excuse.xml'))/excuse/item">
858      <xsl:call-template name="outputitem"/>      <xsl:call-template name="outputitem"/>
859    </xsl:for-each>    </xsl:for-each>
860      </ul>
861    </td>    </td>
862    </tr>    </tr>
863    </xsl:if>    </xsl:if>
# Line 872  Line 876 
876      Static Information      Static Information
877      </td></tr>      </td></tr>
878      <tr class="normalrow">      <tr class="normalrow">
879      <td class="contentcell2"><xsl:copy-of select="$static"/></td>      <td class="contentcell2">
880        <ul><xsl:copy-of select="$static"/></ul>
881        </td>
882      </tr>      </tr>
883    </xsl:if>    </xsl:if>
884    
# Line 889  Line 895 
895      Latest News      Latest News
896      </td></tr>      </td></tr>
897      <tr class="normalrow">      <tr class="normalrow">
898      <td class="contentcell2"><xsl:copy-of select="$news"/></td>      <td class="contentcell2">
899        <ul><xsl:copy-of select="$news"/></ul>
900        </td>
901      </tr>      </tr>
902    </xsl:if>    </xsl:if>
903    

Legend:
Removed from v.1086  
changed lines
  Added in v.1087

  ViewVC Help
Powered by ViewVC 1.1.5