ivelin 2002/09/22 13:11:11 Modified: src/webapp/samples/common/style/xsl/html simple-samples2html.xsl Log: rolled back inadvertent check-in Revision Changes Path 1.5 +3 -3 xml-cocoon2/src/webapp/samples/common/style/xsl/html/simple-samples2html.xsl Index: simple-samples2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/common/style/xsl/html/simple-samples2html.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- simple-samples2html.xsl 21 Sep 2002 22:57:19 -0000 1.4 +++ simple-samples2html.xsl 22 Sep 2002 20:11:11 -0000 1.5 @@ -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"> @@ -14,7 +14,7 @@ <tr> <td width="*"><font face="arial,helvetica,sanserif" color="#000000">The Apache Software Foundation is proud to present...</font></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> <tr> <table bgcolor="#000000" border="0" cellspacing="2" cellpadding="2" align="center" width="100%"> @@ -32,7 +32,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]