Skip to content

Instantly share code, notes, and snippets.

@mh-github
Created August 13, 2012 12:34
Show Gist options
  • Save mh-github/3340235 to your computer and use it in GitHub Desktop.
Save mh-github/3340235 to your computer and use it in GitHub Desktop.
<form action="j_spring_security_check" method="post">
<table style="background-color:#E9FFFF;border:#CCABC1 5px solid;" cellspacing="2" cellpadding="5">
<tr>
<td>
<label for="j_username">Login</label>:
<input id="j_username" name="j_username" size="20" maxlength="50" type="text"/>
</td>
</tr>
<tr>
<td>
<label for="j_password">Password</label>:
<input id="j_password" name="j_password" size="20" maxlength="50" type="password"/>
</td>
</tr>
<tr>
<td>
<input id="_spring_security_remember_me" name="_spring_security_remember_me" type="checkbox" value="true"/>
<label for="_spring_security_remember_me">Remember Me?</label>
</td>
</tr>
<tr>
<td align = "right">
<input type="submit" value="Login"/>
</td>
</tr>
</table>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment