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=UTF-8"/> <title>会员登录-索比光伏网</title> <meta http-equiv="mobile-agent" content="format=html5;url=https://m.solarbe.com/member/login.php?forward=https%3A%2F%2Fwww.solarbe.com%2Fmember%2Fchat.php%3Ftouser%3Dzbqtxny%26mid%3D5%26itemid%3D111193"> <meta name="generator" content="template - www.solarbe.com"/> <link rel="shortcut icon" type="image/x-icon" href="https://www.solarbe.com/favicon.ico"/> <link rel="bookmark" type="image/x-icon" href="https://www.solarbe.com/favicon.ico"/> <link rel="stylesheet" type="text/css" href="https://www.solarbe.com/skin/s4huiskin/style.css"/> <link href="https://www.solarbe.com/skin/s4huiskin/login-login.css" rel="stylesheet" type="text/css" /> <script type="text/javascript">window.onerror=function(){return true;}</script><script type="text/javascript" src="https://www.solarbe.com/lang/zh-cn/lang.js"></script> <script type="text/javascript" src="https://www.solarbe.com/file/script/config.js"></script> <script type="text/javascript" src="https://www.solarbe.com/file/script/jquery.js"></script> <script type="text/javascript" src="https://www.solarbe.com/file/script/common.js"></script> <script type="text/javascript" src="https://www.solarbe.com/file/script/page.js"></script> <script type="text/javascript"> GoMobile('https://m.solarbe.com/member/login.php?forward=https%3A%2F%2Fwww.solarbe.com%2Fmember%2Fchat.php%3Ftouser%3Dzbqtxny%26mid%3D5%26itemid%3D111193'); var searchid = 5; </script> </head> <body> <div style="display:none"><script src="https://s96.cnzz.com/z_stat.php?id=3765885&web_id=3765885" language="JavaScript"></script></div> <div class="wrap"> <!--头部--> <div class="top-header"> <div class="top-head"> <div class="reg-logo"> <p style="background:url(https://www.solarbe.com/skin/s4huiskin/image/logo.png) no-repeat;" class="index"> <a target="_blank" href="https://www.solarbe.com/"></a> </p> <a class="topic"> 会员登录 </a> </div> <div class="reg">欢迎来到索比光伏网!<a href="https://www.solarbe.com/guestbook/" target="_self">在线客服</a> <a href="https://www.solarbe.com/">首页</a></div> </div> </div> <!--头部 结束--> <!--内容开始--> <script> $(document).ready(function() { var uname = $("#username").val(); var pwd = $("#password").val(); var cap = $("#captcha").val(); $(".filter").click(function() { $(this).next("input").focus(); }) if (uname != '') { $("#username").siblings('.filter').find('p').hide(); } if (pwd != '') { $("#password").siblings('.mistakeTip').hide(); } if (navigator.userAgent.toLowerCase().indexOf('chrome') >= 0) { document.getElementById('username').autocomplete = 'off'; document.getElementById('password').autocomplete = 'off'; } //用户名登陆 $('#username').bind('focus', function() { $(this).siblings('.filter').find('p').hide(); $(this).siblings('.filter').find('.judge').hide(); $(this).siblings('.mistakeTip').hide(); $(this).removeClass('on'); }); $('#username').bind('blur', function() { var flag1 = /\S{1,20}/g; var flag2 = /[a-zA-Z0-9_-]/g; var flag3 = /^[^\s]{4,50}$/; var uname = jQuery.trim($(this).val()); if (uname == '') { $(this).siblings('.filter').find('p').show(); $(this).parent().addClass('wrong'); $(this).siblings('.filter').find('.judge').show(); $(this).siblings('.mistakeTip').text("请输入用户名").show(); $(this).addClass('on'); $('#username').val(""); return false; } else { $(this).siblings('.filter').find('p').hide(); $(this).parent().removeClass('wrong'); $(this).siblings('.filter').find('.judge').show(); $(this).siblings('.mistakeTip').hide(); $(this).removeClass('on'); } }); $('#password').bind('focus', function() { $(this).siblings('.filter').find('p').hide(); $(this).siblings('.filter').find('.judge').hide(); $(this).siblings('.mistakeTip').hide(); $(this).removeClass('on'); }); $('#password').bind('blur', function() { if ($(this).val() == '') { $(this).siblings('.filter').find('p').show(); $(this).siblings('.filter').find('.judge').show(); $(this).parent().addClass('wrong'); $(this).siblings('.mistakeTip').text("请输入密码").show(); $(this).addClass('on'); } else { $(this).siblings('.filter').find('p').hide(); $(this).siblings('.filter').find('.judge').show(); $(this).parent().removeClass('wrong'); $(this).siblings('.mistakeTip').hide(); $(this).removeClass('on'); } }); $('#captcha').bind('focus', function() { $(this).siblings('.filter').find('p').hide(); $(this).siblings('.filter').find('.judge').hide(); $(this).siblings('.mistakeTip').hide(); $(this).removeClass('on'); }); $('#captcha').bind('blur', function() { if (jQuery.trim($(this).val()) == '') { $(this).siblings('.filter').find('p').show(); $(this).siblings('.filter').find('.judge').show(); $(this).addClass('on'); $(this).siblings('.mistakeTip').text('请输入验证码').show(); $(this).val(''); } else { $(this).siblings('.filter').find('p').hide(); $(this).siblings('.filter').find('.judge').show(); $(this).parent().removeClass('wrong'); $(this).removeClass('on'); $(this).siblings('.mistakeTip').text('').hide(); } }); $('#save').bind('click', function() { $('.loginUsual input.text').each(function() { if ($(this).val() == '') { $(this).siblings('.filter').find('p').show(); $(this).siblings('.filter').find('.judge').show(); $(this).parent().addClass('wrong'); $(this).siblings('.mistakeTip').show(); $(this).addClass('on'); } }); $("#postform").submit(function() { if ($("#username").val() != '' && $("#password").val() != '' && $("#captcha").val() != '') { return true; } else { return false; } }); }); document.onkeydown = function(event) { var e = event || window.event || arguments.callee.caller.arguments[0]; if (e && e.keyCode == 13) { if ($(".loginMobile").css("display") == "block") { $(".loginMobile").find(".enterFrame").eq(1).find(".filter p").hide(); $(".loginUsual").find(".enterFrame").eq(0).find(".filter p").hide(); $('#saveLogin').trigger('click'); } else { $(".loginUsual").find(".enterFrame").eq(1).find(".filter p").hide(); $(".loginUsual").find(".enterFrame").eq(0).find(".filter p").hide(); $('#save').trigger('click'); } } } }); </script> <form method="post" action="login.php" onsubmit="return Dcheck();"> <input name="forward" type="hidden" value="https://www.solarbe.com/member/chat.php?touser=zbqtxny&mid=5&itemid=111193"/> <input name="auth" type="hidden" value=""/> <!--内容--> <div class="main-bg"> <div class="contentdl" style="background-image:url('https://www.solarbe.com/skin/s4huiskin/style/login/loginbg.png');"> <a href="register.php?forward=https%3A%2F%2Fwww.solarbe.com%2Fmember%2Fchat.php%3Ftouser%3Dzbqtxny%26mid%3D5%26itemid%3D111193" target="_self" class="banner-link"> <em></em></a> </div> <div class="firmPersonalBox"> <div class="regTitBox"> <span> <a href="register.php?forward=https%3A%2F%2Fwww.solarbe.com%2Fmember%2Fchat.php%3Ftouser%3Dzbqtxny%26mid%3D5%26itemid%3D111193" target="_self">免费注册>></a> </span> </div> </div> <div class="main"> <div class="loginCon"> <div class="loginTit clearfix"> <h1>HI,欢迎登录</h1> </div> <div class="loginTypeu loginUsual"> <div class="Frame enterFrame"> <div class="filter"> <em class="userIconBox"><i class="userIcon"></i> </em> <p>请输入用户名</p> <i class="judge"></i> </div> <input name="username" type="text" id="username" value="" class="text" autocomplete="off" /> <div class="mistakeTip" style="display:none">请输入用户名</div> </div> <div class="Frame enterFrame"> <div class="filter"> <em class="userIconBox"><i class="pwdIcon"></i> </em> <p>请输入密码</p> <i class="judge"></i> </div> <input name="password" type="password" class="text" id="password" value="" autocomplete="off" /> <script type="text/javascript" src="https://www.solarbe.com/file/script/md5.js"></script> <script type="text/javascript"> init_md5(); </script> <div class="mistakeTip" style="display:none">请输入密码</div> </div> <div class="loginBtn"> <input type="hidden" name="option" value="username" /> <input type="submit" name="submit" id="save" value="登&nbsp;&nbsp;录" /> </div> </div> <div class="moreChoice clearfix"> <div class="auto" title="选中后 一月内不用再次登录 网吧或公共计算机请勿选"> <input type="checkbox" name="cookietime" value="1" id="cookietime" checked/> <label for="cookietime">记住用户名</label> </div> <div class="autome" title="选中后 将直接进入会员中心 不返回登录前的页面"> <input type="checkbox" name="goto" value="1" id="goto" /> <label for="goto">默认进入会员中心</label> </div> <a class="forgetPwd" id='foget' href="send.php">忘记密码?</a> </div> <div class="cooperate"> <p>使用合作账号登录</p> <div class="cooperateWay clearfix"><a href="https://www.solarbe.com/api/oauth/qq/connect.php" title="索比光伏网"><img src="https://www.solarbe.com/api/oauth/qq/ico.png" alt="索比光伏网"/></a> &nbsp;<a href="https://www.solarbe.com/api/oauth/sina/connect.php" title="索比光伏网"><img src="https://www.solarbe.com/api/oauth/sina/ico.png" alt="索比光伏网"/></a> &nbsp;<a href="https://www.solarbe.com/api/oauth/wechat/connect.php" title="索比光伏网"><img src="https://www.solarbe.com/api/oauth/wechat/ico.png" alt="索比光伏网"/></a> &nbsp; </div> </div> </div> </div> </div> </form> <!--内容结束--> <!--尾部开始--> <div id="regfooter"> <div class="links"> <a href="https://www.solarbe.com/">首页</a> | <a href="https://www.solarbe.com/about/index.html">关于我们</a> | <a href="https://www.solarbe.com/about/jshz.html">寄语</a> | <a href="https://www.solarbe.com/about/dsj.html">大事记</a> | <a href="https://www.solarbe.com/about/guanggao.html">广告报价</a> | <a href="https://www.solarbe.com/about/huiyuan.html"><span style="color:#FF0000">会员服务</span></a> | <a href="https://www.solarbe.com/about/zhaopin.html">加入我们</a> | <a href="https://www.solarbe.com/about/10.html">帮助中心</a> | <a href="https://www.solarbe.com/about/8.html">用户协议</a> | <a href="https://www.solarbe.com/about/banquan.html">版权隐私</a> | <a href="https://www.solarbe.com/about/lianxiwomen.html">联系我们</a> <a href="https://www.solarbe.com/sitemap/">网站地图</a> | <a href="https://www.solarbe.com/spread/">排名推广</a> | <a href="https://www.solarbe.com/ad/">广告服务</a> | <a href="https://www.solarbe.com/gift/" target="_blank" rel="nofollow">积分商城</a> | <a href="https://www.solarbe.com/guestbook/" target="_blank" rel="nofollow">留言反馈</a></div> <div class="copyright" id="copyright">(c)2005-2014 Solarbe SYSTEM All Rights Reserved<a href="http://www.miibeian.gov.cn" target="_blank" rel="nofollow">京ICP备10028102号</a></div> </div> <!--尾部结束--> </div> </body> </html>

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