| 900 |
errors</a> |
errors</a> |
| 901 |
</li> |
</li> |
| 902 |
</xsl:if> |
</xsl:if> |
|
<!-- DISABLED until ddtp.debian.org is back up |
|
|
<li> |
|
|
<xsl:element name="a"> |
|
|
<xsl:attribute name="href"> |
|
|
<xsl:text>http://ddtp.debian.org/stats/pdesc/report.cgi?package=</xsl:text> |
|
|
<xsl:call-template name="escape-name"> |
|
|
<xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param> |
|
|
</xsl:call-template> |
|
|
<xsl:text>&lang=all&type=src-drvbin&subword=0</xsl:text> |
|
|
</xsl:attribute> |
|
|
Description's translations (DDTP) |
|
|
</xsl:element> |
|
|
</li> |
|
|
<xsl:if test="$other/@debconf='yes'"> |
|
|
<li> |
|
|
<xsl:element name="a"> |
|
|
<xsl:attribute name="href"> |
|
|
<xsl:text>http://ddtp.debian.org/cgi-bin/ddtp.cgi?part=debconf&package=</xsl:text> |
|
|
<xsl:call-template name="escape-name"> |
|
|
<xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param> |
|
|
</xsl:call-template> |
|
|
</xsl:attribute> |
|
|
Debconf templates's translations (DDTP) |
|
|
</xsl:element> |
|
|
</li> |
|
|
</xsl:if> |
|
|
--> |
|
| 903 |
<xsl:if test="($hasunstable and $other/debcheck/@unstable='yes') |
<xsl:if test="($hasunstable and $other/debcheck/@unstable='yes') |
| 904 |
or ($hastesting and $other/debcheck/@testing='yes') |
or ($hastesting and $other/debcheck/@testing='yes') |
| 905 |
or ($hasstable and $other/debcheck/@stable='yes')"> |
or ($hasstable and $other/debcheck/@stable='yes')"> |
| 938 |
<a href="http://svnbuildstat.debian.net/packages/info/{$escaped-package}">Svnbuildstat</a> |
<a href="http://svnbuildstat.debian.net/packages/info/{$escaped-package}">Svnbuildstat</a> |
| 939 |
</li> |
</li> |
| 940 |
</xsl:if> |
</xsl:if> |
| 941 |
|
<xsl:if test="$other/i18n/@href"> |
| 942 |
|
<li> |
| 943 |
|
<a title="translation status" |
| 944 |
|
href="{$other/i18n/@href}">l10n status</a> |
| 945 |
|
<small> |
| 946 |
|
(<span title="completeness of Debian string translation"> |
| 947 |
|
<xsl:value-of select="$other/i18n/@deb" /> |
| 948 |
|
</span>, |
| 949 |
|
<span title="completeness of non-Debian string translation"> |
| 950 |
|
<xsl:value-of select="$other/i18n/@nondeb" /> |
| 951 |
|
</span>) |
| 952 |
|
</small> |
| 953 |
|
</li> |
| 954 |
|
</xsl:if> |
| 955 |
</ul> |
</ul> |
| 956 |
</td> |
</td> |
| 957 |
</tr> |
</tr> |
| 1021 |
<xsl:call-template name="issue-outdate-stdver" /> |
<xsl:call-template name="issue-outdate-stdver" /> |
| 1022 |
<xsl:call-template name="issue-new-upstream" /> |
<xsl:call-template name="issue-new-upstream" /> |
| 1023 |
<xsl:call-template name="issue-patches" /> |
<xsl:call-template name="issue-patches" /> |
| 1024 |
|
<xsl:call-template name="issue-l10n" /> |
| 1025 |
<xsl:if test="$hasother"> |
<xsl:if test="$hasother"> |
| 1026 |
<xsl:for-each select="$other/todo/item"> |
<xsl:for-each select="$other/todo/item"> |
| 1027 |
<xsl:call-template name="outputitem" /> |
<xsl:call-template name="outputitem" /> |