/[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 2051 by zack, Sat Nov 29 00:02:59 2008 UTC revision 2052 by zack, Sat Nov 29 10:34:25 2008 UTC
# Line 621  other-to-%xx, especially % to %25... For Line 621  other-to-%xx, especially % to %25... For
621      <tr class="normalrow">      <tr class="normalrow">
622        <td class="labelcell"><small>Oldstable Security Updates</small></td>        <td class="labelcell"><small>Oldstable Security Updates</small></td>
623        <td class="contentcell">        <td class="contentcell">
624          <xsl:value-of select="document(concat('../base/', $dir, '/oldstable-security.xml'))/source/version"/>          <xsl:value-of select="document(concat('../base/', $dir, '/security-oldstable.xml'))/source/version"/>
625        </td>        </td>
626      </tr>      </tr>
627    </xsl:if>    </xsl:if>
# Line 640  other-to-%xx, especially % to %25... For Line 640  other-to-%xx, especially % to %25... For
640      <tr class="normalrow">      <tr class="normalrow">
641        <td class="labelcell"><small>Stable Security Updates</small></td>        <td class="labelcell"><small>Stable Security Updates</small></td>
642        <td class="contentcell">        <td class="contentcell">
643          <xsl:value-of select="document(concat('../base/', $dir, '/stable-security.xml'))/source/version"/>          <xsl:value-of select="document(concat('../base/', $dir, '/security-stable.xml'))/source/version"/>
644        </td>        </td>
645      </tr>      </tr>
646    </xsl:if>    </xsl:if>
# Line 668  other-to-%xx, especially % to %25... For Line 668  other-to-%xx, especially % to %25... For
668      <tr class="normalrow">      <tr class="normalrow">
669        <td class="labelcell"><small>Testing Security Updates</small></td>        <td class="labelcell"><small>Testing Security Updates</small></td>
670        <td class="contentcell">        <td class="contentcell">
671          <xsl:value-of select="document(concat('../base/', $dir, '/testing-security.xml'))/source/version"/>          <xsl:value-of select="document(concat('../base/', $dir, '/security-testing.xml'))/source/version"/>
672        </td>        </td>
673      </tr>      </tr>
674    </xsl:if>    </xsl:if>

Legend:
Removed from v.2051  
changed lines
  Added in v.2052

  ViewVC Help
Powered by ViewVC 1.1.5