]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/aide/edituser/select.html
* reorganize some templates into subdirectories
[citadel.git] / webcit / static / t / aide / edituser / select.html
diff --git a/webcit/static/t/aide/edituser/select.html b/webcit/static/t/aide/edituser/select.html
new file mode 100644 (file)
index 0000000..1770cc8
--- /dev/null
@@ -0,0 +1,24 @@
+<?=("head")>
+<?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<div id="banner">
+  <img src="static/usermanag_48x.gif">
+  <h1><??("COND:AIDE", 1)><?_("Edit or delete users")><??("X", 1)></h1>
+</div>
+
+<div id="content" class="service"> 
+<div class="fix_scrollbar_bug">
+<?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
+<??("COND:AIDE", 2)>
+<!--- TODO if (message != NULL) message); -->
+
+<table border=0 cellspacing=10>
+<tr valign=top><td>
+  <?DOBOXED(="aide_edituser_add", _("Add users"))>
+</td><td>
+ <?DOBOXED(="aide_edituser_box_select", _("Edit or Delete users"))>
+</td></tr>
+</table>
+<??("X", 2)>
+</div>
+<?=("trailing")>