/[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 1771 by zack, Sat Dec 1 09:58:32 2007 UTC revision 1772 by zack, Sat Dec 1 12:52:49 2007 UTC
# Line 200  other-to-%xx, especially % to %25... For Line 200  other-to-%xx, especially % to %25... For
200      <xsl:when test="substring(filename,string-length(filename)-6, 7)='diff.gz'">      <xsl:when test="substring(filename,string-length(filename)-6, 7)='diff.gz'">
201        <xsl:text>diff</xsl:text>        <xsl:text>diff</xsl:text>
202      </xsl:when>      </xsl:when>
203      <xsl:when test="substring(filename,string-length(filename)-10, 8)='orig.tar'">      <xsl:when test="substring(filename,string-length(filename)-5, 3)='tar'">
204        <xsl:text>orig</xsl:text>        <xsl:text>orig</xsl:text>
205      </xsl:when>      </xsl:when>
206      <xsl:otherwise><xsl:text></xsl:text></xsl:otherwise>      <xsl:otherwise><xsl:text></xsl:text></xsl:otherwise>

Legend:
Removed from v.1771  
changed lines
  Added in v.1772

  ViewVC Help
Powered by ViewVC 1.1.5