]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/who.html
* add the paging hook to these templates
[citadel.git] / webcit / static / t / who.html
index 08a1b7b20602f8abccec96c15a54826a9784468b..ea04a68569d4bfe5998af9d25f93865deefb2a75 100644 (file)
@@ -1,6 +1,5 @@
 <?=("head")>
-<?=("important_msg")>
-<?ICONBAR>
+<?=("important_msg")>><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 
 <script type="text/javascript">
 function ConfirmKill() { 
@@ -12,14 +11,15 @@ 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>
+<div id="actiondiv">
 <ul class="room_actions">
 <li class="start_page">
        <?OFFERSTARTPAGE>
 </li></ul>
 </div>
-
+</div>
 <div id="content" class="fix_scrollbar_bug who_is_online">
 <?DOBOXED("wholiststatic", "wholiststatic_header")>
 </div>