portal.tpl
来自「eGroupWare is a multi-user, web-based gr」· TPL 代码 · 共 42 行
TPL
42 行
<!-- BEGIN portal_box --><p><table border="{outer_border}" cellpadding="0" cellspacing="0" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}"> <tr nowrap align="center"> <td align="center" background="{header_background_image}">{title}</td>{portal_controls} </tr> <tr> <td colspan="2"> <table border="1" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="{inner_bgcolor}"> {row} </table> </td> </tr></table></p><!-- END portal_box --><!-- BEGIN portal_row --> <tr> <td>{output} </td> </tr><!-- END portal_row --><!-- BEGIN portal_listbox_header --> <td> <ul><!-- END portal_listbox_header --><!-- BEGIN portal_listbox_link --><li><a href="{link}">{text}</a></li><!-- END portal_listbox_link --><!-- BEGIN portal_listbox_footer --> </ul> </td><!-- END portal_listbox_footer --><!-- BEGIN portal_control --> <td valign="middle" align="right" nowrap background="{header_background_image}">{control_link} </td><!-- END portal_control --><!-- BEGIN link_field --> {link_field_data}<!-- END link_field -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?