yacy_search_server/htroot/proxymsg/authfail.inc
2007-01-17 04:20:19 +00:00

13 lines
610 B
HTML

<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>