* depricate <?=subtemplate> in favour of <?=("subtemplate")> so our syntax is more...
[citadel.git] / webcit / static / t / who.html
1 <?=("head")>
2 <?=("important_msg")>
3 <?ICONBAR>
4
5 <script type="text/javascript">
6 function ConfirmKill() { 
7 return confirm('<?_("Do you really want to kill this session?")>');
8 }
9 </script>
10
11 <div id="banner">
12 <div class="room_banner">
13 <img src="static/usermanag_48x.gif">
14 <h1>
15 <?_("Users currently on ")><?SERV_HUMANNODE>
16 </h1></div>
17 <ul class="room_actions">
18 <li class="start_page">
19         <?OFFERSTARTPAGE>
20 </li></ul>
21 </div>
22
23 <div id="content" class="fix_scrollbar_bug who_is_online">
24 <?DOBOXED("wholiststatic", "wholiststatic_header")>
25 </div>
26 <script type="text/javascript">
27  new Ajax.PeriodicalUpdater('do_template', 'template=wholiststatic',
28                             { method: 'get', frequency: 30 }  );
29 </script>
30 <?=("trailing")>
31