Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2393032.tpl
1 <form enctype="multipart/form-data" action='https://kyberia.sk/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post'>
2 {$error}
3 {if $permissions.r neq true} you don't have permissions for viewing this data node{/if}
4 {if $user_id eq false || $user_id eq 980161}
5
6 <fieldset>
7 login::<input tabindex=1 accesskey=l type='text' name='login' />
8 password::<input tabindex=2 accesskey=p type='password' name='password' />
9 <input tabindex=3 type='submit' name='event' value='login' />
10 </fieldset>
11 <script language="JavaScript" type="text/javascript">
12 <!--
13 document.write("<input type='hidden' name='screen_width' value='" + screen.width +
14 "'><input type='hidden' name='screen_height' value='" +
15 screen.height + "'>");
16 // -->
17 </script>
18
19 {/if}
20 </form>
This page took 0.28622 seconds and 4 git commands to generate.