winix/winixd/html/fun_who.html

20 lines
364 B
HTML

<div class="winix">
<h1>{who_header}</h1>
[if who_tab]
<table class="who">
<tr><th>{who_tab_index}</th><th>{user}</th><th>{who_tab_start}</th><th>{who_tab_last_active}</th></tr>
[for who_tab]
<tr><td>[who_tab_lp]</td><td>[who_tab_user]</td><td>[who_tab_time]</td><td>[who_tab_last_time]</td></tr>
[end]
</table>
[else]
<p>{who_none}</p>
[end]
</div>