diff options
| author | Lars Müller | 2008-03-01 19:04:26 +0100 |
|---|---|---|
| committer | Lars Müller | 2008-03-01 19:04:26 +0100 |
| commit | cd46d68991f7ae0cf319f915c5fecdd71b78ee34 (patch) | |
| tree | e9a48065f3203c8e16b14f82216452810d0f53ee /ldap-site-mngmt/webinterface/login_form.inc.html | |
| parent | Optimizations, improvements ... (diff) | |
| download | core-cd46d68991f7ae0cf319f915c5fecdd71b78ee34.tar.gz core-cd46d68991f7ae0cf319f915c5fecdd71b78ee34.tar.xz core-cd46d68991f7ae0cf319f915c5fecdd71b78ee34.zip | |
Reorganisation of the repo structure as discussed on the devel list.
- Move the majority of trunk and all branches to the new openslx/ dir.
- Move ldap-site-mngmt to contrib/.
- Move openslx/trunk/os-plugins/plugins/vmchooser/src/ to
openslx-src-tools/trunk/os-plugins/plugins/vmchooser/
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1591 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.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ldap-site-mngmt/webinterface/login_form.inc.html b/ldap-site-mngmt/webinterface/login_form.inc.html deleted file mode 100644 index f9e32891..00000000 --- a/ldap-site-mngmt/webinterface/login_form.inc.html +++ /dev/null @@ -1,29 +0,0 @@ -<form name="loginform" 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 colspan="3"> </td> - </tr> - <tr> - <td><p class="small_loginform_text"><b>UserID:</b></p></td> - <td><input type="Text" name="uid" size="15" class="small_loginform_field" select> </td> - <td><p class="small_loginform_text"> </p></td> - </tr> - <tr> - <td><p class="small_loginform_text"><b>Passwort:</b></p></td> - <td><input type="Password" name="userPassword" size="15" class="small_loginform_field"> </td> - <td><p class="small_loginform_text"> </p></td> - </tr> - <tr> - <td><p class="small_loginform_text"> </p></td> - <td align="right"><input type="Submit" name="Login" value="Anmelden" class="small_loginform_button"></td> - <td><p class="small_loginform_text"> </p></td> - </tr> - </table> -</form> - -<script type="text/javascript"> - document.loginform.uid.focus(); -</script>
\ No newline at end of file |
