1 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'
4 {if $permissions.r neq true} you don't have permissions for viewing this data node{/if}
9 <td><input tabindex=1 accesskey=l type='text' name='login' /></td>
10 <td> 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>
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>
23 <script language="JavaScript" type="text/javascript">
25 document.write("<input type='hidden' name='screen_width' value='" + screen.width +
26 "'><input type='hidden' name='screen_height' value='" +
27 screen.height + "'>");