moving html templates to cmslu
git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@558 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
17
html/fun_who.html
Executable file
17
html/fun_who.html
Executable file
@@ -0,0 +1,17 @@
|
||||
|
||||
<h1>Lista sesji</h1>
|
||||
|
||||
[if-any who_tab]
|
||||
<table class="who">
|
||||
<tr><th>L.p.</th><th>U<EFBFBD>ytkownik</th><th>Start</th><th>Ostatnio aktywny</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>Nie ma <20>adnych dost<73>pnych sesji.</p>
|
||||
[end]
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user