resetPassword.jsp 5.34 KB
<%@ 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/js/modal/the-modal.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/softkeyboard_number.js"></script>
	<script type="text/javascript" src="${ctx}/resource/js/utils/modal/jquery.the-modal.js"></script>
	<script type="text/javascript" src="${ctx}/resource/js/user/account/resetPassword.js"></script>
</head>
<body>

	<jsp:include page="${ctx}/view/common/header.jsp" />
	<input id="msg" type="hidden" value="${msg}"></input>
	<div class="bg-body" style="margin-top: 10px;">
		<form action="/getPassword" method="post" name="resetPassword" id="resetPassword" enctype="multipart/form-data">

			<h2 class="findpasswordtitle">找回密码</h2>
			<div class="account_step_content">

				<div class="associatecard">
					<table width="100%" border="0" cellspacing="0" class="table-account">
						<tbody>
							<tr class="nodisplay">
								<th><input type="hidden" id="yzm" value="" /> <input type="hidden" value="" id="checkResult" /> <input type="hidden" value="" id="check_phone" /></th>
							</tr>
							<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="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="client_id" name="userNumber" maxlength="8" /></td>
								<td><span class="prompt_text" id="client_idTip">请输入你的注册会员号</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" name="check_code" maxlength="6" /> <a href="javascript:sendSms();"
									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 width="186px"><input type="text" class="common_input" id="id_no" name="cardNumber" maxlength="18" /></td>
								<td><span class="prompt_text" id="id_noTip">请输入证件号</span></td>
							</tr>
							<tr>
								<th><b class="td-red">*</b>身份证正面照:</th>
								<td width="186px"><input type="file" class="common_input" id="id_pic" name="cardFrontFile" /></td>
								<td><span class="prompt_text" id="id_picTip">请上传身份证正面照片</span></td>
							</tr>
							<tr>
								<th><b class="td-red">*</b>手持身份证半身照:</th>
								<td width="186px"><input type="file" class="common_input" id="id_shouchipic" name="bustFile" /></td>
								<td><span class="prompt_text" id="id_shouchipicTip">请上传手持身份证半身照</span></td>
							</tr>
							<tr>
								<th><b class="td-red">*</b>开户银行卡正面照:</th>
								<td width="186px"><input type="file" class="common_input" id="bank_pic" name="bandCardFrontFile" /></td>
								<td><span class="prompt_text" id="bank_picTip">请上传开户银行卡正面照</span></td>
							</tr>
						</tbody>
					</table>
				</div>


			</div>
			<div class="agreement_bottom">请填写您开户时的个人信息,提交后客服将进行人工审核,三个工作日内审核通过后会将新密码以短信形式发送至您的手机。</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="提交"
					style="border: none;" class="yellow_account_button opencountbtn" />
			</div>
		</form>
	</div>
	<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>
</body>
</html>