Author: tony
Date: Wed Dec 22 14:35:44 2004
New Revision: 123145

URL: http://svn.apache.org/viewcvs?view=rev&rev=123145
Log:
adding cocoon-version to statusgenerator output
Modified:
   cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/status2html.xslt

Modified: 
cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/status2html.xslt
Url: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/status2html.xslt?view=diff&rev=123145&p1=cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/status2html.xslt&r1=123144&p2=cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/status2html.xslt&r2=123145
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/status2html.xslt 
(original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/status2html.xslt 
Wed Dec 22 14:35:44 2004
@@ -18,7 +18,7 @@
 <!--+
     | Converts output of the StatusGenerator into HTML page
     | 
-    | CVS $Id: status2html.xslt,v 1.8 2004/03/06 02:25:41 antonio Exp $
+    | CVS $Id$
     +-->
 
 <xsl:stylesheet version="1.0"
@@ -37,6 +37,7 @@
 
       <body>
         <h1><xsl:value-of select="@status:host"/> - <xsl:value-of 
select="@status:date"/></h1>
+        <h2>Apache Cocoon <xsl:value-of select="@status:cocoon-version"/></h2>
         <xsl:apply-templates/>
       </body>
     </html>

Reply via email to