1 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post'>
3 {if $permissions.r neq true} you don't have permissions for viewing this data node{/if}
8 <td><input tabindex=1 accesskey=l type='text' name='login' /></td>
9 <td> password::</td><td><input tabindex=2 accesskey=p type='password' name='password' /></td>
10 <td><input tabindex=3 type='submit' name='event' value='login' /></td>
14 <td colspan=3 align='center'>name:: <input type='radio' accesskey=n name='login_type' value='name' checked />
15 id:: <input type='radio' accesskey=i name='login_type' value='id' /></td>
20 <script language="JavaScript" type="text/javascript">
22 document.write("<input type='hidden' name='screen_width' value='" + screen.width +
23 "'><input type='hidden' name='screen_height' value='" +
24 screen.height + "'>");