Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2195652.tpl
1 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'
2 method='post'>
3 {$error}
4 {if $permissions.r neq true} you don't have permissions for viewing this data node{/if}
5
6 <table>
7 <tr>
8 <td>login::</td>
9 <td><input tabindex=1 accesskey=l type='text' name='login' /></td>
10 <td>&nbsp;password::</td><td><input tabindex=2 accesskey=p type='password'
11 name='password' /></td>
12 <td><input tabindex=3 type='submit' name='event' value='login_test' /></td>
13 </tr>
14 <tr>
15 <td></td>
16 <td colspan=3 align='center'>name:: <input type='radio' accesskey=n
17 name='login_type' value='name' checked />
18 id:: <input type='radio' accesskey=i name='login_type' value='id' /></td>
19 <td></td>
20 </tr>
21 </table>
22
23 <script language="JavaScript" type="text/javascript">
24 <!--
25 document.write("<input type='hidden' name='screen_width' value='" + screen.width +
26 "'><input type='hidden' name='screen_height' value='" +
27 screen.height + "'>");
28 // -->
29 </script>
30
31
32 </form>
This page took 0.287852 seconds and 4 git commands to generate.