changepwd.tpl

来自「用php编写的一个BBS 小程序」· TPL 代码 · 共 30 行

TPL
30
字号
<div id="displayChangePassword" style="display:none;z-index:1;position:absolute;width:216px;height:120px;left:0px;top:0px;" onmousedown="emersion(this.id)">
<table id="dragTable2" class="dragTable" width="100%" height="100%">
  <tr class="dragBar" onMousedown="downMouse()" onMouseup="upMouse(this)" onMousemove="moveLayer(this.parentNode.parentNode)">
    <td width="18" height="18"></td>
    <td width="180" align="center" valign="bottom">修改密码</td>
    <td width="18" align="right" valign="top"><a href="javascript:hideDiv(1)" style="text-decoration:none;" title="关闭窗口">×</a></td>
  </tr>
  <tr>
    <td colspan="3">
      <table class="table2" width="100%" height="100%">
        <form name="changePassword" id="changePasswordForm" action="javascript:void(0)" onsubmit="changePasswordSubmit()" method="post">
        <tr>
          <td width="39%" height="25" align="right">原密码:</td><td width="61%" align="left"><input type="password" name="oldpassword" maxlength="30" size="16" class="input1" /></td>
        </tr>
        <tr>
          <td height="25" align="right">新密码:</td><td align="left"><input type="password" name="newpassword" maxlength="30" size="16" class="input1" /></td>
        </tr>
        <tr>
          <td height="25" align="right">密码确认:</td><td align="left"><input type="password" name="confirmnewpassword" maxlength="30" size="16" class="input1" /></td>
        </tr>
        <tr>
          <td colspan="2" height="27" align="center"><input type="submit" value="提 交" class="input2" name="bChange" alt="修改您的登录密码" /></td>
        </tr>
        </form>
      </table>
    </td>
  </tr>
</table>
</div>

⌨️ 快捷键说明

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