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.
 
 
 
 

22 lines
804 B

<div class="f7f7f7">
<div class="box">
<dt><span>{$main_name[$HM]}</span><em>RECOMMEND</em></dt>
</div>
<div class="m">
<div class="s-box">
<ul>
<!--{php $tags=tag("moduleid=5&condition=status>2 and username='$username' and elite=1 and thumb<>''&length=44&pagesize=4&order=edittime desc&fields=itemid,title,linkurl,thumb,price,edittime&template=null");}-->
{loop $tags $i $t}
<li><a href="{if $homeurl}{$t[linkurl]}{else}{userurl($username, 'file=sell&itemid='.$t['itemid'], $domain)}{/if}">
<div class="pic"><img src="{$t[thumb]}" width=164 alt="{$t[alt]}"></div>
<div class="text">
<strong class="text-overflow">{$t[title]}</strong>
</div>
</a></li>{/loop}
</ul>
</div>
<div class="more"><a href="{userurl($username, 'file=sell', $domain)}">查看更多<i>>></i></a></div>
</div>
</div>