You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
1.3 KiB

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- {if $hot_goods} -->
<div id="dome1">
<div class="done-warp">
<ul>
<!--{foreach from=$hot_goods item=goods}-->
<li>
<div class="done-img"><a href="{$goods.url}" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/loadGoods.gif" title="{$goods.name|escape:html}" width="136" height="136" class="lazy" data-original="{$goods.thumb}"/></a></div>
<div class="done-name"><a href="{$goods.url}" target="_blank" title="{$goods.name|escape:html}">{$goods.short_style_name}</a></div>
<div class="done-price">
<span class="shop-price">
{if $goods.promote_price neq ''}
{$goods.promote_price}
{else}
{$goods.shop_price}
{/if}
</span>
<span class="original-price">{$goods.market_price}</span>
</div>
</li>
<!--{/foreach}-->
</ul>
<a href="javascript:void(0);" class="done-prev"></a>
<a href="javascript:void(0);" class="done-next"></a>
</div>
</div>
<!-- {/if} -->