?? modifypsw.ftl
字號(hào):
<html>
<head>
<#include "/WEB-INF/ftl/includes/head.ftl" />
<style type="text/css">
.errorMessage {
color: red;
}
</style>
<title>${action.getText('title.changepassword')}</title>
</head>
<body bgcolor="#f5f5f5" onload="document.modify.name.focus();">
<table width="98%" border=0 align="center" cellpadding=2 cellspacing=1 bordercolorlight=#cccccc bordercolordark=#cccccc bgcolor="#999999" style="FONT-SIZE: 9pt">
<tr align=middle bgcolor="#f5f5f5" bordercolordark="#ffffff" bordercolorlight="#000000">
<td>
<div align="left">
<@ww.form action="modifypassword.do" name="modify" method="post" validate="true">
<@ww.textfield label="${action.getText('user.username')}" name="model.name" id="name"/><p>
<@ww.password label="${action.getText('title.oldpassword')}" name="model.password"/><p><p>
<@ww.password label="${action.getText('title.newpassword')}" name="model.password2"/><p>
<@ww.password label="${action.getText('title.confirmpassword')}" name="model.password3"/>
<@ww.a href="/index.do">${action.getText('user.back')}</@ww.a>
<@ww.submit value="${action.getText('user.modify')}"/>
</@ww.form>
</div>
</td>
</tr>
</table>
</p>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -