📄 top10.lbi
字号:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- {if $top_goods} -->
<div id="topList" class="module_j globalModule">
<table cellspacing="0px" cellpadding="0px" width="100%" class="modhead_j">
<tr>
<td class="mhl_j" valign="top"></td>
<td class="mhc_j" valign="top"><div class="inmhc_j"><h6 class="h6_j">销售排行</h6></div></td>
<td class="mhr_j" valign="top"></td>
</tr>
</table>
<table cellspacing="0px" cellpadding="0px" width="100%" class="modbody_j">
<tr>
<td class="mbl_j" valign="top"></td>
<td class="mbc_j" valign="top">
<div class="inmbc_j"><ul>
<!-- {foreach name=top_goods from=$top_goods item=goods}-->
<li><img src="../images/top_{$smarty.foreach.top_goods.iteration}.gif" alt="Top{$smarty.foreach.top_goods.iteration}" /> <a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_name}</a></li>
<!--{/foreach}-->
</ul></div>
</td>
<td class="mbr_j" valign="top"></td>
</tr>
</table>
<table cellspacing="0px" cellpadding="0px" width="100%" class="modfoot_j">
<tr>
<td class="mfl_j" valign="top"></td>
<td class="mfc_j" valign="top"></td>
<td class="mfr_j" valign="top"></td>
</tr>
</table>
</div>
<!-- {/if} -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -