changepasswd.ftl
资源名称:Myblog.rar [点击查看]
上传用户:wlfwy2004
上传日期:2016-12-12
资源大小:33978k
文件大小:3k
源码类别:
Jsp/Servlet
开发平台:
Java
- <#assign html=JspTaglibs["/WEB-INF/struts-html.tld"]>
- <#assign bean=JspTaglibs["/WEB-INF/struts-bean.tld"]>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title><@bean.message key="cp.changepasswd"/></title>
- <link href="css/css.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <table width="98%" border="0" align="center" cellpadding="5" cellspacing="0">
- <tr>
- <td bgcolor="#F7F5E8">
- <div align="right">| <@html.link action="myInfo"><@bean.message key="info.baseinfo"/></@html.link> | <@html.link action="/changePasswd"><@bean.message key="info.setpasswd"/></@html.link> | <@html.link action="/blogInfo"><@bean.message key="info.setblog"/></@html.link> | <@bean.message key="info.resetfile"/> | <@bean.message key="info.refpage"/> |</div></td>
- </tr>
- </table>
- <br>
- <@html.form action="/changePasswd">
- <@html.hidden property="action"/>
- <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td bgcolor="#6F8BB7">
- <table width="100%" border="0" cellpadding="3" cellspacing="1">
- <tr>
- <td height="22"><strong><font color="#FFFFFF">:<@bean.message key="cp.changepasswd"/>:</font></strong></td>
- </tr>
- <tr>
- <td height="18" bgcolor="#FFFFFF"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td> </td>
- </tr>
- <tr>
- <td bgcolor="#CCCCCC"><table width="100%" border="0" cellpadding="10" cellspacing="1">
- <tr>
- <td width="18%" bgcolor="#EBEBEB"><div align="right"><@bean.message key="cp.oldpasswd"/>:</div></td>
- <td width="82%" bgcolor="#F3F7FA"><@html.password property="oldpasswd" styleClass="INPUT2"/></td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="cp.newpasswd"/>:</div></td>
- <td bgcolor="#F3F7FA"><@html.password property="newpasswd" styleClass="INPUT2"/></td>
- </tr>
- <tr>
- <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="cp.newpasswdre"/>:</div></td>
- <td bgcolor="#F3F7FA"><@html.password property="newpasswdre" styleClass="INPUT2"/></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td> </td>
- </tr>
- </table></td>
- </tr>
- </table></td>
- </tr>
- </table>
- <div align="center">
- <table width="98%" border="0" align="center" cellpadding="10" cellspacing="0">
- <tr>
- <td><div align="center">
- <@html.submit styleClass="BUTTN-FIX1"><@bean.message key="info.myinfo.submit"/></@html.submit>
- <@html.reset styleClass="BUTTN-FIX1"><@bean.message key="info.myinfo.reset"/></@html.reset>
- </div></td>
- </tr>
- </table>
- </div>
- </@html.form>
- </body>
- </html>