You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.8 KiB
63 lines
2.8 KiB
<!DOCTYPE html>
|
|
<!--[if IE 8]> <html class="ie ie8"> <![endif]-->
|
|
<!--[if IE 9]> <html class="ie ie9"> <![endif]-->
|
|
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>密码重置 {$site_name} </title>
|
|
<meta name="keywords" content="{$menu.menu_seo_key|default=$site_seo_keywords}" />
|
|
<meta name="description" content="{$menu.menu_seo_des|default=$site_seo_description}">
|
|
{include file="public:head" /}
|
|
</head>
|
|
|
|
<body class="body-white">
|
|
<div class="wrap">
|
|
{include file="public:nav" /}
|
|
<div id="main-cmf">
|
|
<div class="content">
|
|
<div class="container">
|
|
<div class="row login">
|
|
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-10 col-lg-offset-4 col-md-offset-4 col-sm-offset-3 col-xs-offset-1 animate_afr login_wrap">
|
|
<h2 class="text-center"><i class="fa fa-question-circle" ></i> 密码重置</h2>
|
|
<form id="login" class="form-light verify-ajax-form" action="{:url('home/Login/runpwd_reset')}" method="post">
|
|
<input type="hidden" name="code" value="{$code}">
|
|
<input type="hidden" name="member_list_id" value="{$member_list_id}">
|
|
<input type="hidden" name="type" value="{$type}">
|
|
<div>
|
|
<input type="password" maxlength="20" id="input_password" name="password" class="form-control h28" placeholder="密码(5-20位)" required>
|
|
</div>
|
|
<div>
|
|
<input type="password" maxlength="20" id="input_repassword" name="repassword" class="form-control h28" placeholder="重复密码(5-20位)" required>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-5">
|
|
<input type="text" class="form-control h28" maxlength="5" placeholder="" id="verify" style="height:40px;" name="verify" required>
|
|
</div>
|
|
<div class="col-lg-7 col-md-7 col-sm-7 col-xs-7">
|
|
<img class="verify_img" id="verify_img" src="{:url('home/Login/verify_reset')}" onClick="this.src='{:url('home/Login/verify_reset')}'+'?'+Math.random()" style="cursor: pointer;width:100%;border: 1px solid #d5d5d5;height:40px;" title="点击获取">
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<button class="btn btn-primary col-lg-12 col-md-12 col-sm-12 col-xs-12 login-sumit">确定</button>
|
|
</div>
|
|
<div class="register-forget">
|
|
<div class="row">
|
|
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
|
|
<a href="{:url('home/Login/index')}">立即登录</a>
|
|
</div>
|
|
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
|
|
<a href="{:url('home/Register/index')}">注册账号</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{include file="public:footer"/}
|
|
{include file="public:scripts"/}
|
|
</body>
|
|
</html>
|