color.tpl

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

TPL
30
字号
<!-- BEGIN channel --><table cellspacing="0" cellpadding="1" border="0" bgcolor="#000080" width="92%"> <tr>  <td valign="top">   <table cellspacing="0" cellpadding="2" bgcolor="#f5f5f5" border="0" width="100%">    <tr bgcolor="#000080">     <td>      <font size="-1" color="white"><strong><a href="{channel_url}" target="new" style="text-decoration: none; color: white; text-align: center">{channel_title}</a></strong></font>     </td>    </tr>    <ul>{rows}    </ul>   </table>  </td> </tr></table><!-- END channel --><!-- BEGIN row -->    <tr>      <td align="left">      <font size="-1">       <center><b>{error}</b></center>       <li><a href="{item_link}" target="new">{item_label}</a></li>      </font>     </td>    </tr><!-- END row -->

⌨️ 快捷键说明

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