/[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 2230 by zack, Wed Jul 22 13:31:17 2009 UTC revision 2277 by geissert, Thu Sep 24 18:50:06 2009 UTC
# Line 307  Line 307 
307      </xsl:if>      </xsl:if>
308    </xsl:template>    </xsl:template>
309    
310      <xsl:template name="issue-security">
311        <xsl:if test="$hasother and $other/@security!='0'">
312          <li>There <xsl:if test="$other/@security!='1'">are</xsl:if>
313            <xsl:if test="$other/@security='1'">is</xsl:if>
314              <a href="http://security-tracker.debian.net/tracker/source-package/{$escaped-package}">
315              <xsl:value-of select="$other/@security"/>
316              open security issue<xsl:if test="$other/@security!='1'">s</xsl:if></a>
317            , please fix <xsl:if test="$other/@security!='1'">them</xsl:if>
318            <xsl:if test="$other/@security='1'">it</xsl:if>.
319          </li>
320        </xsl:if>
321      </xsl:template>
322    
323  </xsl:stylesheet>  </xsl:stylesheet>

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

  ViewVC Help
Powered by ViewVC 1.1.5