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.
15 lines
635 B
15 lines
635 B
{if $file != 'honor'}
|
|
<div class="side_head"><div><span class="f_r"><a href="{userurl($username, 'file=honor', $domain)}"><img src="{DT_STATIC}{$MODULE[4][moduledir]}/image/more.gif" title="更多"/></a></span><strong>{$side_name[$HS]}</strong></div></div>
|
|
<div class="side_body">
|
|
<!--{php $tags=tag("table=honor&condition=status=3 and username='$username'&pagesize=".$side_num[$HS]."&order=addtime desc&template=null")}-->
|
|
<ul>
|
|
{if $tags}
|
|
{loop $tags $t}
|
|
<li><a href="{userurl($username, 'file=honor&itemid='.$t['itemid'], $domain)}" title="{$t[alt]}">{$t[title]}</a></li>
|
|
{/loop}
|
|
{else}
|
|
<li>暂未上传</li>
|
|
{/if}
|
|
</ul>
|
|
</div>
|
|
{/if}
|