bdelacretaz    2003/05/07 03:24:21

  Modified:    src/webapp/samples/common/style/xsl/html
                        simple-samples2html.xsl
  Log:
  sorry - year/version variables missing from previous commit
  
  Revision  Changes    Path
  1.7       +4 -4      
cocoon-2.1/src/webapp/samples/common/style/xsl/html/simple-samples2html.xsl
  
  Index: simple-samples2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/common/style/xsl/html/simple-samples2html.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- simple-samples2html.xsl   7 May 2003 10:18:18 -0000       1.6
  +++ simple-samples2html.xsl   7 May 2003 10:24:21 -0000       1.7
  @@ -16,7 +16,7 @@
    <xsl:template match="/">
     <html>
      <head>
  -     <title>Apache Cocoon 2.1-M2-dev</title>
  +     <title>Apache Cocoon @version@</title>
        <link rel="SHORTCUT ICON" href="favicon.ico"/>
        <link href="{$contextPath}/styles/main.css" type="text/css" 
rel="stylesheet"/>
      </head>
  @@ -25,7 +25,7 @@
         <tr>
           <td width="*">The Apache Software Foundation is proud to 
present...</td>
           <td width="40%" align="center"><img border="0" 
src="{$contextPath}/images/cocoon.gif"/></td>
  -        <td width="30%" align="center">Version: <b>2.1-M2-dev</b></td>
  +        <td width="30%" align="center">Version: <b>@version@</b></td>
         </tr>
       </table>
   
  @@ -48,7 +48,7 @@
       <xsl:apply-templates select="samples"/>
   
       <p class="copyright">
  -      Copyright &#169; 1999-2003 <a href="http://www.apache.org/";>The Apache 
Software Foundation</a>.
  +      Copyright &#169; @year@ <a href="http://www.apache.org/";>The Apache 
Software Foundation</a>.
         All rights reserved.
       </p>
      </body>
  
  
  

Reply via email to