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

📄 createuser.html.tmpl

📁 codestriker is a develop useful tool to review code on web user interface.
💻 TMPL
字号:
[%# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -