dirkv 2003/10/01 13:36:51
Modified: xdocs/stylesheets/menus org-apache-commons-menus.dtd
Added: xdocs/stylesheets/menus apache.xml
Log:
apache menu
top-menus & bottom-menus shortcuts
Revision Changes Path
1.2 +7 -5
jakarta-commons/xdocs/stylesheets/menus/org-apache-commons-menus.dtd
Index: org-apache-commons-menus.dtd
===================================================================
RCS file:
/home/cvs/jakarta-commons/xdocs/stylesheets/menus/org-apache-commons-menus.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- org-apache-commons-menus.dtd 18 Aug 2003 21:59:26 -0000 1.1
+++ org-apache-commons-menus.dtd 1 Oct 2003 20:36:51 -0000 1.2
@@ -10,22 +10,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE org.apache.commons.menus SYSTEM
'../../xdocs/stylesheets/menus/org-apache-commons-menus.dtd'>
<project name="Component">
-
<title>Component</title>
- <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
-
<body>
- &about-menu;
+ &top-menus;
<menu name="Component">
<item name="Overview" href="/index.html"/>
...
</menu>
...
+ &bottom-menus;
</body>
</project>
-->
+ <!ENTITY apache-menu SYSTEM "apache.xml">
<!ENTITY about-menu SYSTEM "about.xml">
<!ENTITY information-menu SYSTEM "information.xml">
<!ENTITY community-menu SYSTEM "community.xml">
@@ -35,4 +34,7 @@
<!ENTITY sandbox-menu SYSTEM "sandbox.xml">
<!ENTITY translations-menu SYSTEM "translations.xml">
<!ENTITY related-menu SYSTEM "related.xml">
-
\ No newline at end of file
+
+ <!ENTITY top-menus "&apache-menu;&about-menu;">
+ <!ENTITY bottom-menus "&information-menu;&community-menu;&translations-menu;">
+
1.1 jakarta-commons/xdocs/stylesheets/menus/apache.xml
Index: apache.xml
===================================================================
<!--
This menu is for general Apache information, special events, ...
-->
<menu name="Apache">
<item name="ApacheCon" href="http://apachecon.com/2003/US/index.html"
img="http://jakarta.apache.org/images/logos/ac2003-150.gif"/>
</menu>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]