You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@locus.apache.org on 2000/08/17 18:59:38 UTC

cvs commit: xml-cocoon/samples/stylesheets simple-welcome2html.xsl

stefano     00/08/17 09:59:37

  Modified:    samples/stylesheets Tag: xml-cocoon2 simple-welcome2html.xsl
  Log:
  made ant friendly
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +3 -6      xml-cocoon/samples/stylesheets/Attic/simple-welcome2html.xsl
  
  Index: simple-welcome2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/stylesheets/Attic/simple-welcome2html.xsl,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- simple-welcome2html.xsl	2000/07/28 16:19:55	1.1.2.2
  +++ simple-welcome2html.xsl	2000/08/17 16:59:20	1.1.2.3
  @@ -10,20 +10,17 @@
      <body bgcolor="#ffffff">
       <p align="center">The Apache Software Foundation is proud to present...</p>
   
  -    <!-- Need to implement <read> in the sitemap before turning this on (SM) -->
       <p align="center"><img border="0" src="{welcome/logo/@href}"/></p>
   
  -    <h1 align="center"><xsl:value-of select="welcome/@title"/></h1>
  +    <h3 align="center">version @version@</h3>
   
  -    <h3 align="center">version 2.0a1</h3>
  -
       <p><br/></p>
   
       <xsl:apply-templates/>
   
       <p align="center">
        <font size="-1">
  -      Copyright &#169; 1999-2000 <a href="http://xml.apache.org">The Apache XML Project</a>.<br/>
  +      Copyright &#169; @year@ <a href="http://xml.apache.org">The Apache XML Project</a>.<br/>
         All rights reserved.
        </font>
       </p>
  @@ -35,7 +32,7 @@
     <div align="center">
     <table border="0" width="60%">
      <tr>
  -    <td width="100%" bgcolor="#e0e0e0">
  +    <td width="100%" bgcolor="#0086b2">
        <big><xsl:value-of select="@name"/></big>
       </td>
      </tr>