]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/who/box_list_static.html
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / who / box_list_static.html
diff --git a/webcit/static/t/who/box_list_static.html b/webcit/static/t/who/box_list_static.html
new file mode 100644 (file)
index 0000000..be05a9e
--- /dev/null
@@ -0,0 +1,13 @@
+<div id="who_inner" >
+       <table class="altern">
+               <tr>
+                       <th class="edit_col"> </th>
+                       <th colspan="2"> </th>
+                       <th><?_("User name")></th>
+                       <th><?_("Room")></th>
+                       <th class="host_col"><?_("From host")></th>
+               </tr>
+               <?ITERATE("WHOLIST", ="who_section", 0)>
+       </table>
+</div>
+