码迷,mamicode.com
首页 > 编程语言 > 详细

Spring Security默认的用户登录表单 页面源代码

时间:2014-11-26 13:35:55      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   color   os   sp   for   on   div   

Spring Security默认的用户登录表单 页面源代码

<html><head><title>Login Page</title></head><body onload=‘document.f.j_username.focus();‘>
<h3>Login with Username and Password</h3><form name=‘f‘ action=‘/spring-security-samples-tutorial-3.0.8.RELEASE/j_spring_security_check‘ method=‘POST‘>
 <table>
    <tr><td>User:</td><td><input type=‘text‘ name=‘j_username‘ value=‘‘></td></tr>
    <tr><td>Password:</td><td><input type=‘password‘ name=‘j_password‘/></td></tr>
    <tr><td><input type=‘checkbox‘ name=‘_spring_security_remember_me‘/></td><td>Remember me on this computer.</td></tr>
    <tr><td colspan=‘2‘><input name="submit" type="submit"/></td></tr>
    <tr><td colspan=‘2‘><input name="reset" type="reset"/></td></tr>
  </table>
</form></body></html>

 

Spring Security默认的用户登录表单 页面源代码

标签:style   blog   io   color   os   sp   for   on   div   

原文地址:http://www.cnblogs.com/wuyou/p/4122698.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!