husted      2004/04/05 18:35:40

  Modified:    doc/stylesheets struts.xsl
  Log:
  Swap ASF for Jakarta logo
  
  Revision  Changes    Path
  1.21      +5 -5      jakarta-struts/doc/stylesheets/struts.xsl
  
  Index: struts.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/stylesheets/struts.xsl,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- struts.xsl        29 Feb 2004 22:55:45 -0000      1.20
  +++ struts.xsl        6 Apr 2004 01:35:40 -0000       1.21
  @@ -23,7 +23,7 @@
              media-type="text/html"/>
   
     <!-- Defined parameters (overrideable) -->
  -  <xsl:param    name="home-logo"         select="'/images/jakarta-logo.gif'"/>
  +  <xsl:param    name="home-logo"         select="'/images/asf_logo_wide.gif'"/>
     <xsl:param    name="powered-logo"      select="'/images/struts-power.gif'"/>
     <xsl:param    name="project-logo"      select="'/images/struts.gif'"/>
     <xsl:param    name="project-name"      select="'Struts Framework'"/>
  @@ -76,14 +76,14 @@
           <xsl:variable name="src">
             <xsl:value-of select="$relative-path"/><xsl:value-of select="$home-logo"/>
           </xsl:variable>
  -        <a href="http://jakarta.apache.org/";>
  -            <img src="{$src}" alt="The Jakarta Project" id="jakarta-logo"/>
  +        <a href="http://apache.org/";>
  +            <img src="{$src}" alt="The Apache Project" id="asf_logo_wide"/>
           </a>
   
           <xsl:variable name="src">
               <xsl:value-of select="$relative-path"/><xsl:value-of 
select="$project-logo"/>
           </xsl:variable>
  -        <a href="http://jakarta.apache.org/struts/";>
  +        <a href="http://struts.apache.org/";>
               <img src="{$src}" alt="Struts Framework" id="struts-logo"/>
           </a>
           </div>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to