/[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 773 by hertzog, Sun Jun 27 18:39:10 2004 UTC revision 774 by hertzog, Fri Jul 9 11:02:37 2004 UTC
# Line 120  Line 120 
120    </xsl:if>    </xsl:if>
121    <tr class="normalrow">    <tr class="normalrow">
122    <td class="labelcell">Maintainer</td>    <td class="labelcell">Maintainer</td>
123    <td class="contentcell"><a class="email" href="http://qa.debian.org/developer.php?login={maintainer/email}">    <td class="contentcell">
124    <xsl:value-of select="maintainer/name"/></a> [<a class="email" href="mailto:{maintainer/email}">mail</a>]</td>    <xsl:element name="a">
125        <xsl:attribute name="href">
126          <xsl:text>http://qa.debian.org/developer.php?login=</xsl:text>
127          <xsl:call-template name="escape-name">
128            <xsl:with-param name="text"><xsl:value-of select="maintainer/email"/></xsl:with-param>
129          </xsl:call-template>
130        </xsl:attribute>
131        <xsl:value-of select="maintainer/name"/>
132      </xsl:element>
133      [<a class="email" href="mailto:{maintainer/email}">mail</a>]
134      </td>
135    </tr>    </tr>
136    <tr class="normalrow">    <tr class="normalrow">
137    <td class="labelcell"><a href="http://www.debian.org/doc/manuals/developers-reference/ch-pkgs.en.html#s-collaborative-maint">Co-Maintainers</a></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>
# Line 712  Line 722 
722    </td></tr>    </td></tr>
723    </table>    </table>
724    <hr/>    <hr/>
725    Debian Package Tracking System - Copyright 2002-2003 Raphaël Hertzog<br/>    Debian Package Tracking System - Copyright 2002-2004 Raphaël Hertzog<br/>
726    Last modified : <xsl:value-of select="$date"/>    Last modified : <xsl:value-of select="$date"/>
727    </body>    </body>
728    </html>    </html>

Legend:
Removed from v.773  
changed lines
  Added in v.774

  ViewVC Help
Powered by ViewVC 1.1.5