| 104 |
</xsl:if> |
</xsl:if> |
| 105 |
<tr class="normalrow"> |
<tr class="normalrow"> |
| 106 |
<td class="labelcell">Maintainer</td> |
<td class="labelcell">Maintainer</td> |
| 107 |
<td class="contentcell"><a class="email" href="mailto:{maintainer/email}"> |
<td class="contentcell"><a class="email" href="http://qa.debian.org/developer.php?login={maintainer/email}"> |
| 108 |
<xsl:value-of select="maintainer/name"/></a></td> |
<xsl:value-of select="maintainer/name"/></a> [<a class="email" href="mailto:{maintainer/email}">mail</a>]</td> |
| 109 |
</tr> |
</tr> |
| 110 |
<tr class="normalrow"> |
<tr class="normalrow"> |
| 111 |
<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> |
| 112 |
<td class="contentcell"> |
<td class="contentcell"> |
| 113 |
<xsl:if test="uploaders"> |
<xsl:if test="uploaders"> |
| 114 |
<xsl:for-each select="uploaders/item"> |
<xsl:for-each select="uploaders/item"> |
| 115 |
<a class="email" href="mailto:{email}"><xsl:value-of select="name"/></a><br/> |
<a class="email" href="http://qa.debian.org/developer.php?login={email}"><xsl:value-of select="name"/></a> [<a class="email" href="mailto:{email}">mail</a>]<br/> |
| 116 |
</xsl:for-each> |
</xsl:for-each> |
| 117 |
</xsl:if> |
</xsl:if> |
| 118 |
<xsl:if test="not(uploaders)"> |
<xsl:if test="not(uploaders)"> |
| 286 |
<xsl:if test="architecture!='all'"> |
<xsl:if test="architecture!='all'"> |
| 287 |
<li><a href="http://buildd.debian.org/build.php?pkg={$package}">Buildd logs</a></li> |
<li><a href="http://buildd.debian.org/build.php?pkg={$package}">Buildd logs</a></li> |
| 288 |
</xsl:if> |
</xsl:if> |
| 289 |
<xsl:if test="$hasunstable"> |
<xsl:if test="$hasunstable and $other/debcheck/@unstable='yes'"> |
| 290 |
<li><a href="http://qa.debian.org/debcheck.php?dist=unstable&package={$package}">Debcheck on unstable</a></li> |
<li><a href="http://qa.debian.org/debcheck.php?dist=unstable&package={$package}">Debcheck on unstable</a></li> |
| 291 |
</xsl:if> |
</xsl:if> |
| 292 |
<xsl:if test="$hastesting"> |
<xsl:if test="$hastesting and $other/debcheck/@testing='yes'"> |
| 293 |
<li><a href="http://qa.debian.org/debcheck.php?dist=testing&package={$package}">Debcheck on testing</a></li> |
<li><a href="http://qa.debian.org/debcheck.php?dist=testing&package={$package}">Debcheck on testing</a></li> |
| 294 |
</xsl:if> |
</xsl:if> |
| 295 |
<xsl:if test="$hasstable"> |
<xsl:if test="$hasstable and $other/debcheck/@stable='yes'"> |
| 296 |
<li><a href="http://qa.debian.org/debcheck.php?dist=stable&package={$package}">Debcheck on stable</a></li> |
<li><a href="http://qa.debian.org/debcheck.php?dist=stable&package={$package}">Debcheck on stable</a></li> |
| 297 |
</xsl:if> |
</xsl:if> |
| 298 |
</td> |
</td> |
| 363 |
</xsl:for-each> |
</xsl:for-each> |
| 364 |
</xsl:if> |
</xsl:if> |
| 365 |
</xsl:variable> |
</xsl:variable> |
| 366 |
<xsl:if test="count($todo)>0"> |
<xsl:if test="count($todo)>0 and string($todo)!=''"> |
| 367 |
<tr class="titlerow"> |
<tr class="titlerow"> |
| 368 |
<td class="titlecell" style="background-color: blue"> |
<td class="titlecell" style="background-color: blue"> |
| 369 |
Todo |
Todo |
| 394 |
</xsl:for-each> |
</xsl:for-each> |
| 395 |
</xsl:if> |
</xsl:if> |
| 396 |
</xsl:variable> |
</xsl:variable> |
| 397 |
<xsl:if test="count($problems)>0"> |
<xsl:if test="count($problems)>0 and string($problems)!=''"> |
| 398 |
<tr class="titlerow"> |
<tr class="titlerow"> |
| 399 |
<td class="titlecell" style="background-color: red"> |
<td class="titlecell" style="background-color: red"> |
| 400 |
Problems |
Problems |
| 427 |
</xsl:for-each> |
</xsl:for-each> |
| 428 |
</xsl:if> |
</xsl:if> |
| 429 |
</xsl:variable> |
</xsl:variable> |
| 430 |
<xsl:if test="count($static)>0"> |
<xsl:if test="count($static)>0 and string($static)!=''"> |
| 431 |
<tr class="titlerow"> |
<tr class="titlerow"> |
| 432 |
<td class="titlecell"> |
<td class="titlecell"> |
| 433 |
Static Information |
Static Information |
| 444 |
</xsl:for-each> |
</xsl:for-each> |
| 445 |
</xsl:if> |
</xsl:if> |
| 446 |
</xsl:variable> |
</xsl:variable> |
| 447 |
<xsl:if test="count($news)>0"> |
<xsl:if test="count($news)>0 and string($news)!=''"> |
| 448 |
<tr class="titlerow"> |
<tr class="titlerow"> |
| 449 |
<td class="titlecell"> |
<td class="titlecell"> |
| 450 |
Latest News |
Latest News |