]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/who.html
* fix some fallout from last commit: iconbar now in head.html so no one should call...
[citadel.git] / webcit / static / t / who.html
index 3dcf42088d08a7aec3b6f04d9933100023f9545b..632aed2c1ac3884360275fdd4d099d5679a9e41c 100644 (file)
@@ -1,6 +1,5 @@
-<?=head>
-<?=important_msg>
-<?ICONBAR>
+<?=("head")>
+<?=("important_msg")>
 
 <script type="text/javascript">
 function ConfirmKill() { 
@@ -12,7 +11,7 @@ return confirm('<?_("Do you really want to kill this session?")>');
 <div class="room_banner">
 <img src="static/usermanag_48x.gif">
 <h1>
-<?_("Users currently on ")><?SERV_HUMANNODE>
+<?_("Users currently on ")><?SERV:HUMANNODE>
 </h1></div>
 <ul class="room_actions">
 <li class="start_page">
@@ -23,5 +22,9 @@ return confirm('<?_("Do you really want to kill this session?")>');
 <div id="content" class="fix_scrollbar_bug who_is_online">
 <?DOBOXED("wholiststatic", "wholiststatic_header")>
 </div>
-<?=trailing>
+<script type="text/javascript">
+ new Ajax.PeriodicalUpdater('do_template', 'template=wholiststatic',
+                            { method: 'get', frequency: 30 }  );
+</script>
+<?=("trailing")>