/[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 2227 by zack, Tue Jul 21 21:45:46 2009 UTC revision 2228 by zack, Wed Jul 22 01:22:09 2009 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="utf-8" ?>  <?xml version="1.0" encoding="utf-8" ?>
2    
3  <!--  <!--
4  # Copyright 2002-2008 Raphaël Hertzog and others  # Copyright © 2002-2008 Raphaël Hertzog and others
5  # Copyright 2007-2008 Stefano Zacchiroli  # Copyright © 2007-2009 Stefano Zacchiroli
6  # This file is distributed under the terms of the General Public License  # This file is distributed under the terms of the General Public License
7  # version 2 or (at your option) any later version.  # version 2 or (at your option) any later version.
8  -->  -->
# Line 86  Line 86 
86          <xsl:value-of select="@from"/>          <xsl:value-of select="@from"/>
87          <xsl:text>)</xsl:text></xsl:if></li>          <xsl:text>)</xsl:text></xsl:if></li>
88      </xsl:when>      </xsl:when>
89        <xsl:when test="@type='raw'">
90          <li>
91            <xsl:copy-of select="node()" />
92          </li>
93        </xsl:when>
94      <xsl:otherwise>      <xsl:otherwise>
95        <li><xsl:if test="@date">        <li><xsl:if test="@date">
96          <xsl:text>[</xsl:text>          <xsl:text>[</xsl:text>

Legend:
Removed from v.2227  
changed lines
  Added in v.2228

  ViewVC Help
Powered by ViewVC 1.1.5