You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/02/05 14:15:25 UTC

cvs commit: xml-forrest/src/resources/skins/krysalis-site/xslt/html document2html.xsl

nicolaken    2003/02/05 05:15:25

  Modified:    src/resources/skins/common/xslt/html document2html.xsl
               src/resources/skins/krysalis-site/xslt/html
                        document2html.xsl
  Log:
  Making it clear that it's a PDF.
  I will remove the "printer-friendly" connotation ASA the skin prints nice itself.
  
  Revision  Changes    Path
  1.10      +2 -2      xml-forrest/src/resources/skins/common/xslt/html/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/common/xslt/html/document2html.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- document2html.xsl	27 Jan 2003 08:05:50 -0000	1.9
  +++ document2html.xsl	5 Feb 2003 13:15:25 -0000	1.10
  @@ -82,7 +82,7 @@
         <td align="center" width="80" nowrap="nowrap"><a href="{$filename-noext}.pdf" class="dida">
             <img border="0" src="{$skin-img-dir}/printer.gif" alt="printer"/><br/>
             print-friendly<br/>
  -          version</a>
  +          PDF</a>
         </td>
       </xsl:if>
     </xsl:template>
  
  
  
  1.4       +2 -2      xml-forrest/src/resources/skins/krysalis-site/xslt/html/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/krysalis-site/xslt/html/document2html.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- document2html.xsl	27 Jan 2003 18:35:00 -0000	1.3
  +++ document2html.xsl	5 Feb 2003 13:15:25 -0000	1.4
  @@ -34,7 +34,7 @@
                 <td align="center" width="80" nowrap="nowrap"><a href="{$filename-noext}.pdf" class="dida">
                 <img border="0" src="{$skin-img-dir}/printer.png" alt="print-friendly version"/><br/>
                   print-friendly<br/>
  -                version</a>
  +                PDF</a>
                 </td>
               </xsl:if>
             </tr>