lostpw_change.tpl

来自「eGroupWare is a multi-user, web-based gr」· TPL 代码 · 共 34 行

TPL
34
字号
<!-- BEGIN form --><b>{lang_changepassword} {value_username}</b><hr><p>   <center>{errors}</center>   <form method="POST" action="{form_action}">    <table border="0">     <tr>       <td>        {lang_enter_password}       </td>       <td>        <input type="password" name="r_reg[passwd]">       </td>     </tr>     <tr>       <td>        {lang_reenter_password}       </td>       <td>        <input type="password" name="r_reg[passwd_2]">       </td>     </tr>     <tr>       <td colspan="2">        <input type="submit" name="submit" value="{lang_change}">       </td>     </tr>    </table>   </form>   <br>   <pre>{sql_message}</pre><!-- END form -->

⌨️ 快捷键说明

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