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.
18 lines
1.2 KiB
18 lines
1.2 KiB
<div class="main_head"><div><span class="f_r"><a href="{userurl($username, 'file=photo', $domain)}"><img src="{DT_STATIC}{$MODULE[4][moduledir]}/image/more.gif" title="更多"/></a></span><strong>{$main_name[$HM]}</strong></div></div>
|
|
<div class="main_body">
|
|
<!--{php $tags=tag("moduleid=12&condition=status>2 and username='$username'&pagesize=".$main_num[$HM]."&order=addtime desc&fields=itemid,title,linkurl,thumb,addtime,items,open&template=null");}-->
|
|
<table cellpadding="10" cellspacing="1" width="100%">
|
|
{loop $tags $i $t}
|
|
{if $i%4==0}<tr align="center">{/if}
|
|
<td valign="top" width="25%">
|
|
<div class="thumb">
|
|
<a href="{if $homeurl}{$t[linkurl]}{else}{userurl($username, 'file=photo&itemid='.$t['itemid'], $domain)}{/if}"><img src="{$t[thumb]}" width="160" height="120" alt="{$t[alt]}" title="{$t[alt]}"/></a>
|
|
<div><a href="{if $homeurl}{$t[linkurl]}{else}{userurl($username, 'file=photo&itemid='.$t['itemid'], $domain)}{/if}" title="{$t[alt]}">{$t[title]}</a></div>
|
|
<p>{$t[items]}图{if $t[open]<3} <img src="{$MODULE[2][linkurl]}image/ico_lock.gif" style="border:none;padding:0;" align="absmiddle" title="访问受限"/>{/if}</p>
|
|
<p>{timetodate($t[addtime], 3)}</p>
|
|
</div>
|
|
</td>
|
|
{if $i%4==3}</tr>{/if}
|
|
{/loop}
|
|
</table>
|
|
</div>
|