modified the left menu definition style to accomodate images and better
use XML text attributes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user