Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / modules / loginbox.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://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.36977 seconds and 4 git commands to generate.