CINXE.COM

#会员中心入口#

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/signin.css" rel="stylesheet"> <script type="text/javascript" src="/js/main.asp"></script> <title>#会员中心入口#</title> </head> <body> <div class="signin"> <div class="signin-head"><img src="images/test/head_120.png" alt="" class="img-circle"></div> <form class="form-signin" role="form" action="/User/Userlogin?action=login" method="post" name=loginForm > <input type="text" class="form-control" name="Username" placeholder="帐号" required autofocus /> <input type="password" class="form-control" name="PassWord" placeholder="密码" required /> <button class="btn btn-lg btn-warning btn-block" type="submit">登录</button> <label class="checkbox"> <input type="checkbox" value="remember-me"> 记住我 <span style="float:right;"><input type="button" name="Submit" style="width:60px;height:20px;" onclick="javascript:history.back(-1);" value="返回">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="userreg">注册</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/api/qq/redirect_to_login" id="loginQq" >QQ登录</a> </span> </label> </form> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10