Renamed the /icons directory to /webcit_icons because of incompatibility with symlink...
[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")>
11         </table>
12 </div>
13 <div class="instructions">
14         <?_("Click on a name to read user info.  Click on")>
15                 <img align="middle" src="static/webcit_icons/essen/16x16/chat.png" alt="(p)">
16         <?_("to send an instant message to that user.")>
17 </div>
18