summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/login_form.inc.html
diff options
context:
space:
mode:
authorTarik Gasmi2007-05-14 10:03:48 +0200
committerTarik Gasmi2007-05-14 10:03:48 +0200
commit59cf91925ca8da43d2427331b23e4673b0e53095 (patch)
tree871f39414143192cb3e8bd6f4bd2b7462e7076b9 /ldap-site-mngmt/webinterface/login_form.inc.html
parentSome webinterface data. (diff)
downloadcore-59cf91925ca8da43d2427331b23e4673b0e53095.tar.gz
core-59cf91925ca8da43d2427331b23e4673b0e53095.tar.xz
core-59cf91925ca8da43d2427331b23e4673b0e53095.zip
Other webinterface data.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1077 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/login_form.inc.html')
-rw-r--r--ldap-site-mngmt/webinterface/login_form.inc.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/login_form.inc.html b/ldap-site-mngmt/webinterface/login_form.inc.html
new file mode 100644
index 00000000..13ecd9c7
--- /dev/null
+++ b/ldap-site-mngmt/webinterface/login_form.inc.html
@@ -0,0 +1,18 @@
+<!-- Author: Timothy Burk -->
+<form action="{PFAD}login_sicher.php" method="post">
+ <table border="0" cellspacing="0" cellpadding="2">
+ <tr>
+ <td colspan="2"><p><b>Benutzerlogin:</b></p></td>
+ </tr>
+ <tr>
+ <td><p class="small_loginform_text">User-Id:</p></td>
+ <td><input type="Text" name="uid" size="15" class="small_loginform_field"> </td>
+ <td><p class="small_loginform_text">&nbsp;</p></td>
+ </tr>
+ <tr>
+ <td><p class="small_loginform_text">Passwort:</p></td>
+ <td><input type="Password" name="userPassword" size="15" class="small_loginform_field"> </td>
+ <td><input type="Submit" name="Login" value="Login" class="small_loginform_button"></td>
+ </tr>
+ </table>
+</form> \ No newline at end of file