modified the left menu definition style to accomodate images and better

use XML text attributes
This commit is contained in:
Eric J. Bowersox
2001-11-12 21:37:59 +00:00
parent 5b17952eee
commit 81c7109152
7 changed files with 228 additions and 216 deletions

View File

@@ -144,30 +144,15 @@ Text of this agreement is TBD.
<!-- Definition for the "top" menu (when not in a community) -->
<menudef id="top">
<header>Front Page</header>
<menuitem>
<text>Calendar</text>
<absolute>TODO</absolute>
<disabled/>
</menuitem>
<menuitem>
<text>Chat</text>
<absolute>TODO</absolute>
<disabled/>
</menuitem>
<link href="TODO" type="absolute" disabled="true">Calendar</link>
<link href="TODO" type="absolute" disabled="true">Chat</link>
</menudef>
<!-- Definition for the "fixed" menu (always displayed under the "top" or "community" menus) -->
<menudef id="fixed">
<header>About This Site</header>
<menuitem>
<text>Documentation</text>
<absolute>TODO</absolute>
<disabled/>
</menuitem>
<menuitem>
<text>About Venice</text>
<frame>about-venice.html</frame>
</menuitem>
<link href="TODO" type="absolute" disabled="true">Documentation</link>
<link href="about-venice.html" type="frame">About Venice</link>
</menudef>
</menu-definitions>