moved winix directories to winixdsubdirectory
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1028 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
19
winixd/html/fun_who.html
Normal file
19
winixd/html/fun_who.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user