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.
13 lines
610 B
13 lines
610 B
<form action="/User.html" method="POST">
|
|
<fieldset><legend><span class="error">Your Username/Password is wrong.</span></legend>
|
|
<dl>
|
|
<dt><label for="username">Username</label>:</dt>
|
|
<dd><input type="text" id="username" name="username" /></dd>
|
|
<dt><label for="password">Password</label>:</dt>
|
|
<dd><input type="password" id="password" name="password" /></dd>
|
|
<dt><input type="submit" value="login" /></dt>
|
|
</dl>
|
|
<input type="hidden" name="returnto", value="#[returnto]#" />
|
|
</fieldset>
|
|
</form>
|