]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/floors.html
Templatize email list interface.
[citadel.git] / webcit / static / t / floors.html
index 18012834d6f1e2cc109f92a8011bb6ec4a6b6b59..ea837cc4300ba7237e220776ae0c4378f91b03c4 100644 (file)
@@ -1,11 +1,11 @@
-<?=("important_msg")>
+<?=("head")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 
 <div id="banner">
         <h1><?_("Add/change/delete floors")></h1>
 </div>
 
-<div class="fix_scrollbar_bug">
-       <table border="1" width="100%" bgcolor="#fff">
+<div id="content" class="service">
+       <table border="1" width="100%" bgcolor="#ffffff">
                <tr>
                        <th><?_("Floor number")></th>
                        <th><?_("Floor name")></th>
@@ -13,7 +13,7 @@
                        <th><?_("Floor CSS")></th>
                </tr>
 
-               <?ITERATE("LKRA", ="floors_edit_one")>
+               <?ITERATE("LFLR", ="floors_edit_one")>
 
                <tr>
                        <td>&nbsp;</td>
@@ -27,4 +27,4 @@
                        <td>&nbsp;</td>
                </tr>
        </table>
-</div>
+<?=("trailing")>