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.
19 lines
739 B
19 lines
739 B
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<!-- {if $price_grade} -->
|
|
<div class="box">
|
|
<div class="box_1">
|
|
<h3><span>{$lang.price_grade}</span></h3>
|
|
<div class="boxCenterList RelaArticle">
|
|
<!-- {foreach from=$price_grade item=grade} -->
|
|
<!-- {if $grade.selected} -->
|
|
<img src="../images/alone.gif" style=" margin-right:8px;"><font class="f1 f5">{$grade.start} - {$grade.end} {if $grade.goods_num}({$grade.goods_num}){/if}</font><br />
|
|
<!-- {else} -->
|
|
<a href="{$grade.url}">{$grade.start} - {$grade.end}</a> {if $grade.goods_num}({$grade.goods_num}){/if}<br />
|
|
<!-- {/if} -->
|
|
<!-- {/foreach} -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="blank5"></div>
|
|
<!-- {/if} -->
|