images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2195652.tpl
diff --git a/data/templates/own_templates/2195652.tpl b/data/templates/own_templates/2195652.tpl
new file mode 100644 (file)
index 0000000..885da55
--- /dev/null
@@ -0,0 +1,32 @@
+<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'
+method='post'>
+{$error}
+{if $permissions.r neq true} you don't have permissions for viewing this data node{/if}
+
+<table>
+   <tr>
+      <td>login::</td>
+      <td><input tabindex=1 accesskey=l type='text' name='login' /></td>
+      <td>&nbsp;password::</td><td><input tabindex=2 accesskey=p type='password'
+name='password' /></td>
+      <td><input tabindex=3 type='submit' name='event' value='login_test' /></td>
+   </tr>
+   <tr>
+      <td></td>
+      <td colspan=3 align='center'>name:: <input type='radio' accesskey=n
+name='login_type' value='name' checked />
+      id:: <input type='radio' accesskey=i name='login_type' value='id' /></td>
+      <td></td>
+   </tr>
+</table>
+
+<script language="JavaScript" type="text/javascript">
+<!--
+document.write("<input type='hidden' name='screen_width' value='" + screen.width +
+"'><input type='hidden' name='screen_height' value='" +
+screen.height + "'>");
+// -->
+</script>
+
+
+</form>
\ No newline at end of file
This page took 0.105058 seconds and 4 git commands to generate.