代码拉取完成,页面将自动刷新
<form method="post" action="./doc/data/ajaxDone_200_dialog.html" class="required-validate">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title">修改密码</h4>
</div>
<div class="modal-body">
<div class="form-group">
<label for="inputPassword1">旧密码</label>
<input type="password" name="oldPassword" class="form-control" id="inputPassword1" placeholder="Password" required="required" minlength="6" maxlength="20">
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<label for="inputPassword2">新密码</label>
<input type="password" name="newPassword" class="form-control" id="inputPassword2" placeholder="Password" required="required" minlength="6" maxlength="20">
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<label for="inputPassword3">重复输入新密码</label>
<input type="password" name="rnewPassword" class="form-control" id="inputPassword3" placeholder="Password" required="required" equalTo="#inputPassword2">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
<button type="submit" class="btn btn-primary">提交</button>
</div>
</form>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。