/[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 528 by hertzog, Sat Jan 11 22:56:05 2003 UTC revision 529 by hertzog, Thu Mar 13 20:32:47 2003 UTC
# Line 29  Line 29 
29    
30  <!-- Those variables controls the todo and problem item concerning  <!-- Those variables controls the todo and problem item concerning
31       standards-version not being up to date -->       standards-version not being up to date -->
32  <xsl:variable name="lastsv" select="'3.5.8'"/>  <xsl:variable name="lastsv" select="'3.5.9'"/>
33  <xsl:variable name="lastmajorsv" select="'3.'"/>  <xsl:variable name="lastmajorsv" select="'3.'"/>
34    
35  <!-- Named templates aka functions -->  <!-- Named templates aka functions -->
# Line 70  Line 70 
70    <html>    <html>
71    <head>    <head>
72    <meta name="ROBOTS" content="NOFOLLOW"/>    <meta name="ROBOTS" content="NOFOLLOW"/>
73    <link rel="stylesheet" href="../common/pts.css"/>    <link title="Default" rel="stylesheet" href="../common/pts.css"/>
74      <link title="Standard link rendering" rel="alternate stylesheet" href="../common/pts2.css"/>
75    <title>Overview of <xsl:value-of select="$package"/> source package</title>    <title>Overview of <xsl:value-of select="$package"/> source package</title>
76    </head>    </head>
77    <body>    <body>
# Line 121  Line 122 
122    <td class="labelcell">Standards-Version</td>    <td class="labelcell">Standards-Version</td>
123    <td class="contentcell"><xsl:value-of select="standards-version"/></td>    <td class="contentcell"><xsl:value-of select="standards-version"/></td>
124    </tr>    </tr>
125      <xsl:if test="architecture!='any' and architecture!='all'">
126      <tr class="normalrow">
127      <td class="labelcell">Architecture</td>
128      <td class="contentcell"><xsl:value-of select="architecture"/></td>
129      </tr>
130      </xsl:if>
131    
132    <tr class="titlerow">    <tr class="titlerow">
133    <td class="titlecell" colspan="2">    <td class="titlecell" colspan="2">

Legend:
Removed from v.528  
changed lines
  Added in v.529

  ViewVC Help
Powered by ViewVC 1.1.5