]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/user/list.html
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
deleted file mode 100644 (file)
index eb3f08d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?=("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>