📄 recommend_promotion.lbi
字号:
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<!-- {if $promotion_goods} -->
<div class="title-div"><img src="../images/sales.gif" alt="promotion products" width="158" height="39" /></div>
<div class="content-div">
<!--{foreach from=$promotion_goods item=goods}-->
<table border="0" cellpadding="3" cellspacing="1" class="goods-table" style="float: left">
<tr>
<td align="center"><A href="{$goods.url}"><img src="{$goods.thumb}" border="0" alt="{$goods.name|escape:html}" class="thumb" /></A></td>
</tr>
<tr>
<td><A href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_name|escape:html}</A><br />
{$lang.promote_price}<span class="goods-price">{$goods.promote_price}</span></td>
</tr>
</table>
<!--{/foreach}-->
<br />
<br style="clear: both" />
<div style="text-align:right"><A href="../search.php?intro=promotion">more...</A></div>
</div>
<!-- {/if} -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -