]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/user/list.html
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / user / list.html
diff --git a/webcit/static/t/user/list.html b/webcit/static/t/user/list.html
new file mode 100644 (file)
index 0000000..eb3f08d
--- /dev/null
@@ -0,0 +1,17 @@
+<?=("head")>
+<div id="banner">
+  <h1><?_("User list for ")> <?SERV:HUMANNODE("X")></h1>
+</div>
+<div id="content" class="service">
+
+  <table class="userlist_background"><tr><td>
+       <tr>
+         <th><?_("User Name")></th>
+         <th><?_("Number")></th>
+         <th><?_("Access Level")></th>
+         <th><?_("Last Login")></th>
+         <th><?_("Total Logins")></th>
+         <th><?_("Total Posts")></th>
+       </tr>
+       <?ITERATE("USERLIST", ="user_list_section")>
+</table>