You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by ce...@apache.org on 2003/09/04 17:31:54 UTC

cvs commit: jakarta-site2/xdocs/stylesheets site.vsl

ceki        2003/09/04 08:31:54

  Modified:    xdocs/stylesheets site.vsl
  Log:
  
  Added an ApacheCon 2003 US icon at the top of the sidebar menu.
  
  The outcome might not be elegant but it's the best I could manage.
  
  PR:
  Obtained from:
  Submitted by:	
  Reviewed by:	
  
  Revision  Changes    Path
  1.29      +7 -0      jakarta-site2/xdocs/stylesheets/site.vsl
  
  Index: site.vsl
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/stylesheets/site.vsl,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- site.vsl	4 Feb 2003 08:21:33 -0000	1.28
  +++ site.vsl	4 Sep 2003 15:31:54 -0000	1.29
  @@ -183,6 +183,13 @@
   #end
   
   #macro ( makeProject )
  +
  +<!-- Added for ApacheCon US 2003 -->
  +
  +<div>
  +  <a href="http://www.apachecon.com"><img src="../images/logos/ac2003-M.gif" border="0"></img></a>
  +</div>
  +
       #set ($menus = $project.getChild("body").getChildren("menu"))
       #foreach ( $menu in $menus )
           <p><strong>$menu.getAttributeValue("name")</strong></p>