ivelin 2002/09/22 13:09:54
Modified: src/webapp/samples/sub/stylesheets simple-samples2html.xsl
Log:
rolled back inadvertent check-in
Revision Changes Path
1.3 +3 -3
xml-cocoon2/src/webapp/samples/sub/stylesheets/simple-samples2html.xsl
Index: simple-samples2html.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/webapp/samples/sub/stylesheets/simple-samples2html.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- simple-samples2html.xsl 21 Sep 2002 22:57:19 -0000 1.2
+++ simple-samples2html.xsl 22 Sep 2002 20:09:54 -0000 1.3
@@ -9,7 +9,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%">
@@ -19,7 +19,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>
@@ -27,7 +27,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]