SuperX-Kernmodul
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.
 
 
 
 
 
 

43 lines
1.3 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">
<LINK REL="stylesheet" type="text/css" href="style/superx.css"/>
</head>
<%@ page session="false" %>
<body>
<h1>SuperX</h1>
<a href="http://www.superx-projekt.de" target="_parent" alt="Homepage" title="Homepage"><img src="applet/images/Symbol.gif" alt="Logo von SuperX" border="0" /></a>
<h3>Anmeldung</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="admin">
</p>
<p>Passwort: <br /><input type="password" name="j_password" value="adminpassword">
</p>
<INPUT TYPE="Submit" NAME="Abschicken" VALUE="Anmelden">
</form>
</td>
</tr>
</table>
<hr />
</body>
</html>