/[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 1048 by hertzog, Tue Jul 19 22:45:04 2005 UTC revision 1049 by hertzog, Fri Jul 22 08:40:10 2005 UTC
# Line 425  Line 425 
425    </tr>    </tr>
426    </xsl:if>    </xsl:if>
427    
428    <!-- unstablej -->    <!-- unstable -->
429    <xsl:if test="$hasunstable">    <xsl:if test="$hasunstable">
430    <tr class="normalrow">    <tr class="normalrow">
431    <td class="labelcell">Unstable</td>    <td class="labelcell">Unstable</td>
# Line 445  Line 445 
445    </tr>    </tr>
446    </xsl:if>    </xsl:if>
447    
448      <!-- Patches list [FG] -->
449      <xsl:if test="$other/@patches='yes'">
450        <tr class="titlerow">
451        <td class="titlecell" colspan="2">
452        Patches
453        </td></tr>
454        <tr>
455        <td class="contentcell" colspan="2" style="text-align: left">
456        <xsl:for-each select="$other/patches/item">
457          <li>
458            <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>
459          </li>
460        </xsl:for-each>
461        <xsl:if test="$other/bugs/@patch!='0'">
462          <li>
463            <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>
464          </li>
465        </xsl:if>
466        </td>
467        </tr>
468      </xsl:if>
469    
470    
471    <tr class="titlerow">    <tr class="titlerow">
472    <td class="titlecell" colspan="2">    <td class="titlecell" colspan="2">
473    Other links    Other links

Legend:
Removed from v.1048  
changed lines
  Added in v.1049

  ViewVC Help
Powered by ViewVC 1.1.5