* sanitize the_mgts templates as webcit tells us; not functional yet.
[citadel.git] / webcit / static / t / room / edit.html
diff --git a/webcit/static/t/room/edit.html b/webcit/static/t/room/edit.html
new file mode 100644 (file)
index 0000000..f70087d
--- /dev/null
@@ -0,0 +1,22 @@
+<?=("head")><?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<div id="banner">
+xxxx
+</div>
+<div id="content" class="service fix_scrollbar_bug">
+
+<table border="0" cellspacing="0" cellpadding="0" ><tr><td>
+<form method="post" action="editroomtodo">
+<input type="hidden" name="nonce" value='<?NONCE>'>
+<?DOTABBED(_("Administration"), ="room_edit_tab_admin",
+          _("Configuration"), ="room_edit_tab_config",
+          _("Message expire policy"), ="room_edit_tab_expire",
+          _("Access controls"), ="room_edit_tab_access",
+          _("Sharing"), ="room_edit_tab_share",
+          _("Mailing list service"), ="room_edit_tab_listserv",
+          _("Remote retrieval"), ="room_edit_tab_feed",
+          "", ="room_edit_submit")>
+</form>
+</td></tr></table>
+
+</div>
+<?=("trailing")>