yacy_search_server/htroot/proxymsg/authfail.inc
2008-04-18 15:07:36 +00:00

13 lines
609 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>