/[qa]/trunk/pts/www/xsl/pts-issues.xsl
ViewVC logotype

Diff of /trunk/pts/www/xsl/pts-issues.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2277 by geissert, Thu Sep 24 18:50:06 2009 UTC revision 2279 by hertzog, Sat Sep 26 13:48:25 2009 UTC
# Line 309  Line 309 
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>

Legend:
Removed from v.2277  
changed lines
  Added in v.2279

  ViewVC Help
Powered by ViewVC 1.1.5