openaccount.jsp
11.6 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<jsp:include page="${ctx }/view/common/meta.jsp" />
<link rel="stylesheet" href="${ctx}/resource/css/validator.css" type="text/css" />
<link href="${ctx}/resource/css/common.css" rel="stylesheet" type="text/css" />
<link href="${ctx}/resource/css/detail.css" rel="stylesheet" type="text/css" />
<link href="${ctx}/resource/css/entrust.css" rel="stylesheet" type="text/css" />
<link href="${ctx }/resource/css/easyDialog.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${ctx}/resource/js/user/formValidator-4.1.3.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/user/formValidatorRegex.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/user/theme.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/user/WdatePicker.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/user/softkeyboard_number.js"></script>
<style type="text/css">
.registbanner1000{
height: 220px;
text-align: center;
}
</style>
</head>
<body>
<jsp:include page="${ctx}/view/common/header.jsp" />
<div class= "registbanner1000">
<c:forEach items="${kaihu }" var="kh">
<a href="${kh.url}">
<img src="${kh.image}" height="220" alt="" />
</a>
</c:forEach>
</div>
<script type="text/javascript" src="${ctx}/resource/js/user/account/openaccount.js?r=<%=Math.random()%>"></script>
<div class="bg-body" style="margin-top:10px;">
<form action="/register" method="post" name="form1" id="form1">
<div class="account_step_content">
<div class="associatecard">
<table width="100%" border="0" cellspacing="0" class="table-account">
<input type="hidden" id="yzm" name="yzm" value="" />
<input type="hidden" id="yz_phone" name="yz_phone" />
<input type="hidden" value="" id="checkResult" />
<input type="hidden" value="" id="check_phone" />
<input type="hidden" value="1" id="valia_code" />
<tbody><tr>
<th><b class="td-red">*</b>姓名:</th>
<!--common_input_blue为输入状态,common_input_red为错误状态时 --><td><input type="text" class="common_input" id="client_name" name="client_name" maxlength="20"/></td>
<td><span class="prompt_text" id="client_nameTip">须和有效证件、银行账户户名保持一致</span>
</td>
</tr>
<tr>
<th><b class="td-red">*</b>手机号码:</th>
<!--common_input_blue为输入状态,common_input_red为错误状态时 -->
<td><input type="text" class="common_input" id="mobile_tel" onblur="checkBlurs()" name="mobile_tel" maxlength="11"/></td>
<td><span class="prompt_text" id="mobile_telTip">须和银行预留手机保持一致</span>
</td>
</tr>
<tr>
<th><b class="td-red">*</b>图形验证码:</th>
<td width="175"><input type="text" id="valiacode" name="valiacode" onblur="checkBlurs()" class="common_input common_input_verification" maxlength="4"
/>
<img id="imgCaptcha" alt="验证码" style="vertical-align:middle" src="${ctx }/captcha-image"
width="50px;" height="27px;" border="1" id="validaCode" />
<a id="changeCaptcha" href="javascript:changeCaptcha()" class="blues">换一张</a>
<!-- <span class="errortip" id="tip-code"></span> -->
</td>
<td><span class="prompt_text" id="valiacode_text"></span></td>
</tr>
<tr>
<th><b class="td-red">*</b>验证码:</th>
<td width="85"><input type="text" class="common_input common_input_verification" id="check_code" onfocus="valiaFocus()" name="check_code" maxlength="6"/>
<a href="javascript:checkValia();" class="btn-verification" id="code" style="float: right;margin-right: 3px;">发送验证码</a>
</td>
<td><span class="prompt_text" id="code_text"></span></td>
</tr>
<tr>
<th><b class="td-red">*</b>交易密码:</th>
<td><input type="password" class="common_input" id="password" name="password" maxlength="6"/></td>
<td><span class="prompt_text" id="trade_passwordTip">用于登录及交易</span>
</td>
</tr>
<tr>
<th><b class="td-red">*</b>确认密码:</th>
<td><input type="password" class="common_input" id="trade_passwordconfirm" name="trade_passwordconfirm" maxlength="6"/></td>
<td><span class="prompt_text" id="trade_passwordconfirmTip">密码须保持一致</span>
</td>
</tr>
</tbody>
</table>
</div>
<div class="associatecard">
<table width="100%" border="0" cellspacing="0" class="table-account">
<tbody>
<tr>
<th><b class="td-red">*</b>证件类型:</th>
<td width="186px"><select class="common_input" name="id_kind" id="id_kind">
<option value="0">身份证</option>
</select></td>
<td><span class="prompt_text" id="id_kindTip"></span></td>
</tr>
<tr>
<th><b class="td-red">*</b>证件号:</th>
<td width="186px"><input type="text" class="common_input" id="id_no" name="id_no" maxlength="18"/>
</td>
<td><span class="prompt_text" id="id_noTip">请输入证件号</span></td>
</tr>
</tbody>
</table>
</div>
<div class="associatecard">
<table width="100%" border="0" cellspacing="0" class="table-account">
<tbody>
<tr>
<th><b class="td-red">*</b>开户地:</th>
<td><div class="table_select01" style="float:left">
<select class="common_input" id="province_code" name="province_code" onchange="getProvinceCode()">
<option value="0">请选择省份</option>
<option value="0011"> 北京 </option>
<option value="0012"> 天津 </option>
<option value="0013"> 河北 </option>
<option value="0014"> 山西 </option>
<option value="0015"> 内蒙古 </option>
<option value="0021"> 辽宁 </option>
<option value="0022"> 吉林 </option>
<option value="0023"> 黑龙江 </option>
<option value="0031"> 上海 </option>
<option value="0032"> 江苏 </option>
<option value="0033"> 浙江 </option>
<option value="0034"> 安徽 </option>
<option value="0035"> 福建 </option>
<option value="0036"> 江西 </option>
<option value="0037"> 山东 </option>
<option value="0041"> 河南 </option>
<option value="0042"> 湖北 </option>
<option value="0043"> 湖南 </option>
<option value="0044"> 广东 </option>
<option value="0045"> 广西 </option>
<option value="0046"> 海南 </option>
<option value="0050"> 重庆 </option>
<option value="0051"> 四川 </option>
<option value="0052"> 贵州 </option>
<option value="0053"> 云南 </option>
<option value="0054"> 西藏 </option>
<option value="0061"> 陕西 </option>
<option value="0062"> 甘肃 </option>
<option value="0063"> 青海 </option>
<option value="0064"> 宁夏 </option>
<option value="0065"> 新疆 </option>
<c:forEach items="${provinceList}" var="province" varStatus="s">
<option value="${province.province_code}">
${province.province_name}
</option>
</c:forEach>
</select>
<select class="common_input" id="city_code" name="city_code">
</select>
</div>
<span class="prompt_text" id="city_codeTip" style="float:left" ></span>
</td>
</tr>
<tr>
<th><b class="td-red">*</b>开户银行:</th>
<td>
<select class="common_input" style="float:left;" id="open_bank_code" name="open_bank_code">
<option value="0">请选择银行</option>
<option value="01020000">工商银行</option>
<option value="01050000"> 建设银行 </option>
<option value="01030000"> 农业银行</option>
<option value="04030000"> 邮政储蓄银行</option>
</select>
<span style="float:left;" class="prompt_text" id="open_bankTip" ></span>
<!-- <a href="${ctx}/help/searchArticle?categoryId=46&id=229" ref="same" target="_blank" class="blue14" style="margin-left: 20px;font-size: 12px;">查看银行限额表</a> -->
</td>
</tr>
<tr>
<th><b class="td-red">*</b>银行卡号:</th>
<td><input type="text" style="float: left;width:175px;" class="common_input" name="fund_card" id="fund_card"/>
<span class="prompt_text" style="float: left;" id="fund_cardTip"></span>
</td>
<td><span class="prompt_text" id="fund_cardTip" ></span>
</td>
</tr>
</tbody>
</table>
</div>
<c:if test="${empty referee}">
<div class="associatecard">
<table width="100%" border="0" cellspacing="0" class="table-account">
<tbody><tr>
<th>推荐人:</th>
<!--common_input_blue为输入状态,common_input_red为错误状态时 -->
<td width=180>
<input type="text" class="common_input" id="referee" name="referee" maxlength="8"/>
</td>
<td><span style="font-size: 12px;color: red;" id="refereeTip"></span></td>
</tr>
</tbody>
</table>
</div>
</c:if>
<c:if test="${not empty referee}">
<input type="hidden" id="referee" name="referee" value="${referee}" />
</c:if>
<div class="agreement_bottom" >
<span class="prompt_text" style="float: left;" id="agreeTip"></span>
<span >
<input type="checkbox" id="agree" name="agree" value="" checked="checked" />我已认真阅读并同意遵守<a href="/trade/article?id=91&cid=9">《风险提示书》</a>、<a href="/trade/article?id=94&cid=9">《藏品托管规则》</a>、<a href="/trade/article?id=250&cid=51">《服务协议》</a>等各项管理规定。
</span>
</div>
</div>
<div class="table_button table_two_button" style="margin-bottom: 10px;">
<input type="reset" class="gray_account_button opencountbtn" value="重填" style="float: left;margin-right: 30px;border: none;" />
<input type="submit" value="提交" onClick="return show()" style="border: none;" class="yellow_account_button opencountbtn"/>
</div>
</form>
</div>
<script type="text/javascript" >
function showMessage(msg, callFn) {
$('#dialog-content').html(msg);
$('#dialog-content').css({
'text-align': 'center',
'padding': '40px 0'
})
easyDialog.open({
container : 'easyDialogWrapper',
callback : callFn
});
}
</script>
<jsp:include page="${ctx}/view/common/bottom.jsp" />
<div id="showBox" class="tipbox3" style="display: none;">
<div class="contentbox3">
<h2 style="margin:0px auto;">正在审核中,请您耐心等待<span class="ani_dot">...</span></h2>
</div>
</div>
<style type="text/css">
.ani_dot {
font-family: simsun;
}
:root .ani_dot {
margin-left:6px;
display: inline-block;
width: 1.5em;
vertical-align: bottom;
overflow: hidden;
}
@-webkit-keyframes dot {
0% {
width: 0;
margin-right: 1.5em;
}
25% {
width: 0em;
margin-right: 1.5em;
}
50% {
width: 0.5em;
margin-right: 1em;
}
70% {
width: 1em;
margin-right: .5em;
}
100% {
width: 1.5em;
margin-right: 0;
}
}
.ani_dot {
-webkit-animation: dot 2s infinite step-start;
}
@keyframes dot {
0% {
width: 0;
margin-right: 1.5em;
}
25% {
width: 0em;
margin-right: 1.5em;
}
50% {
width: 0.5em;
margin-right: 1em;
}
70% {
width: 1em;
margin-right: .5em;
}
100% {
width: 1.5em;
margin-right: 0;
}
}
.ani_dot {
animation: dot 2s infinite step-start;
}
.tipbox3 {
position: relative;
width: 502px;
height: 170px;
margin: 0 auto;
margin-top: 100px;
border: 2px #ccc solid;
border-top: 2px solid #d0111a;
background-color: #fff;
}
.contentbox3 {
padding-top: 60px;
font-size: 20px;
text-align: center;
}
.opencountbtn:hover{
cursor: pointer;
background-color: rgb(231, 36, 38);
}
</style>
</body>
</html>