Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / user / list.html
1 <?=("head")>
2 <div id="banner">
3   <h1><?_("User list for ")> <?SERV:HUMANNODE("X")></h1>
4 </div>
5 <div id="content" class="service">
6
7   <table class="userlist_background"><tr><td>
8         <tr>
9           <th><?_("User Name")></th>
10           <th><?_("Number")></th>
11           <th><?_("Access Level")></th>
12           <th><?_("Last Login")></th>
13           <th><?_("Total Logins")></th>
14           <th><?_("Total Posts")></th>
15         </tr>
16         <?ITERATE("USERLIST", ="user_list_section")>
17 </table>