]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/display_main_menu.html
Webcit dupe-zapper
[citadel.git] / webcit / static / t / display_main_menu.html
index 43c8186965aca9227a55479facc0b6ea7fb59f1f..c02ea4dc67cf1ab365b67a0127427cc1bb9c2099 100644 (file)
@@ -1,18 +1,21 @@
 <?=("head")>
-<?=("important_msg")>><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+                <script type="text/javascript" src="static/summaryview.js"></script> 
+                <script type="text/javascript" src="static/zapduplicates.js"></script> 
 <?ROOMBANNER>
 <div id="content">
-<div class="fix_scrollbar_bug">
 <table width="100%" cellspacing="10" cellpadding="0">
 <tr><td colspan="2" class="advanced">
   <?DOBOXED("menu_basic_commands", _("Basic commands"))>
 </td></tr>
-<tr valign=top><td width=50%>
+<tr valign=top><td width="50%">
   <?DOBOXED("menu_your_info", _("Your info"))>
-</td><td width=50%>
+</td><td width="50%">
   <?DOBOXED("menu_advanced_roomcommands", _("Advanced room commands"))>
 </td></tr>
 </table>
 </div>
+
 </div>
+
 <?=("trailing")>