]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/wholiststatic.html
* make who is online view via templates
[citadel.git] / webcit / static / t / wholiststatic.html
index 0fa142a35dd378aa17d5777906ea555e430dcf11..a79eb07f24e3a8fa6fc2222ab4610f6d72b1e5da 100644 (file)
@@ -1,3 +1,4 @@
+<div id="who_inner" >
 <table class="altern">
  <tr>
   <th class="edit_col"> </th>
@@ -8,3 +9,14 @@
 </tr>
 <?ITERATE("WHOLIST", "whosection")>
 </table>
+</div>
+<div class="instructions">
+<?_("Click on a name to read user info.  Click on")>
+<img align="middle" src="static/citadelchat_16x.gif" alt="(p)" border="0">
+<?_("to send an instant message to that user.")>
+</div>
+<script type="text/javascript">
+ new Ajax.PeriodicalUpdater('who_inner', 'who_inner_html',
+                            { method: 'get', frequency: 30 }  );
+</script>
+