19 Star 45 Fork 24

sanluan / dwz for Public CMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
changepwd.html 945 Bytes
一键复制 编辑 原始数据 按行查看 历史
sanluan 提交于 2017-10-29 14:40 . 与PublicCMS程序中同步
<form method="post" action="demo/common/ajaxDone.html" class="pageForm required-validate" onsubmit="return validateCallback(this, dialogAjaxDone)">
<div class="formBar">
<ul>
<li><button type="submit" class="buttonActive">提交</button></li>
<li><button type="button" class="button close">关闭</button></li>
</ul>
</div>
<div class="pageFormContent" layoutH="58">
<div class="unit">
<label>旧密码:</label>
<input type="password" name="oldPassword" size="30" minlength="6" maxlength="20" class="required" />
</div>
<div class="unit">
<label>新密码:</label>
<input type="password" id="cp_newPassword" name="newPassword" size="30" minlength="6" maxlength="20" class="required alphanumeric"/>
</div>
<div class="unit">
<label>重复输入新密码:</label>
<input type="password" name="rnewPassword" size="30" equalTo="#cp_newPassword" class="required alphanumeric"/>
</div>
</div>
</form>
JavaScript
1
https://gitee.com/sanluan/dwz-for-Public-CMS.git
git@gitee.com:sanluan/dwz-for-Public-CMS.git
sanluan
dwz-for-Public-CMS
dwz for Public CMS
master

搜索帮助