rebundling.jsp
2.44 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
<?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<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 xmlns="http://www.w3.org/1999/xhtml">
<head>
<jsp:include page="${ctx }/view/common/meta.jsp" />
<link href="${ctx }/resource/css/member.css" rel="stylesheet" type="text/css" />
</head>
<body>
<jsp:include page="${ctx }/view/common/header.jsp" />
<div class="bigbox">
<jsp:include page="${ctx }/view/common/menu.jsp" />
<div class="rightbox2">
<div class="zhuanchu-centerbox3">
<p>
<span class="title">姓名</span>
<span class="content">XX敏</span>
</p>
<p>
<span class="title">手机号码</span>
<input type="text" class="content"></input>
</p>
<p>
<span class="title">验证码</span>
<span class="content">XXXXXXXXXXXXXX1234</span>
</p>
<p>
<span class="title">身份证号</span>
<input type="text" class="content"></input>
</p>
<p>
<span class="title">交易密码</span>
<input type="text" class="content"></input>
</p>
</div>
<div class="crossline"></div>
<a href="#" class="btnw kuaisubtn" style="margin-top: 50px;margin-bottom: 30px;">申请再绑定</a>
<div>
<p>银行卡再绑定规则说明</p>
<p>1,银行卡可以解绑/再绑定,解绑需要本人在线提交申请;</p>
<p>2,收到申请后藏交所将在3个工作日内受理,经过身份核实后解绑;</p>
<p>3,解绑后将无法进行资金转入/转出操作,网银转入及交易不受影响;</p>
<p>4,会员可以通过再绑定功能绑定新的银行卡;</p>
</div>
</div>
<div class="clear"></div>
</div>
<jsp:include page="${ctx }/view/common/bottom.jsp" />
</body>
</html>