]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/who.html
* rework who.c so it doesn't use svput() and friends but rather preregistered callbac...
[citadel.git] / webcit / static / t / who.html
index 98c16898937b4c66f593b0c05dd8f3431c0642a6..522f52819375b69699b9195f8438966025cdc537 100644 (file)
@@ -1,5 +1,5 @@
-<?=head>
-<?=important_msg>
+<?=("head")>
+<?=("important_msg")>
 <?ICONBAR>
 
 <script type="text/javascript">
@@ -12,7 +12,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">
@@ -27,5 +27,5 @@ return confirm('<?_("Do you really want to kill this session?")>');
  new Ajax.PeriodicalUpdater('do_template', 'template=wholiststatic',
                             { method: 'get', frequency: 30 }  );
 </script>
-<?=trailing>
+<?=("trailing")>