ivelin 2002/09/22 13:12:18 Modified: src/webapp/samples/stylesheets simple-samples2html.xsl Log: rolled back inadvertent check-in Revision Changes Path 1.4 +3 -3 xml-cocoon2/src/webapp/samples/stylesheets/simple-samples2html.xsl Index: simple-samples2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/stylesheets/simple-samples2html.xsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- simple-samples2html.xsl 21 Sep 2002 22:57:19 -0000 1.3 +++ simple-samples2html.xsl 22 Sep 2002 20:12:18 -0000 1.4 @@ -6,7 +6,7 @@ <xsl:template match="/"> <html> <head> - <title>Apache Cocoon 2.1-dev</title> + <title>Apache Cocoon @version@</title> <link rel="SHORTCUT ICON" href="favicon.ico"/> </head> <body bgcolor="#ffffff" link="#0086b2" vlink="#00698c" alink="#743e75"> @@ -17,7 +17,7 @@ <tr> <td width="30%"></td> <td width="40%" align="center"><img border="0" src="/cocoon/samples/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> @@ -25,7 +25,7 @@ <p align="center"> <font size="-1"> - Copyright © 1999-2002 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/> + Copyright © @year@ <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/> All rights reserved. </font> </p>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]