Vorbereitung Version 2
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<form action="login.php" method="post">
|
||||
<label class="reg_label">Userid</label>
|
||||
<span class="pflichtfeld"> * </span>
|
||||
<input name="userid" maxlength="20"/>
|
||||
<span class="fehlermeldung"></span>
|
||||
<br>
|
||||
<label class="reg_label">Passwort</label>
|
||||
<span class="pflichtfeld"> * </span>
|
||||
<input name="pw" type="password" maxlength="50"/>
|
||||
<span class="fehlermeldung"></span>
|
||||
<br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
Reference in New Issue
Block a user