bdelacretaz 2002/11/29 09:21:39 Modified: src/webapp/samples/common/style/xsl/html Tag: cocoon_2_0_3_branch simple-samples2html.xsl Log: bugzilla 14953 patch applied, provided by [EMAIL PROTECTED] - thanks Revision Changes Path No revision No revision 1.1.2.1 +2 -2 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.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- simple-samples2html.xsl 18 Mar 2002 19:22:19 -0000 1.1 +++ simple-samples2html.xsl 29 Nov 2002 17:21:38 -0000 1.1.2.1 @@ -6,7 +6,7 @@ <xsl:template match="/"> <html> <head> - <title>Apache Cocoon 2.0.2-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.0.2-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%">
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]