portal.tpl

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

TPL
41
字号
<!-- BEGIN portal_box --><hr><p><table border=0 cellpadding="0" cellspacing="0" width="{outer_width}"  bgcolor="{outer_bgcolor}"> <tr nowrap align="center">  <td align="left">&nbsp;<strong>{title}</strong></td>{portal_controls} </tr> <tr>  <td colspan="2">   <table border="0" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="#EAE9CA">    {row}   </table>  </td> </tr></table></p><!-- END portal_box --><!-- BEGIN portal_row -->    <tr>{output}    </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="nowrap">{control_link}  </td><!-- END portal_control --><!-- BEGIN link_field -->   {link_field_data}<!-- END link_field -->

⌨️ 快捷键说明

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