1 Star 0 Fork 42

arthur123/Bootstrap_for_DWZ

forked from xknaan/Bootstrap_for_DWZ 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
changepwd.html 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
xknaan 提交于 2014-08-13 10:57 . input的size修正
<div class="pageContent">
<form id="j_pwschange_form" action="ajaxDone1.html" class="pageForm form-validate" method="post" callback="dialogAjaxDone">
<input type="hidden" name="users.id" value="test">
<input type="hidden" id="j_pwschange_username" value="admin">
<input type="hidden" id="j_pwschange_oldpass" name="users.password">
<input type="hidden" id="j_pwschange_newpass" name="newpassword">
<div class="pageFormContent" layouth="32">
<div class="form-group">
<label for="j_pwschange_oldpassword" class="control-label x85">旧密码:</label>
<input type="password" class="form-control validate[required] required" name="" id="j_pwschange_oldpassword" value="" placeholder="旧密码" size="24">
</div>
<div class="form-group" style="margin: 20px 0 20px; ">
<label for="j_pwschange_newpassword" class="control-label x85">新密码:</label>
<input type="password" class="form-control validate[required] required" name="" id="j_pwschange_newpassword" value="" placeholder="新密码" size="24">
</div>
<div class="form-group">
<label for="j_pwschange_secpassword" class="control-label x85">确认密码:</label>
<input type="password" class="form-control validate[required,equals[j_pwschange_newpassword]] required" name="" id="j_pwschange_secpassword" value="" placeholder="确认新密码" size="24">
</div>
</div>
<div class="formBar">
<ul>
<li><button type="submit" class="btn btn-default btn-sm">保存</button></li>
<li><button type="button" class="btn btn-close btn-sm">取消</button></li>
</ul>
</div>
</form>
</div>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/arthur123/Bootstrap_for_DWZ.git
git@gitee.com:arthur123/Bootstrap_for_DWZ.git
arthur123
Bootstrap_for_DWZ
Bootstrap_for_DWZ
master

搜索帮助