<#include "${managerViewPath}/include/macro.ftl"/> <#include "${managerViewPath}/include/meta.ftl"/>
<#noparse>
<#if managerModelPage?has_content> <#else> <@ms.modal modalName="editLoginPassword" title="修改密码" style="width:500px"> <@ms.modalBody> <@ms.form isvalidation=true name="updatePasswordFrom" action="${managerPath}/updatePassword.do"> <@ms.text name="managerName" width="200" label="账号:" title="managerName" value="" readonly="readonly" validation={"required":"true", "data-bv-notempty-message":"必填项目"} /> <@ms.password name="oldManagerPassword" label="旧密码:" title="managerPassword" validation={"required":"true", "data-bv-notempty-message":"必填项目"}/> <@ms.password name="newManagerPassword" label="新密码:" title="managerPassword" validation={"required":"true", "data-bv-notempty-message":"必填项目"}/> <@ms.modalButton> <@ms.savebutton value="更新密码" id="editLoginPasswordButton"/> <@ms.modal modalName="loginOut" title="退出提示!"> <@ms.modalBody> 确认退出?? <@ms.modalButton> <@ms.button value="确认退出" id="loginOutBtn" url="${managerPath}/loginOut.do"/>