* switch menubar to template
[citadel.git] / webcit / static / t / display_main_menu.html
diff --git a/webcit/static/t/display_main_menu.html b/webcit/static/t/display_main_menu.html
new file mode 100644 (file)
index 0000000..4cac1cd
--- /dev/null
@@ -0,0 +1,19 @@
+<?=head>
+<?=important_msg>
+<?ICONBAR>
+<?ROOMBANNER>
+<div id="content">
+<div class="fix_scrollbar_bug">
+<table width="100%%" cellspacing="10px" cellpadding="0">
+<tr><td colspan="2" class="advanced">
+  <?DOBOXED("menu_basic_commands", "subj_basic_commands")>
+</td></tr>
+<tr valign=top><td width=50%%>
+  <?DOBOXED("menu_your_info", "subj_your_info")>
+</td><td width=50%%>
+  <?DOBOXED("menu_advanced_roomcommands", "subj_advanced_roomcommands")>
+</td></tr>
+</table>
+</div>
+</div>
+<?=trailing>