geirm       01/04/09 05:52:47

  Modified:    xdocs/stylesheets project.xml
  Log:
  added link for home
  
  Revision  Changes    Path
  1.5       +11 -6     jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       2001/04/09 12:17:53     1.4
  +++ project.xml       2001/04/09 12:52:46     1.5
  @@ -6,21 +6,26 @@
       <logo href="/images/logo.jpg">Commons</logo>
   
       <body>
  +    
  +    <menu name="Home">
  +        <item name="Jakarta Commons"       href="/index.html" />
  +    </menu>
  +
       <menu name="About Us">
           <item name="Contributors"           href="/contributors.html"/>
           <item name="License"                href="/license.html"/>
       </menu>
   
  -    <menu name="Commons Info">
  +    <menu name="Information">
           <item name="Overview"               href="/index.html"/>
  -        <item name="Commons Proper" href="/commons.html"/>
  -        <item name="Directory" href="/directory.html"/>
  -        <item name="Sandbox" href="/sandbox.html"/>
  +        <item name="Commons Proper"         href="/commons.html"/>
  +        <item name="Directory"              href="/directory.html"/>
  +        <item name="Sandbox"                href="/sandbox.html"/>
       </menu>
   
  -    <menu name="Commons Proper Components">
  +    <menu name="Components Repository">
           <item name="BeanUtils"              href="/beanutils.html"/>
  -        <item name="Cactus"              href="/cactus/index.html"/>
  +        <item name="Cactus"                 href="/cactus/index.html"/>
       </menu>
   
       <menu name="Jakarta Community">
  
  
  

Reply via email to