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

📄 form.comics.tpl

📁 eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C
💻 TPL
字号:
<form method="POST" action="{action_url}">  <input type="hidden" name="data_id" value="{data_id}">  <table border="0" cellpadding="0" cellspacing="0" width="85%" align="center">    <tr bgcolor={bg_color}>      <td align="left" width="15%">{comic_label}:</td>      <td colspan=2>        <input type="text" name="data_title" value="{data_title}"         size=45 maxlength=50>      </td>    </tr>    <tr bgcolor={bg_color}>      <td colspan=1 align=left>        <input type="submit" name="submit" value="{action_label}">      </td>      <td colspan=1>&nbsp</td>      <td colspan=1 align=right>        <input type="reset" name="reset" value="{reset_label}">      </td>    </tr>  </table></form>

⌨️ 快捷键说明

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