/[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 351 by hertzog, Wed Aug 14 14:53:36 2002 UTC revision 352 by hertzog, Sun Aug 25 21:48:43 2002 UTC
# Line 101  Line 101 
101    <xsl:value-of select="maintainer/name"/></a></td>    <xsl:value-of select="maintainer/name"/></a></td>
102    </tr>    </tr>
103    <tr class="normalrow">    <tr class="normalrow">
104    <td class="labelcell">Co-Maintainers</td>    <td class="labelcell"><a href="http://www.debian.org/doc/manuals/developers-reference/ch-pkgs.en.html#s-collaborative-maint">Co-Maintainers</a></td>
105    <td class="contentcell">    <td class="contentcell">
106    <xsl:if test="uploaders">    <xsl:if test="uploaders">
107      <xsl:for-each select="uploaders/item">      <xsl:for-each select="uploaders/item">
# Line 358  Line 358 
358    </xsl:variable>    </xsl:variable>
359    <xsl:if test="count($todo)>0">    <xsl:if test="count($todo)>0">
360    <tr class="titlerow">    <tr class="titlerow">
361    <td class="titlecell">    <td class="titlecell" style="background-color: blue">
362    Todo    Todo
363    </td></tr>    </td></tr>
364    <tr class="normalrow">    <tr class="normalrow">
# Line 389  Line 389 
389    </xsl:variable>    </xsl:variable>
390    <xsl:if test="count($problems)>0">    <xsl:if test="count($problems)>0">
391    <tr class="titlerow">    <tr class="titlerow">
392    <td class="titlecell">    <td class="titlecell" style="background-color: red">
393    Problems    Problems
394    </td></tr>    </td></tr>
395    <tr class="normalrow">    <tr class="normalrow">

Legend:
Removed from v.351  
changed lines
  Added in v.352

  ViewVC Help
Powered by ViewVC 1.1.5