/[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 1757 by zack, Fri Nov 30 18:18:24 2007 UTC revision 1758 by zack, Fri Nov 30 18:22:09 2007 UTC
# Line 856  other-to-%xx, especially % to %25... For Line 856  other-to-%xx, especially % to %25... For
856      <xsl:variable name="id">      <xsl:variable name="id">
857        <xsl:call-template name="categorize-srcfile" />        <xsl:call-template name="categorize-srcfile" />
858      </xsl:variable>      </xsl:variable>
859      <li class="srcfile">      <xsl:element name="li">
     <xsl:element name="a">  
860        <xsl:attribute name="class">srcfile</xsl:attribute>        <xsl:attribute name="class">srcfile</xsl:attribute>
861        <xsl:if test="string($id)!=''">        <xsl:if test="string($id)!=''">
862          <xsl:attribute name="id"><xsl:value-of select="$id" /></xsl:attribute>          <xsl:attribute name="id"><xsl:value-of select="$id" /></xsl:attribute>
863        </xsl:if>        </xsl:if>
864        <xsl:attribute name="href">        <xsl:element name="a">
865          <xsl:call-template name="mirror"/>          <xsl:attribute name="class">srcfile</xsl:attribute>
866          <xsl:text>/</xsl:text>          <xsl:attribute name="href">
867          <xsl:value-of select="../../directory"/>            <xsl:call-template name="mirror"/>
868          <xsl:text>/</xsl:text>            <xsl:text>/</xsl:text>
869              <xsl:value-of select="../../directory"/>
870              <xsl:text>/</xsl:text>
871              <xsl:value-of select="filename"/>
872            </xsl:attribute>
873            <xsl:attribute name="title">
874              <xsl:value-of select="size"/>
875              <xsl:text> bytes</xsl:text>
876            </xsl:attribute>
877          <xsl:value-of select="filename"/>          <xsl:value-of select="filename"/>
878        </xsl:attribute>        </xsl:element>
       <xsl:attribute name="title">  
         <xsl:value-of select="size"/>  
         <xsl:text> bytes</xsl:text>  
       </xsl:attribute>  
       <xsl:value-of select="filename"/>  
879      </xsl:element>      </xsl:element>
     </li>  
880    </xsl:for-each>    </xsl:for-each>
881    </ul></td></tr>    </ul></td></tr>
882    

Legend:
Removed from v.1757  
changed lines
  Added in v.1758

  ViewVC Help
Powered by ViewVC 1.1.5