CINXE.COM

会员登录

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <title>会员登录</title> <meta name="keywords" content="会员登录"/> <meta name="description" content="会员登录"/> <link rel="stylesheet" type="text/css" href="/Public/Css/bootstrap-4.4.1-dist/css/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="/Public/Css/stylemain.css" /> <link rel="stylesheet" type="text/css" href="/Public/Css/codehim-dropdown.css" /> <link rel="stylesheet" type="text/css" href="/Public/Css/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="/Public/Css/login.css" /> <!--[if lt IE 9]> <script type="text/javascript" src="/Public/Js/html5shiv.min.js"></script> <script type="text/javascript" src="/Public/Js/respond.js"></script> <![endif]--> <script type="text/javascript" src="/Public/Js/jquery-1.8.0.min.js"></script> <script type="text/javascript" src="/Public/Js/top.js"></script> <link rel="stylesheet" type="text/css" href="/Public/Css/msgbox.css" /> <script type="text/javascript" src="/Public/Js/msgbox.js"></script> <script type="text/javascript" src="/Public/Js/top.js"></script> <script type="text/javascript"> //提交判断 function onSubmitData(){ var denglu_name = $("#denglu_name").val(); var user_pass = $("#user_pass").val(); if(denglu_name==""){ ZENG.msgbox.show("请输入手机号码或者邮箱", 3, 2000); $("#denglu_name").focus(); return false; } if(user_pass==""){ ZENG.msgbox.show("请输入登录密码", 3, 2000); $("#user_pass").focus(); return false; } $('#formLogin').submit(); } function gotoreg(){ location.href="/indexzhong.php/Reg/regtel"; } function showPop(){ location.href="/indexzhong.php/Login/gettel"; } </script> </head> <body style="background: none;"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <div class="headroom"> <div class="headroom_main container"> <div class="float-left"> <form action="http://www.foundrypc.org/indexzhong.php/index/index" method="post" id="search_form200"> <input type="hidden" name="session_login" value=""> <input type="hidden" name="session_user_email" value=""> <input type="hidden" name="session_user_id" value=""> <input type="hidden" name="session_user_tel" value=""> <input type="hidden" name="session_user_name_china" value=""> </form> <a href="#" style="cursor:pointer" onclick="document:search_form200.submit();">返回首页</a> </div> <div class="float-right"> <div class="float-left p_center"><a href="http://www.foundrypc.org/indexzhong.php/Login/login">登陆</a></div> <div class="float-left"><a href="/indexzhong.php/Reg/regtel">注册</a>|<a href="http://www.foundrypc.org/en/indexzhong.php/index/index">EN</a></div> </div> </div> </div><form method="post" id="formLogin" action="/indexzhong.php/Login/check"> <div class="aspNetHidden" style="margin-top: 30px;"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTIwOTMwNjMxODFkZGTJ+7ECPxugyB6xi9+c1LTR2tBx2O1IThEjS7EWJw6W" /> </div> <div class="aspNetHidden"> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBAK7n96QBAKnoPmuCwLPyszgDQKM54rGBqtMXXpqyGe8sD9xdmphPefueerutVyl1a48w3rl+Boa" /> </div> <div class="container no-padding" style="background-color: #fff; height: 100%;"> <div class="clearfix login_box"> <div class="col-md-2 col-xs-12 " style="min-height: 60px;"> <a href="/indexzhong.php/Login/login"" class="col-md-12 col-xs-6 tab_tit on"> 密码登录 </a> <a href="/indexzhong.php/Login/loginyztel"" class="col-md-12 col-xs-6 tab_tit"> 验证码登录 </a> </div> <div class="col-md-10 col-xs-12 " style="height: auto;"> <div class="col-xs-12 col-md-12 login_in clearfix" style=""> <div class="login-form col-xs-10 col-xs-offset-1 col-md-8 col-md-offset-2"> <input id="sales" name="sales" type="hidden" value=""> <div class="sign-in-htm col-xs-12"> <div class="group"> <label for="UserMob" class="label">登录账号</label> <input type="text" name="denglu_name" id="denglu_name" placeholder="请输入手机或邮箱" class="input" /> </div> <div class="group"> <label for="UserPass" class="label">密码</label> <input type="password" name="user_pass" id="user_pass" class="input" placeholder="请输入密码" /> <span onclick="showPop();" style="cursor: pointer;padding-left: 20px;padding-top: 10px;display: block;">忘记密码?</span> <span class="field-validation-valid" data-valmsg-for="UserPass" data-valmsg-replace="true"></span> </div> <div class="sub_btn"> <div class="col-xs-6 col-md-6"> <input type="button" value="登录" onclick="onSubmitData();" id="Button1" class="button group_sub col-xs-12 col-md-12" style="padding-top: 15px; margin-top: 5px; padding-bottom: 15px;" /> </div> </div> </div> </div> </div> </div> </div> </div> </form> <script type="text/javascript" src="/Public/Js/jquery.simplemodal.js"></script> </body> </html>

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