vgritsenko 2002/06/04 16:38:15 Modified: src/webapp/samples/common/style/xsl/html simple-samples2html.xsl src/webapp/stylesheets dynamic-page2html.xsl simple-samples2html.xsl svg-samples2html.xsl src/webapp/stylesheets/page simple-page2html.xsl src/webapp/sub/stylesheets simple-samples2html.xsl Log: bring @version@ and @year@ tokens back Revision Changes Path 1.3 +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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- simple-samples2html.xsl 20 May 2002 00:40:15 -0000 1.2 +++ simple-samples2html.xsl 4 Jun 2002 23:38:15 -0000 1.3 @@ -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.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%"> @@ -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> 1.2 +3 -0 xml-cocoon2/src/webapp/stylesheets/dynamic-page2html.xsl Index: dynamic-page2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/dynamic-page2html.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dynamic-page2html.xsl 3 Jan 2002 12:31:46 -0000 1.1 +++ dynamic-page2html.xsl 4 Jun 2002 23:38:15 -0000 1.2 @@ -4,6 +4,9 @@ version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsp-request="http://apache.org/xsp/request/2.0" + xmlns:xsp="http://apache.org/xsp" + exclude-result-prefixes="xsp-request xsp" + exclude-prefixes="xsp-request xsp" > <xsl:include href="page/simple-page2html.xsl"/> 1.10 +3 -3 xml-cocoon2/src/webapp/stylesheets/simple-samples2html.xsl Index: simple-samples2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/simple-samples2html.xsl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- simple-samples2html.xsl 20 May 2002 06:53:17 -0000 1.9 +++ simple-samples2html.xsl 4 Jun 2002 23:38:15 -0000 1.10 @@ -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="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> 1.7 +3 -3 xml-cocoon2/src/webapp/stylesheets/svg-samples2html.xsl Index: svg-samples2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/svg-samples2html.xsl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- svg-samples2html.xsl 20 May 2002 06:53:17 -0000 1.6 +++ svg-samples2html.xsl 4 Jun 2002 23:38:15 -0000 1.7 @@ -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 © 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> 1.3 +4 -0 xml-cocoon2/src/webapp/stylesheets/page/simple-page2html.xsl Index: simple-page2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/page/simple-page2html.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- simple-page2html.xsl 31 May 2002 07:38:00 -0000 1.2 +++ simple-page2html.xsl 4 Jun 2002 23:38:15 -0000 1.3 @@ -32,6 +32,10 @@ </xsl:if> </h2> </xsl:template> + + <xsl:template match="content"> + <xsl:apply-templates/> + </xsl:template> <xsl:template match="para"> <p align="left"> 1.8 +4 -4 xml-cocoon2/src/webapp/sub/stylesheets/simple-samples2html.xsl Index: simple-samples2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/sub/stylesheets/simple-samples2html.xsl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- simple-samples2html.xsl 20 May 2002 06:53:17 -0000 1.7 +++ simple-samples2html.xsl 4 Jun 2002 23:38:15 -0000 1.8 @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<!-- CVS: $Id: simple-samples2html.xsl,v 1.7 2002/05/20 06:53:17 ivelin Exp $ --> +<!-- CVS: $Id: simple-samples2html.xsl,v 1.8 2002/06/04 23:38:15 vgritsenko Exp $ --> <!-- Author: Nicola Ken Barozzi "[EMAIL PROTECTED]" --> <!-- Author: Vadim Gritsenko "[EMAIL PROTECTED]" --> @@ -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]