Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / modules / loginbox.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{$error}
10{if $permissions.r neq true} you don't have permissions for viewing this data node{/if}
11{if $user_id eq false}
12<table><tr><td>login::</td><td> <input tabindex=1 accesskey=l type='text' name='login'></td>
13<tr><td>heslo::</td><td><input tabindex=2 accesskey=p type='password' name='password'></td>
14<tr><td colspan='2' align='center'><input tabindex=3 type='submit' name='event' value='login'></td></tr></table>
15{/if}
This page took 0.091753 seconds and 4 git commands to generate.