summaryrefslogtreecommitdiff
path: root/inc/login_eingabefeld.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-09-10 17:25:43 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-09-10 17:25:43 +0000
commit310c2ce98fc8c0e94559c9ed8587101d92f6e853 (patch)
tree7093065a133e434fb7e551803e8700661d04c5bb /inc/login_eingabefeld.php
add total system
git-svn-id: svn://svn.cccv.de/engel-system@1 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'inc/login_eingabefeld.php')
-rwxr-xr-xinc/login_eingabefeld.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/inc/login_eingabefeld.php b/inc/login_eingabefeld.php
new file mode 100755
index 00000000..24fe4da1
--- /dev/null
+++ b/inc/login_eingabefeld.php
@@ -0,0 +1,16 @@
+<!-- <form action="<?echo $url.$ENGEL_ROOT; ?>nonpublic/index.php" method="post">-->
+
+<form action="./nonpublic/index.php" method="post">
+<table>
+<tr>
+ <td align="right"><? echo Get_Text("index_lang_nick");?></td>
+ <td><input type="text" name="user" size="23"></td>
+</tr>
+<tr>
+ <td align="right"><? echo Get_Text("index_lang_pass");?></td>
+ <td><input type="password" name="password" size="23"></td>
+</tr>
+</table>
+<br>
+<input type="submit" value="<? echo Get_Text("index_lang_send");?>">
+</form>