craigmcc    01/07/26 16:05:33

  Modified:    xdocs/stylesheets project.xml site.vsl
  Log:
  Never mind ... the project home page link was getting picked up from the
  <project href="..."> attribute.
  
  Revision  Changes    Path
  1.16      +2 -4      jakarta-site2/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/stylesheets/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml       2001/07/26 22:54:35     1.15
  +++ project.xml       2001/07/26 23:05:33     1.16
  @@ -6,10 +6,8 @@
   
       <!-- If you want your project logo hyperlinked to the project home
            page in the upper right corner of each generated page, set "href"
  -         to the URL of the image, "home" to the URL of the home page,
  -         and uncomment the following element
  -    <logo href="http://jakarta.apache.org/images/jakarta-logo.gif";
  -          home="http://jakarta.apache.org/";>The Jakarta Project</logo>
  +         below to the URL of the image, and uncomment this element
  +    <logo href="http://jakarta.apache.org/images/jakarta-logo.gif";</logo>
       -->
       
       <body>
  
  
  
  1.21      +2 -2      jakarta-site2/xdocs/stylesheets/site.vsl
  
  Index: site.vsl
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/stylesheets/site.vsl,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- site.vsl  2001/07/26 22:54:35     1.20
  +++ site.vsl  2001/07/26 23:05:33     1.21
  @@ -203,9 +203,9 @@
   <td align="right">
   #set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
   #if ( $logoString.startsWith("/") )
  -<a href="$project.getAttributeValue("home")"><img src="$relativePath$logoString" 
alt="$project.getChild("logo").getText()" border="0"/></a>
  +<a href="$project.getAttributeValue("href")"><img src="$relativePath$logoString" 
alt="$project.getChild("logo").getText()" border="0"/></a>
   #else
  -<a href="$project.getAttributeValue("home")"><img src="$relativePath/$logoString" 
alt="$project.getChild("logo").getText()" border="0"/></a>
  +<a href="$project.getAttributeValue("href")"><img src="$relativePath/$logoString" 
alt="$project.getChild("logo").getText()" border="0"/></a>
   #end
   </td>
   #else
  
  
  

Reply via email to