You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2002/11/29 18:21:39 UTC

cvs commit: xml-cocoon2/src/webapp/samples/common/style/xsl/html simple-samples2html.xsl

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 andrew@luminas.co.uk - 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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org