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