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

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

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

revision 1089 by djpig, Sat Sep 10 17:29:39 2005 UTC revision 1090 by hertzog, Sat Sep 10 17:50:51 2005 UTC
# Line 24  Line 24 
24  <xsl:param name="hasoldstable-security" select="''"/>  <xsl:param name="hasoldstable-security" select="''"/>
25  <xsl:param name="hasstable-security" select="''"/>  <xsl:param name="hasstable-security" select="''"/>
26  <xsl:param name="hastesting-security" select="''"/>  <xsl:param name="hastesting-security" select="''"/>
27    <xsl:param name="hassecure-testing" select="''"/>
28    <xsl:param name="hasvolatile" select="''"/>
29  <xsl:param name="hasnews" select="''"/>  <xsl:param name="hasnews" select="''"/>
30  <xsl:param name="hasexcuse" select="''"/>  <xsl:param name="hasexcuse" select="''"/>
31    
# Line 456  Line 458 
458    </td>    </td>
459    </tr>    </tr>
460    </xsl:if>    </xsl:if>
461    
462      <!-- secure-testing -->
463      <xsl:if test="$hassecure-testing">
464      <tr class="normalrow">
465      <td class="labelcell">Secure testing</td>
466      <td class="contentcell">
467      <xsl:value-of select="document(concat('../base/', $dir, '/secure-testing.xml'))/source/version"/>
468      </td>
469      </tr>
470      </xsl:if>
471    
472      <!-- volatile -->
473      <xsl:if test="$hasvolatile">
474      <tr class="normalrow">
475      <td class="labelcell">Volatile</td>
476      <td class="contentcell">
477      <xsl:value-of select="document(concat('../base/', $dir, '/volatile.xml'))/source/version"/>
478      </td>
479      </tr>
480      </xsl:if>
481    
482    <!-- Patches list [FG] -->    <!-- Patches list [FG] -->
483    <xsl:if test="$other/@patches='yes'">    <xsl:if test="$other/@patches='yes'">

Legend:
Removed from v.1089  
changed lines
  Added in v.1090

  ViewVC Help
Powered by ViewVC 1.1.5