/[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 1952 by zack, Mon Aug 11 02:57:03 2008 UTC revision 1953 by zack, Mon Aug 11 18:45:08 2008 UTC
# Line 21  Line 21 
21  <xsl:param name="hasexperimental" select="''"/>  <xsl:param name="hasexperimental" select="''"/>
22  <xsl:param name="hasmentors" select="''"/>  <xsl:param name="hasmentors" select="''"/>
23  <xsl:param name="hasother" select="''"/>  <xsl:param name="hasother" select="''"/>
24  <xsl:param name="hass-p-u" select="''"/>  <xsl:param name="hasstable-proposed-updates" select="''"/>
25  <xsl:param name="hast-p-u" select="''"/>  <xsl:param name="hastesting-proposed-updates" select="''"/>
26  <xsl:param name="hasoldstable-security" select="''"/>  <xsl:param name="hasoldstable-security" select="''"/>
27  <xsl:param name="hasstable-security" select="''"/>  <xsl:param name="hasstable-security" select="''"/>
28  <xsl:param name="hastesting-security" select="''"/>  <xsl:param name="hastesting-security" select="''"/>
# Line 627  other-to-%xx, especially % to %25... For Line 627  other-to-%xx, especially % to %25... For
627        </td>        </td>
628      </tr>      </tr>
629    </xsl:if>    </xsl:if>
630    <xsl:if test="$hass-p-u">    <xsl:if test="$hasstable-proposed-updates">
631      <tr class="normalrow">      <tr class="normalrow">
632        <td class="labelcell"><small>Stable Proposed Updates</small></td>        <td class="labelcell"><small>Stable Proposed Updates</small></td>
633        <td class="contentcell">        <td class="contentcell">
634          <xsl:value-of select="document(concat('../base/', $dir, '/s-p-u.xml'))/source/version"/>          <xsl:value-of select="document(concat('../base/', $dir,
635                '/stable-proposed-updates.xml'))/source/version" />
636        </td>        </td>
637      </tr>      </tr>
638    </xsl:if>    </xsl:if>
# Line 654  other-to-%xx, especially % to %25... For Line 655  other-to-%xx, especially % to %25... For
655        </td>        </td>
656      </tr>      </tr>
657    </xsl:if>    </xsl:if>
658    <xsl:if test="$hast-p-u">    <xsl:if test="$hastesting-proposed-updates">
659      <tr class="normalrow">      <tr class="normalrow">
660        <td class="labelcell"><small>Testing Proposed Updates</small></td>        <td class="labelcell"><small>Testing Proposed Updates</small></td>
661        <td class="contentcell">        <td class="contentcell">
662          <xsl:value-of select="document(concat('../base/', $dir, '/t-p-u.xml'))/source/version"/>          <xsl:value-of select="document(concat('../base/', $dir,
663                '/testing-proposed-updates.xml'))/source/version" />
664        </td>        </td>
665      </tr>      </tr>
666    </xsl:if>    </xsl:if>

Legend:
Removed from v.1952  
changed lines
  Added in v.1953

  ViewVC Help
Powered by ViewVC 1.1.5