⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changepasswd.ftl

📁 是一个网站的博客系统
💻 FTL
字号:
<#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>&nbsp;</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>&nbsp;</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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -