help.lbi

来自「ECSHOP模板」· LBI 代码 · 共 20 行

LBI
20
字号
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<!--{if $helps}-->
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#BB1816" class="clear" style="margin:0px auto 0px auto;">
  <tr>
    <!-- {foreach from=$helps item=help_cat} -->
        <td class="help-cat"><img src="themes/jbd/images/1d.gif" alt="" width="5" height="5" /> {$help_cat.cat_name}</td>
    <!-- {/foreach} -->
      </tr>
  <tr>
    <!-- {foreach from=$helps item=help_cat} -->
    <td bgcolor="#BB1816" valign="top" class="help-scat"><ul>
        <!-- {foreach from=$help_cat.article item=item} -->
        <li><A href="{$item.url}" title="{$item.title|escape:html}"><font color="#FFFFFF">{$item.short_title}</font></A></li>
        <!-- {/foreach} -->
      </ul></td>
    <!-- {/foreach} -->
      </tr>
</table>
<!--{/if}-->

⌨️ 快捷键说明

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