createuser.html.tmpl

来自「codestriker is a develop useful tool to 」· TMPL 代码 · 共 35 行

TMPL
35
字号
[%# Screen for the create new user form. #%][% PROCESS header.html.tmpl version = version displaymenu = 1                             closehead = 1 subtitle = "Create new Account" %][%# Display any "feedback" to the user if necessary. #%][% IF feedback != '' %]    <span class="feedback">[% feedback %]</span>[% END %]<p>Please enter the email address of the new account.</p><form method="post" enctype="application/x-www-form-urlencoded" action="[% action_url %]"><input type="hidden" name="action" value="add_new_user" />  <table>    <tr>      <th align="right">E-mail address:</th>      <td>        <input size="40" maxlength="80" name="email">      </td>    </tr>  </table>  <input type="submit" name=".submit" value="Create new Account" /></form>[% PROCESS trailer.html.tmpl %]</body></html>

⌨️ 快捷键说明

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