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.
24 lines
1.0 KiB
24 lines
1.0 KiB
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<div class="box">
|
|
<div class="box_1">
|
|
<h3><span><a href="{$goods_brand.url}" class="f6">{$goods_brand.name|escape:html}</a></span></h3>
|
|
<div class="centerPadd">
|
|
<div class="clearfix goodsBox" style="border:none;">
|
|
<!--{foreach from=$brand_goods item=goods}-->
|
|
<div class="goodsItem">
|
|
<a href="{$goods.url}"><img src="{$goods.thumb}" alt="{$goods.name|escape:html}" class="goodsimg" /></a><br />
|
|
<p><a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_name|escape:html}</a></p>
|
|
<!-- {if $goods.promote_price neq ""} -->
|
|
<font class="shop_s">{$goods.promote_price}</font>
|
|
<!-- {else}-->
|
|
<font class="shop_s">{$goods.shop_price}</font>
|
|
<!--{/if}-->
|
|
</div>
|
|
<!--{/foreach}-->
|
|
<div class="more"><a href="{$goods_brand.url}"><img src="images/more.gif" /></a></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="blank5"></div>
|