add missing div closing the content-div from head.html
[citadel.git] / webcit / static / t / display_main_menu.html
1 <?=("head")>
2 <?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
3 <?ROOMBANNER>
4 <div id="content">
5 <table width="100%" cellspacing="10" cellpadding="0">
6 <tr><td colspan="2" class="advanced">
7   <?DOBOXED("menu_basic_commands", _("Basic commands"))>
8 </td></tr>
9 <tr valign=top><td width="50%">
10   <?DOBOXED("menu_your_info", _("Your info"))>
11 </td><td width="50%">
12   <?DOBOXED("menu_advanced_roomcommands", _("Advanced room commands"))>
13 </td></tr>
14 </table>
15 </div>
16
17 </div>
18
19 <?=("trailing")>