vgritsenko 2002/07/13 11:43:22 Modified: src/webapp/tutorial Tag: cocoon_2_0_3_branch menu.xml Log: improve navigation a bit more Revision Changes Path No revision No revision 1.1.2.1 +7 -5 xml-cocoon2/src/webapp/tutorial/Attic/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/tutorial/Attic/menu.xml,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- menu.xml 3 Jan 2002 12:31:47 -0000 1.1 +++ menu.xml 13 Jul 2002 18:43:22 -0000 1.1.2.1 @@ -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="Start Page"/> + <item link="../welcome" title="Welcome"/> + <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]