preferences.tpl

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

TPL
28
字号
<!-- BEGIN form --><br> <form method="POST" action="{form_action}">  <table align="center">   <tr bgcolor="{th_bg}">    <td align="center" nobreak>&nbsp;{lang_header}&nbsp;</td>   </tr>   <tr>    <td align="center" bgcolor="{tr_color_1}">     <select name="headlines[]" multiple size="15">      {select_options}     </select>    </td>   </tr>   <tr bgcolor="{tr_color_2}">    <td align="center">     <input type="submit" name="save" value="{lang_save}"> &nbsp;     <input type="submit" name="cancel" value="{lang_cancel}">    </td>   </tr>  </table> </form> <!-- END form -->

⌨️ 快捷键说明

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