application_form.tpl
来自「eGroupWare is a multi-user, web-based gr」· TPL 代码 · 共 37 行
TPL
37 行
<!-- BEGIN form -->{error}<br><form action="{form_action}" method="POST"> {hidden_vars} <div align="center"> <table border="0" width="55%"> <tr bgcolor="{th_bg}"> <td colspan="2"> </td> </tr> {rows} <tr> <td nowrap> <input type="submit" name="save" value="{lang_save_button}"> <input type="submit" name="cancel" value="{lang_cancel_button}"> </td> <td align="right"> <!-- BEGIN delete_button --> <input type="submit" name="delete" value="{lang_delete_button}"><!-- END delete_button --> </td> </tr> </table> </div></form><!-- END form --><!-- BEGIN row --> <tr bgcolor="{tr_color}"> <td>{label}</td> <td>{value}</td> </tr><!-- END row -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?