Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / who / box_list_static.html
1 <div id="who_inner" >
2         <table class="altern">
3                 <tr>
4                         <th class="edit_col"> </th>
5                         <th colspan="2"> </th>
6                         <th><?_("User name")></th>
7                         <th><?_("Room")></th>
8                         <th class="host_col"><?_("From host")></th>
9                 </tr>
10                 <?ITERATE("WHOLIST", ="who_section", 0)>
11         </table>
12 </div>
13