changepasswd.ftl
上传用户:wlfwy2004
上传日期:2016-12-12
资源大小:33978k
文件大小:3k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <#assign html=JspTaglibs["/WEB-INF/struts-html.tld"]>
  2. <#assign bean=JspTaglibs["/WEB-INF/struts-bean.tld"]>
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  6. <title><@bean.message key="cp.changepasswd"/></title>
  7. <link href="css/css.css" rel="stylesheet" type="text/css">
  8. </head>
  9. <body>
  10. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="0">
  11.   <tr>
  12.     <td bgcolor="#F7F5E8">
  13.       <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>
  14.   </tr>
  15. </table>
  16. <br>
  17. <@html.form action="/changePasswd">
  18. <@html.hidden property="action"/>
  19. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  20.   <tr>
  21.       <td   bgcolor="#6F8BB7">
  22.         <table width="100%" border="0" cellpadding="3" cellspacing="1">
  23.           <tr>
  24.             <td height="22"><strong><font color="#FFFFFF">:<@bean.message key="cp.changepasswd"/>:</font></strong></td>
  25.         </tr>
  26.           <tr>
  27.             <td height="18" bgcolor="#FFFFFF"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
  28.                 <tr>
  29.                   <td>&nbsp;</td>
  30.                 </tr>
  31.                 <tr>
  32.                   <td bgcolor="#CCCCCC"><table width="100%" border="0" cellpadding="10" cellspacing="1">
  33.                       <tr>
  34.                         <td width="18%" bgcolor="#EBEBEB"><div align="right"><@bean.message key="cp.oldpasswd"/>:</div></td>
  35.                         <td width="82%" bgcolor="#F3F7FA"><@html.password property="oldpasswd" styleClass="INPUT2"/></td>
  36.                       </tr>
  37.                       <tr>
  38.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="cp.newpasswd"/>:</div></td>
  39.                         <td bgcolor="#F3F7FA"><@html.password property="newpasswd" styleClass="INPUT2"/></td>
  40.                       </tr>
  41.                       <tr>
  42.                         <td bgcolor="#EBEBEB"><div align="right"><@bean.message key="cp.newpasswdre"/>:</div></td>
  43.                         <td bgcolor="#F3F7FA"><@html.password property="newpasswdre" styleClass="INPUT2"/></td>
  44.                       </tr>
  45.                     </table></td>
  46.                 </tr>
  47.                 <tr>
  48.                   <td>&nbsp;</td>
  49.                 </tr>
  50.               </table></td>
  51.         </tr>
  52.       </table></td>
  53.   </tr>
  54. </table>
  55.   <div align="center">
  56.     <table width="98%" border="0" align="center" cellpadding="10" cellspacing="0">
  57.       <tr>
  58.         <td><div align="center">
  59.             <@html.submit styleClass="BUTTN-FIX1"><@bean.message key="info.myinfo.submit"/></@html.submit>
  60.           <@html.reset styleClass="BUTTN-FIX1"><@bean.message key="info.myinfo.reset"/></@html.reset>
  61.           </div></td>
  62.       </tr>
  63.     </table>
  64.   </div>
  65. </@html.form>
  66. </body>
  67. </html>