mdiggory 2004/02/15 08:11:31
Modified: commons-build navigation.vm
Log:
included navigation is now below project documentation.
Revision Changes Path
1.6 +9 -9 jakarta-commons/commons-build/navigation.vm
Index: navigation.vm
===================================================================
RCS file: /home/cvs/jakarta-commons/commons-build/navigation.vm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- navigation.vm 7 Dec 2003 19:24:40 -0000 1.5
+++ navigation.vm 15 Feb 2004 16:11:31 -0000 1.6
@@ -6,21 +6,21 @@
<title>Commons</title>
<body>
- <menu name="Home">
+ <menu name="Home" type="footer">
<item name="Jakarta Commons" href="/index.html" />
</menu>
- <menu name="About Us">
+ <menu name="About Us" type="footer">
<item name="Contributors" href="/contributors.html"/>
<item name="License" href="/license.html"/>
</menu>
- <menu name="Download">
+ <menu name="Download" type="footer">
<item name="Release"
href="http://jakarta.apache.org/builds/jakarta-commons/release"/>
<item name="Nightly"
href="http://jakarta.apache.org/builds/jakarta-commons/nightly"/>
</menu>
- <menu name="Information">
+ <menu name="Information" type="footer">
<item name="Overview" href="/index.html"/>
<item name="Components" href="/components.html"/>
<!-- Yet to come?
@@ -33,13 +33,13 @@
-->
</menu>
- <menu name="Components Repository">
+ <menu name="Components Repository" type="footer">
#foreach ($reactorProject in $reactorProjects)
<item name="$reactorProject.name"
href="/$reactorProject.id.substring(8)/index.html"/>
#end
</menu>
- <menu name="Sandbox Components">
+ <menu name="Sandbox Components" type="footer">
<item name="Attributes"
href="http://jakarta.apache.org/commons/sandbox/attributes/"/>
<item name="Cache"
href="http://jakarta.apache.org/commons/sandbox/cache/"/>
<item name="Chain"
href="http://jakarta.apache.org/commons/sandbox/chain/"/>
@@ -62,17 +62,17 @@
<item name="Workflow"
href="http://jakarta.apache.org/commons/sandbox/workflow/"/>
</menu>
- <menu name="Jakarta Community">
+ <menu name="Jakarta Community" type="footer">
<item name="Get Involved" href="/site/getinvolved.html"/>
<item name="Mailing Lists" href="/site/mail.html"/>
<item name="CVS Repositories" href="/site/cvsindex.html"/>
</menu>
- <menu name="Translations (Web)">
+ <menu name="Translations (Web)" type="footer">
<item name="Japanese"
href="http://www.terra-intl.com/jakarta/commons/"/>
</menu>
- <menu name="Project Docs">
+ <menu name="Project Docs" type="footer">
<item name="Charter" href="/charter.html"/>
<item name="Releases" href="/releases.html"/>
<item name="Versioning" href="/versioning.html"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]