renamed data directory
[mirrors/Kyberia-bloodline.git] / basic-data / templates / own_templates / 2195652.tpl
CommitLineData
51ff3226 1<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'
2method='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'
11name='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
17name='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<!--
25document.write("<input type='hidden' name='screen_width' value='" + screen.width +
26"'><input type='hidden' name='screen_height' value='" +
27screen.height + "'>");
28// -->
29</script>
30
31
32</form>
This page took 0.220089 seconds and 4 git commands to generate.