vgritsenko    2002/07/13 11:43:22

  Modified:    src/webapp/samples/tutorial menu.xml
  Log:
  improve navigation a bit more
  
  Revision  Changes    Path
  1.2       +7 -5      xml-cocoon2/src/webapp/samples/tutorial/menu.xml
  
  Index: menu.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/tutorial/menu.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- menu.xml  18 Mar 2002 19:23:07 -0000      1.1
  +++ menu.xml  13 Jul 2002 18:43:22 -0000      1.2
  @@ -11,10 +11,12 @@
   ]>
   
   <menu>
  -  <group link="home.html" title="search">
  -    <item link="search-dept.html" title="find department"/>
  -    <item link="search-empl.html" title="find employee"/>
  +  <item link="../../" title="Welcome"/>
  +  <item link="../" title="Samples"/>
  +  <group link="home.html" title="Tutorial">
  +    <item link="search-dept.html" title="Find department"/>
  +    <item link="search-empl.html" title="Find employee"/>
  +    <item link="create-dept.html" title="Create department"/>
  +    <item link="create-empl.html" title="Create employee"/>
     </group>
  -  <item link="create-dept.html" title="new department"/>
  -  <item link="create-empl.html" title="new employee"/>
   </menu>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to