changed: html templates are a part of winix now and the user can provide special html templates for its site added: locales added: html templates are using HtmlFilter now (locales) changed: now we have html templates for each language git-svn-id: svn://ttmath.org/publicrep/winix/trunk@560 e52654a7-88a9-db11-a3e9-0013d4bc506e
18 lines
347 B
HTML
Executable File
18 lines
347 B
HTML
Executable File
<h1>{who_header}</h1>
|
|
|
|
|
|
[if-any who_tab]
|
|
<table class="who">
|
|
<tr><th>{who_table_index}</th><th>{user}</th><th>{who_table_start}</th><th>{who_table_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]
|
|
|
|
|
|
|
|
|