You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/02/08 07:35:18 UTC

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

jefft       2003/02/07 22:35:18

  Modified:    .        Tag: FORREST_03_BRANCH forrest.properties
               src/resources/forrest-shbat Tag: FORREST_03_BRANCH
                        forrest.build.xml
               src/resources/skins/common/xslt/html Tag: FORREST_03_BRANCH
                        document2html.xsl
  Log:
  A few more minor synchs with head
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.8.1   +3 -0      xml-forrest/forrest.properties
  
  Index: forrest.properties
  ===================================================================
  RCS file: /home/cvs/xml-forrest/forrest.properties,v
  retrieving revision 1.1
  retrieving revision 1.1.8.1
  diff -u -r1.1 -r1.1.8.1
  --- forrest.properties	25 Oct 2002 07:40:15 -0000	1.1
  +++ forrest.properties	8 Feb 2003 06:35:18 -0000	1.1.8.1
  @@ -3,3 +3,6 @@
   ##############
   
   project.name=forrest
  +#project.skin=forrest-site
  +#project.skin=krysalis-site
  +#project.skin=avalon-tigris
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.48.2.3  +1 -2      xml-forrest/src/resources/forrest-shbat/forrest.build.xml
  
  Index: forrest.build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrest-shbat/forrest.build.xml,v
  retrieving revision 1.48.2.2
  retrieving revision 1.48.2.3
  diff -u -r1.48.2.2 -r1.48.2.3
  --- forrest.build.xml	8 Feb 2003 05:50:38 -0000	1.48.2.2
  +++ forrest.build.xml	8 Feb 2003 06:35:18 -0000	1.48.2.3
  @@ -598,7 +598,6 @@
               <exclude name="images/**"/>
               <exclude name="xslt/**"/>
             </fileset>
  -
           </copy>
   
         </sequential>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.1   +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.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- document2html.xsl	27 Jan 2003 08:05:50 -0000	1.9
  +++ document2html.xsl	8 Feb 2003 06:35:18 -0000	1.9.2.1
  @@ -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>