46 Star 84 Fork 35

DWZ团队/dwz_bootstrap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
chpwd.html 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
DWZ团队 提交于 2016-02-05 13:41 . v1.0.1
<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">&times;</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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dwzteam/dwz_bootstrap.git
[email protected]:dwzteam/dwz_bootstrap.git
dwzteam
dwz_bootstrap
dwz_bootstrap
master

搜索帮助