51ff3226 |
1 | <form enctype="multipart/form-data" action='/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} |
5 | <table> |
6 | <tr> |
7 | <td>login::</td> |
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> |
11 | </tr> |
12 | <tr> |
13 | <td></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> |
16 | <td></td> |
17 | </tr> |
18 | </table> |
19 | |
20 | <script language="JavaScript" type="text/javascript"> |
21 | <!-- |
22 | document.write("<input type='hidden' name='screen_width' value='" + screen.width + |
23 | "'><input type='hidden' name='screen_height' value='" + |
24 | screen.height + "'>"); |
25 | // --> |
26 | </script> |
27 | |
28 | {/if} |
29 | </form> |