1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r8718: try to improve the 2 level menu a bit.

Deryck, if you get a chance, could you see how to make this a little
"left and up" arrow instead of "Main Menu" ?
This commit is contained in:
Andrew Tridgell 2005-07-23 08:54:09 +00:00 committed by Gerald (Jerry) Carter
parent 4b3aa69e70
commit c6c1b2998c

View File

@ -62,9 +62,11 @@ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png'
<div id="nav"> <div id="nav">
<% <%
include("/menu.js");
if (global.page.menu) { if (global.page.menu) {
include(global.page.menu); include(global.page.menu);
write('<a href="/">Main Menu</a>');
} else {
include("/menu.js");
} }
%> %>
</div> </div>