| 309 |
|
|
| 310 |
<xsl:template name="issue-security"> |
<xsl:template name="issue-security"> |
| 311 |
<xsl:if test="$hasother and $other/@security!='0'"> |
<xsl:if test="$hasother and $other/@security!='0'"> |
| 312 |
<li>There <xsl:if test="$other/@security!='1'">are</xsl:if> |
<li> |
| 313 |
<xsl:if test="$other/@security='1'">is</xsl:if> |
There |
| 314 |
<a href="http://security-tracker.debian.net/tracker/source-package/{$escaped-package}"> |
<xsl:choose> |
| 315 |
|
<xsl:when test="$other/@security!='1'">are</xsl:when> |
| 316 |
|
<xsl:when test="$other/@security='1'">is</xsl:when> |
| 317 |
|
</xsl:choose> |
| 318 |
|
<xsl:text> </xsl:text> |
| 319 |
|
<a href="http://security-tracker.debian.net/tracker/source-package/{$escaped-package}"> |
| 320 |
<xsl:value-of select="$other/@security"/> |
<xsl:value-of select="$other/@security"/> |
| 321 |
open security issue<xsl:if test="$other/@security!='1'">s</xsl:if></a> |
open security issue<xsl:if test="$other/@security!='1'">s</xsl:if> |
| 322 |
, please fix <xsl:if test="$other/@security!='1'">them</xsl:if> |
</a>, please fix |
| 323 |
<xsl:if test="$other/@security='1'">it</xsl:if>. |
<xsl:choose> |
| 324 |
|
<xsl:when test="$other/@security!='1'">them</xsl:when> |
| 325 |
|
<xsl:when test="$other/@security='1'">it</xsl:when> |
| 326 |
|
</xsl:choose>. |
| 327 |
</li> |
</li> |
| 328 |
</xsl:if> |
</xsl:if> |
| 329 |
</xsl:template> |
</xsl:template> |