/[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 1959 by zack, Tue Aug 12 14:37:21 2008 UTC revision 1960 by zack, Tue Aug 12 14:50:46 2008 UTC
# Line 133  other-to-%xx, especially % to %25... For Line 133  other-to-%xx, especially % to %25... For
133    <xsl:if test="repository">    <xsl:if test="repository">
134      <tr>      <tr>
135        <td class="labelcell">        <td class="labelcell">
136          <xsl:text>Version Control</xsl:text>          <acronym title="Version Control System">VCS</acronym>
137        </td>        </td>
138        <td class="contentcell">        <td class="contentcell">
         <xsl:if test="repository/vcs[@kind='browser']">  
           <a href="{repository/vcs[@kind='browser']/@url}">  
             <xsl:text>browser</xsl:text>  
           </a>  
           <br />  
         </xsl:if>  
139          <xsl:if test="repository/vcs[@kind!='browser']">          <xsl:if test="repository/vcs[@kind!='browser']">
           <xsl:text>raw: </xsl:text>  
140            <xsl:for-each select="repository/vcs[@kind!='browser']">            <xsl:for-each select="repository/vcs[@kind!='browser']">
141              <xsl:sort select="@kind" />              <xsl:sort select="@kind" />
142              <a href="{@url}">              <a title="access to the raw repository" href="{@url}">
143                <xsl:value-of select="@kind" />                <xsl:value-of select="@kind" />
144              </a>              </a>
145              <xsl:if test="position()!=last()">              <xsl:if test="position()!=last()">
# Line 154  other-to-%xx, especially % to %25... For Line 147  other-to-%xx, especially % to %25... For
147              </xsl:if>              </xsl:if>
148            </xsl:for-each>            </xsl:for-each>
149          </xsl:if>          </xsl:if>
150            <xsl:if test="repository/vcs[@kind='browser']">
151              <xsl:text> (</xsl:text>
152              <a title="web-based repository browsing"
153                href="{repository/vcs[@kind='browser']/@url}">browse</a>
154              <xsl:text>)</xsl:text>
155            </xsl:if>
156        </td>        </td>
157      </tr>      </tr>
158    </xsl:if>    </xsl:if>
# Line 175  other-to-%xx, especially % to %25... For Line 174  other-to-%xx, especially % to %25... For
174    <xsl:if test="string($dm)!='' or string($lownmu)!=''">    <xsl:if test="string($dm)!='' or string($lownmu)!=''">
175      <tr>      <tr>
176        <td class="labelcell">        <td class="labelcell">
177          <xsl:text>Maintenance info</xsl:text>          <xsl:text>Maintenance</xsl:text>
178        </td>        </td>
179        <td class="contentcell">        <td class="contentcell">
180    
# Line 312  other-to-%xx, especially % to %25... For Line 311  other-to-%xx, especially % to %25... For
311      <xsl:with-param name="email" select="maintainer/email" />      <xsl:with-param name="email" select="maintainer/email" />
312    </xsl:call-template>    </xsl:call-template>
313    <tr class="normalrow">    <tr class="normalrow">
314      <td class="labelcell">Standards version</td>      <xsl:variable name='stdver' select="standards-version" />
315      <td class="contentcell"><xsl:value-of select="standards-version"/></td>      <td class="labelcell">Conforms to</td>
316        <td class="contentcell">
317          <a title="Debian Policy Manual (version: {$stdver})"
318            href="http://www.debian.org/doc/debian-policy/">
319            <xsl:value-of select="$stdver"/>
320          </a>
321        </td>
322    </tr>    </tr>
323    <tr class="normalrow">    <tr class="normalrow">
324      <td class="labelcell">Priority</td>      <td class="labelcell">Priority</td>

Legend:
Removed from v.1959  
changed lines
  Added in v.1960

  ViewVC Help
Powered by ViewVC 1.1.5