a79eb07f24e3a8fa6fc2222ab4610f6d72b1e5da
[citadel.git] / webcit / static / t / wholiststatic.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", "whosection")>
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/citadelchat_16x.gif" alt="(p)" border="0">
16 <?_("to send an instant message to that user.")>
17 </div>
18 <script type="text/javascript">
19  new Ajax.PeriodicalUpdater('who_inner', 'who_inner_html',
20                             { method: 'get', frequency: 30 }  );
21 </script>
22