You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							42 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
	
	
							42 lines
						
					
					
						
							1.0 KiB
						
					
					
				 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml"> | 
						|
<head> | 
						|
  <title>SuperX-Anmeldung</title> | 
						|
  <meta http-equiv="Content-Type" content="text/html; charset=ISO 8859-1" /> | 
						|
  <base target="_self"> | 
						|
        | 
						|
</head> | 
						|
<%@ page session="false" %> | 
						|
<body> | 
						|
 | 
						|
<h1>SuperX</h1> | 
						|
<h3>Anmeldung LDAP</h3> | 
						|
<!-- | 
						|
<FORM ACTION="/superx/servlet/SuperXmlAnmeldung" METHOD="post"> | 
						|
<p><p>Kennung: <br /><INPUT TYPE="Text" NAME="kennung" VALUE="superx"> | 
						|
</p> | 
						|
<p><p>Passwort: <br /><INPUT TYPE="Password" NAME="passwort" value="anfang12"> | 
						|
 | 
						|
</p> | 
						|
   | 
						|
  <INPUT TYPE="Submit" NAME="Abschicken" VALUE="Anmelden"> | 
						|
 | 
						|
 | 
						|
</FORM>--> | 
						|
<table><tr><td class="themenspalte" width="100px" valign="top">Bitte Geben Sie Ihre Benutzerkennung und Ihr Passwort ein.</td> | 
						|
<td valign="top"> | 
						|
<form method="POST" action="j_security_check"> | 
						|
<p>Kennung: <br /><input type="text" name="j_username" value=""> | 
						|
</p> | 
						|
<p>Passwort: <br /><input type="password" name="j_password" value=""> | 
						|
</p> | 
						|
        | 
						|
         | 
						|
        <INPUT TYPE="Submit" NAME="Abschicken" VALUE="Anmelden"> | 
						|
    </form> | 
						|
    </td> | 
						|
    </tr> | 
						|
    </table> | 
						|
<hr /> | 
						|
</body> | 
						|
</html>
 | 
						|
 |