form.tpl
来自「eGroupWare is a multi-user, web-based gr」· TPL 代码 · 共 75 行
TPL
75 行
<!-- BEGIN form -->{app_header}<center>{errors}</center><form action="{form_action}" method="POST"> <table border="0" width="93%" align="center"> <tr bgcolor="{th_bg}"> <td colspan="2"> <table border="0" width="100%"> <tr> <td align="left"><b>{header_message}</b> </td> <td align="right">{read_buttons}</td> </tr> </tr> </table> </td> </tr>{from}{to}{date}{status} <tr bgcolor="{row_off}"> <td>{lang_subject}</td> <td>{value_subject} </td> </tr> <tr bgcolor="{row_off}"> <td colspan="2" align="left">{value_content} </td> </tr>{buttons} </table></form><!-- END form --><!-- BEGIN form_date --> <tr bgcolor="{row_off}"> <td>{lang_date}</td> <td>{value_date} </td> </tr><!-- END form_date --><!-- BEGIN form_from --> <tr bgcolor="{row_off}"> <td>{lang_from} </td> <td>{value_from} <b>{value_status}</b></td> </tr><!-- END form_from --><!-- BEGIN form_to --> <tr bgcolor="{row_off}"> <td>{lang_to}</td> <td>{value_to} </td> </tr><!-- END form_to --><!-- BEGIN form_read_buttons -->{link_reply} | {link_forward} | {link_delete} <!-- END form_read_buttons --><!-- BEGIN form_read_buttons_for_global -->{link_delete} <!-- END form_read_buttons_for_global --><!-- BEGIN form_buttons --> <tr bgcolor="{row_off}"> <td colspan="2" align="right">{button_cancel} {button_delete} {button_reply} {button_send} </td> </tr><!-- END form_buttons -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?