forgepwd2.0_2.html 5.61 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0046)https://passport.nong12.com/forgot/forgot.aspx -->
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=8">
<title>找回密码--完成</title>
<!-- <link href="/assets/css/base.css" rel="stylesheet" type="text/css" />
<link href="/assets/css/i-layout.css" rel="stylesheet" type="text/css" /> -->
<link href="../newstyle/passport/core.css" rel="stylesheet" type="text/css">
<link href="../newstyle/passport/module.css" rel="stylesheet" type="text/css">
<link href="../newstyle/passport/register.css" rel="stylesheet" type="text/css">


<!--[if (gte IE 5)&(lt IE 7)]>
    <script type="text/javascript" src="/assets/js/dd-png.js"></script>
    <script>
    DD_belatedPNG.fix('.header-mo .mo-fn1 a,.un-title em.pref-png1,.un-title em.pref-png2,.un-title em.pref-png3,.un-title em.pref-png4,.un-title em.pref-png5,.un-title em.pref-png6,.common_nav .nav-h2,.bottom-bg2,.site,.site-list'); 
    </script>
<![endif]--></head><body class="user-bg">
<div class="retrieve_password register-1">
	<div class="l-header clear">
		<a href="javascript:window.location = window.DiliPath.homePath">
                            <img src="./找回密码--填写登录名_files/dl-logo.png">
                    </a>
		<div class="line"></div>
		<h2>找回密码</h2>
	</div>
	<div class="r-content clear">
	
		<div class="rt-tab">
            <div class="steps  col3">
			    <ul class="clearfix">
			        <li class="steps1 steps-current"> 
			            <span class="steps-num">1</span>
			            验证身份
			            <i></i>
			            <em></em>
			        </li>
			        <li class="steps2 steps-current">
			            <span class="steps-num">2</span>
			            重置密码
			            <i></i>
			            <em></em>
			        </li>
			        <li class="steps3 steps-current">
			            <span class="steps-num">3</span>
			            完成
			        </li>
			    </ul>
			</div>
		</div>

		<div class="rt-views">
			
			<div class="rt-view rp-1">
				<div class="rt-form">
          <div class="msgbox suc">
            <span class="boxicon"></span>
					  <span class="tips">成功修改密码</span>
					  <p>为了保障您的账号安全,请牢记您的密码!</p>
          </div>
          <a href="https://passport.nong12.com/uc/login.aspx" class="btn-big-r">立即重新登录</a>
				</div>
			</div>
			
		</div>
	</div>
</div>
<div class="footer">
    <div class="footer">
        <div class="footer-n">
                    <span>
                                           </span>
        </div>
    </div>
</div><script type="text/javascript" src="./找回密码--填写登录名_files/jquery.min.js"></script>
<script type="text/javascript" src="./找回密码--填写登录名_files/tools.js"></script>
<script type="text/javascript" src="./找回密码--填写登录名_files/chat.js"></script>
<script type="text/javascript" src="./找回密码--填写登录名_files/popup.js"></script>
<script type="text/javascript" src="./找回密码--填写登录名_files/selectCity.js"></script>
<script type="text/javascript" src="./找回密码--填写登录名_files/jQuery.form.js"></script>
<!--[if lte IE 9]>
	<script type="text/javascript" src="/assets/js/lib/jquery.placeholder.min.js"></script>
	<script type="text/javascript">
		jQuery(function(){
			//PlaceHolder绑定
			jQuery("input[type='text']").placeholder();
		});
	</script>
<![endif]-->
<script type="text/javascript">
jQuery(function(){
	window.BrowserDetector = new BrowserDetector();
	
	var ctabs = function(_cname){
	    var _tag = $(".reg-area").find("dd"); 
	    _tag.idx = _cname.attr('val');
	    for (var i=0;i<_tag.length;i++){
	        if (_tag.idx == i){
	            _tag[i].style.display='block';
	        }else{
	            _tag[i].style.display='none';
	        }
	    }   
	}
	Tools.setSelected('m-reg-h', 'li', 'act', {fun:ctabs}, function(){
		
		var browserInfo = window.BrowserDetector.detect();
		
		oldPhoneNumber = null;
		oldAccountName = null;
		contanerCate = window.Reg.isComReg() ? "qy" : "";
		jQuery("form:hidden").resetForm();
		if(browserInfo.browserType == 'IE' && browserInfo.ver <= 9){
			jQuery("input[type='text']").placeholder();
		}
		jQuery(".m-prompt:visible").parent().hide();
		jQuery("input").removeClass("correct");
		jQuery("#tipsIndicationId").parent().remove();
		jQuery("#" + contanerCate + "pwdtdStrId").hide();
		jQuery("#" + contanerCate + "pwdtdStrId").parent().hide();
	});
	
	//渲染hello头
//	jQuery.ajax({
//		type : "GET",
//		url : "http://passport.nong12.com/uc/ws/helloService",
//		dataType : "jsonp",
//		success : function(data) {
//			if (data) {
//				if(data.info.indexOf("logout") > 0) {
//					$(".top .left").remove();
//					$(".top .right").before(data.info);
//				}else {
//					$(".top .left a").first().attr("href",DiliPath.loginPath + "?ReturnUrl=" + window.location.href);
//					$(".top .left a").last().attr("href",DiliPath.registPath);
//				}
//			}
//		},
//		error : function() {
//			return false;
//		}
//	});
	    //公用系统域名
    window.DiliPath = {
		homePath : "http://www.nong12.com/",
		loginPath : "https://passport.nong12.com/uc/login.aspx",
		registPath : "https://passport.nong12.com/regedit/regedit.aspx",
		packageProductPath : function(productId) {
			return DiliPath.homePath + "product/" + productId + ".html";
		}
    };
    });
</script>

<script type="text/javascript" src="./找回密码--填写登录名_files/forgot.js"></script>



</body></html>