/[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 1950 by zack, Sat Aug 9 13:55:20 2008 UTC revision 1951 by zack, Mon Aug 11 02:57:03 2008 UTC
# Line 514  other-to-%xx, especially % to %25... For Line 514  other-to-%xx, especially % to %25... For
514    
515  <xsl:template name="binary-packages">  <xsl:template name="binary-packages">
516    <tr class="titlerow">    <tr class="titlerow">
517      <td class="titlecell" colspan="2">      <td class="titlecell" colspan="2">Binary packages</td>
518        Binary packages    </tr>
   </td></tr>  
519    <tr class="normalrow">    <tr class="normalrow">
520      <td class="normalcell" colspan="2" style="text-align: left">      <td class="normalcell" colspan="2" style="text-align: left">
521        <ul>        <ul>
522          <xsl:for-each select="binary/item">          <xsl:for-each select="binary/item">
523            <xsl:sort select="text()"/>            <xsl:sort select="text()"/>
524            <xsl:variable name="pkg" select="text()"/>            <xsl:variable name="pkg" select="text()"/>
525              <xsl:variable name="tooltip"
526                select="concat($pkg, ': ',
527                    $other/descriptions/shortdesc[@package=$pkg])" />
528            <li class="binpkg">            <li class="binpkg">
529              <a class="binpkg" href="http://packages.debian.org/{text()}"><xsl:value-of select="text()"/></a>              <a class="binpkg" title="{$tooltip}"
530                  href="http://packages.debian.org/{text()}"><xsl:value-of select="text()"/></a>
531              <span style="font-size: 70%">              <span style="font-size: 70%">
532                (<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>:
533    

Legend:
Removed from v.1950  
changed lines
  Added in v.1951

  ViewVC Help
Powered by ViewVC 1.1.5