<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> <body> <a href="http://www.superx-projekt.de" target="_parent" title="Homepage"><img src="../applet/images/Symbol.gif" alt="Logo von SuperX" border="0" /></a> <h3>Anmeldung</h3> <FORM ACTION="../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"> <INPUT TYPE="hidden" NAME="MandantenID" value="default"> </p> <input type="Submit" name="Abschicken" value="Anmelden" class="clsButtonStyle" /> </form> <hr /> </body> </html>