forgepwd2.0_1.html
6.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!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">
<span class="steps-num">3</span>
完成
</li>
</ul>
</div>
</div>
<div class="rt-views">
<div class="rt-view rp-1">
<div class="rt-form">
<form class="m-form">
<div class="f-column">
<div class="f-column-h">
<label>昵称:</label>
<span class="f-column-word">刘永志</span>
</div>
</div>
<div class="f-column">
<div class="f-column-h">
<input type="hidden" value="ce4f5da5-00e9-4bc9-8a80-f44abac7e99a" id="forgotuuid" onblur="checkPhoneNumber();">
<label><b class="focus">*</b>新登录密码:</label>
<input type="text" value="" autocomplete="off" />
<span class="icon-"></span>
<div class="f-prompt">
<p id="errorMsg">此登录名不存在 </p>
<span></span>
</div>
</div>
<div class="f-column-b">
<p>请输入8.20位英文,数字,特殊字符或组合作为登录密码</p>
</div>
</div>
<div class="f-column">
<div class="f-column-h">
<label><b class="focus">*</b>确认登录密码:</label>
<input type="text" value="" autocomplete="off" />
<div class="f-prompt" >
<p id="verifCode">验证码输入不正确或验证码已过期 </p>
<span></span>
</div>
</div>
<div class="f-column-b">
<p>请再次输入您的登录密码</p>
</div>
</div>
<div class="f-column">
<div class="f-column-h">
<label> </label>
<a href="forgepwd2.0_2.html" class="btn-big-r rp-btn1" onclick="nextStep()" title="点击进入下一步操作">下一步</a>
</div>
</div>
<input type="hidden" value="" id="accountType">
</form>
</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>