Tuned up the 'logged in as' / 'not logged in' ...
[citadel.git] / webcit / static / t / who.html
1 <?=("head")>
2 <?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
3
4 <script type="text/javascript">
5 function ConfirmKill() { 
6 return confirm('<?_("Do you really want to kill this session?")>');
7 }
8 </script>
9
10 <div id="banner">
11 <div class="banner">
12 <img alt="" src="static/usermanag_48x.gif">
13 <h1>
14 <?_("Users currently on ")><?SERV:HUMANNODE>
15 </h1></div>
16 <?=("loggedinas")>
17 <div id="actiondiv">
18 <ul class="room_actions">
19 <li class="start_page">
20         <?OFFERSTARTPAGE>
21 </li></ul>
22 </div>
23 </div>
24 <div id="content" class="who_is_online">
25 <?DOBOXED(="who_box_list_static", ="who_list_static_header")>
26 </div>
27 <script type="text/javascript">
28  new Ajax.PeriodicalUpdater('do_template', 'template=wholiststatic',
29                             { method: 'get', frequency: 30 }  );
30 </script>
31 <?=("trailing")>
32