| 1068 |
</xsl:template> |
</xsl:template> |
| 1069 |
|
|
| 1070 |
<xsl:template name="testing-status"> |
<xsl:template name="testing-status"> |
| 1071 |
<xsl:if test="$hasexcuse"> |
<xsl:if test="$hasexcuse or $other/@transitions='yes'"> |
| 1072 |
<tr class="titlerow"> |
<tr class="titlerow"> |
| 1073 |
<td class="titlecell"> |
<td class="titlecell"> |
| 1074 |
Testing status |
Testing status |
| 1075 |
</td></tr> |
</td></tr> |
| 1076 |
|
</xsl:if> |
| 1077 |
|
<xsl:if test="$other/@transitions='yes'"> |
| 1078 |
|
<xsl:variable name="translist"> |
| 1079 |
|
<xsl:for-each select="$other/transitions/transition"> |
| 1080 |
|
<xsl:value-of select="@name" /> |
| 1081 |
|
<xsl:if test="position() != last()"> |
| 1082 |
|
<xsl:text> </xsl:text> |
| 1083 |
|
</xsl:if> |
| 1084 |
|
</xsl:for-each> |
| 1085 |
|
</xsl:variable> |
| 1086 |
|
<xsl:variable name="transno" select="count($other/transitions/transition)" /> |
| 1087 |
|
<tr class="normalrow"> |
| 1088 |
|
<td class="contentcell2" style="text-align: left"> |
| 1089 |
|
<p>This package is part of <em><xsl:value-of select="$transno" /> |
| 1090 |
|
ongoing testing transition<xsl:if test="$transno != '1'">s</xsl:if> |
| 1091 |
|
</em> (namely: <tt><xsl:value-of select="$translist" /></tt>), see the |
| 1092 |
|
<a href="http://ftp-master.debian.org/transitions.yaml">transition |
| 1093 |
|
status file</a> for more information.<br /> |
| 1094 |
|
<em>Uploads to unstable will be rejected</em> while transitions are |
| 1095 |
|
ongoing; you might want to upload to experimental in the |
| 1096 |
|
meantime.</p> |
| 1097 |
|
</td> |
| 1098 |
|
</tr> |
| 1099 |
|
</xsl:if> |
| 1100 |
|
<xsl:if test="$hasexcuse"> |
| 1101 |
<tr class="normalrow"> |
<tr class="normalrow"> |
| 1102 |
<td class="contentcell2" style="text-align: left"> |
<td class="contentcell2" style="text-align: left"> |
| 1103 |
<ul> |
<ul> |