You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by iv...@apache.org on 2002/09/22 22:13:23 UTC

cvs commit: xml-cocoon2/src/webapp/samples/stylesheets svg-samples2html.xsl

ivelin      2002/09/22 13:13:23

  Modified:    src/webapp/samples/stylesheets svg-samples2html.xsl
  Log:
  rolled back inadvertent check-in
  
  Revision  Changes    Path
  1.3       +3 -3      xml-cocoon2/src/webapp/samples/stylesheets/svg-samples2html.xsl
  
  Index: svg-samples2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/stylesheets/svg-samples2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- svg-samples2html.xsl	21 Sep 2002 22:57:19 -0000	1.2
  +++ svg-samples2html.xsl	22 Sep 2002 20:13:23 -0000	1.3
  @@ -5,7 +5,7 @@
    <xsl:template match="/">
     <html>
      <head>
  -    <title>Apache Cocoon 2.1-dev</title>
  +    <title>Apache Cocoon @version@</title>
      </head>
      <body bgcolor="#ffffff" link="#0086b2" vlink="#00698c" alink="#743e75">
       <table border="0" cellspacing="2" cellpadding="2" align="center" width="100%">
  @@ -15,7 +15,7 @@
        <tr>
         <td width="30%"></td>
         <td width="40%" align="center"><img border="0" src="images/cocoon.gif"/></td>
  -      <td width="30%" align="center"><font face="arial,helvetica,sanserif" color="#000000"><b>version 2.1-dev</b></font></td>
  +      <td width="30%" align="center"><font face="arial,helvetica,sanserif" color="#000000"><b>version @version@</b></font></td>
        </tr>
       </table>
   
  @@ -23,7 +23,7 @@
   
       <p align="center">
        <font size="-1">
  -      Copyright &#169; 1999-2002 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/>
  +      Copyright &#169; @year@ <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/>
         All rights reserved.
        </font>
       </p>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org