/[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 1755 by zack, Fri Nov 30 17:29:11 2007 UTC revision 1756 by zack, Fri Nov 30 17:38:29 2007 UTC
# Line 340  other-to-%xx, especially % to %25... For Line 340  other-to-%xx, especially % to %25... For
340    <td class="titlecell" colspan="2">    <td class="titlecell" colspan="2">
341    Bugs Count    Bugs Count
342    </td></tr>    </td></tr>
343    <tr class="normalrow">    <tr class="normalrow" id="bugs_all">
344    <td class="labelcell">All bugs</td>    <td class="labelcell">All bugs</td>
345    <td class="contentcell">    <td class="contentcell">
346    <xsl:element name="a">    <xsl:element name="a">
# Line 356  other-to-%xx, especially % to %25... For Line 356  other-to-%xx, especially % to %25... For
356    </xsl:element>    </xsl:element>
357    </td>    </td>
358    </tr>    </tr>
359    <tr class="normalrow">    <tr class="normalrow" id="bugs_rc">
360    <td class="labelcell">Release Critical</td>    <td class="labelcell">Release Critical</td>
361    <td class="contentcell">    <td class="contentcell">
362    <xsl:element name="a">    <xsl:element name="a">
# Line 373  other-to-%xx, especially % to %25... For Line 373  other-to-%xx, especially % to %25... For
373    </xsl:element>    </xsl:element>
374    </td>    </td>
375    </tr>    </tr>
376    <tr class="normalrow">    <tr class="normalrow" id="bugs_in">
377    <td class="labelcell">Important and Normal</td>    <td class="labelcell">Important and Normal</td>
378    <td class="contentcell">    <td class="contentcell">
379    <xsl:element name="a">    <xsl:element name="a">
# Line 390  other-to-%xx, especially % to %25... For Line 390  other-to-%xx, especially % to %25... For
390    </xsl:element>    </xsl:element>
391    </td>    </td>
392    </tr>    </tr>
393    <tr class="normalrow">    <tr class="normalrow" id="bugs_mw">
394    <td class="labelcell">Minor and Wishlist</td>    <td class="labelcell">Minor and Wishlist</td>
395    <td class="contentcell">    <td class="contentcell">
396    <xsl:element name="a">    <xsl:element name="a">
# Line 407  other-to-%xx, especially % to %25... For Line 407  other-to-%xx, especially % to %25... For
407    </xsl:element>    </xsl:element>
408    </td>    </td>
409    </tr>    </tr>
410    <tr class="normalrow">    <tr class="normalrow" id="bugs_fp">
411    <td class="labelcell">Fixed and Pending</td>    <td class="labelcell">Fixed and Pending</td>
412    <td class="contentcell">    <td class="contentcell">
413    <xsl:element name="a">    <xsl:element name="a">
# Line 462  other-to-%xx, especially % to %25... For Line 462  other-to-%xx, especially % to %25... For
462    <xsl:for-each select="binary/item">    <xsl:for-each select="binary/item">
463      <xsl:sort select="text()"/>      <xsl:sort select="text()"/>
464      <xsl:variable name="pkg" select="text()"/>      <xsl:variable name="pkg" select="text()"/>
465      <li>      <li class="binpkg">
466      <a href="http://packages.debian.org/{text()}"><xsl:value-of select="text()"/></a>      <a class="binpkg" href="http://packages.debian.org/{text()}"><xsl:value-of select="text()"/></a>
467      <span style="font-size: 70%">      <span style="font-size: 70%">
468      (<a href="http://bugs.debian.org/{text()}"><xsl:value-of select="$other/bugs/item[@name=$pkg]/@all"/> bugs</a>:      (<a href="http://bugs.debian.org/{text()}"><xsl:value-of select="$other/bugs/item[@name=$pkg]/@all"/> bugs</a>:
469    
# Line 836  other-to-%xx, especially % to %25... For Line 836  other-to-%xx, especially % to %25... For
836    <td class="normalcell" colspan="2" style="text-align: left">    <td class="normalcell" colspan="2" style="text-align: left">
837    <ul>    <ul>
838    <xsl:for-each select="files/item">    <xsl:for-each select="files/item">
839      <li>      <li class="srcfile">
840      <xsl:element name="a">      <xsl:element name="a">
841        <xsl:attribute name="class">srcfile</xsl:attribute>        <xsl:attribute name="class">srcfile</xsl:attribute>
842        <xsl:attribute name="href">        <xsl:attribute name="href">

Legend:
Removed from v.1755  
changed lines
  Added in v.1756

  ViewVC Help
Powered by ViewVC 1.1.5