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

📄 import.tpl

📁 eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C
💻 TPL
字号:
<!-- BEGIN import --><div align="center">  <table width="90%">    <tr bgcolor="{navbar_bg}">      <th colspan="2"><b>{import_text}</b></th>    </tr>    <tr>      <td>        <table width="85%">    <tr>     <td><form enctype="multipart/form-data" action="{action_url}" method="post">            <ol>            <li>{lang_import_instructions}{zip_note}</li>            <li>{lang_exported_file}              <input name="tsvfile" size="48" type="file" value="{tsvfilename}"><p></li>            <li>{lang_conv_type}:            <select name="conv_type">            <option value="none">&lt;{lang_none}&gt;</option>     {conv}            </select><p></li>   <li>{lang_cat}:{cat_link}</li>   <li><input name="private" type="checkbox" value="private" checked>{lang_mark_priv}</li>            <li><input name="download" type="checkbox" value="{debug}" checked>{lang_debug}</li>            </ol>          </tr>        </table>      </td>   </tr>   <tr>     <td width="8%">       <div align="left">            <input name="convert" type="submit" value="{download}">            </ol>              <input type="hidden" name="sort" value="{sort}">              <input type="hidden" name="order" value="{order}">              <input type="hidden" name="filter" value="{filter}">              <input type="hidden" name="query" value="{query}">              <input type="hidden" name="start" value="{start}">            </form>      </td>     <td width="8%">        <form action="{cancel_url}" method="post">        <input type="hidden" name="sort" value="{sort}">        <input type="hidden" name="order" value="{order}">        <input type="hidden" name="filter" value="{filter}">        <input type="hidden" name="query" value="{query}">        <input type="hidden" name="start" value="{start}">        <input type="submit" name="Cancel" value="{lang_cancel}">     </form>       </div>     </td>     <td width="64%">&nbsp;</td>     <td width="32">&nbsp;</td>   </tr>  </table></div><!-- END import -->

⌨️ 快捷键说明

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