@@ -0,0 +1,45 @@
|
||||
{loop $arrTopic $key $item}
|
||||
<li>
|
||||
<div class="userimg">
|
||||
<a href="{tsUrl('user','space',array('id'=>$item[user][userid]))}"><img src="{$item[user][face]}" width="32" height="32" alt="{$item[user]['username']}" /></a>
|
||||
</div>
|
||||
|
||||
<div class="topic_title">
|
||||
<div class="title">
|
||||
{if $item['appkey'] != 'group' && $item['appkey']!=''}
|
||||
<a target="_blank" style="color:#999999;font-size: 12px;margin-right: 5px;" class="titles-type" href="{SITE_URL}{php echo tsUrl($item['appkey'])}">[{$item['appname']}]</a>
|
||||
<a title="{$item[title]}" href="{SITE_URL}{php echo tsUrl($item['appkey'],$item['appaction'],array('id'=>$item['appid']))}">{$item[title]}</a>
|
||||
{else}
|
||||
<a title="{$item[title]}" href="{tsUrl('topic','show',array('id'=>$item[topicid]))}">{$item[title]}</a>
|
||||
{/if}
|
||||
|
||||
{if $item[istop]=='1'}
|
||||
<img src="{SITE_URL}app/{$app}/skin/headtopic_1.gif" title="[置顶]" alt="[置顶]" />
|
||||
{/if}
|
||||
{if $item[isposts] == '1'}
|
||||
<img src="{SITE_URL}public/images/posts.gif" align="absmiddle" title="[精华]" alt="[精华]" />
|
||||
{/if}
|
||||
{if $item['postby']==1}
|
||||
<a href="{tsUrl('home','phone')}"><img align="absmiddle" alt="通过Iphone手机端发布" title="通过Iphone手机端发布" src="{SITE_URL}public/images/ios.jpg" />
|
||||
</a>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="topic_info">
|
||||
<span style="float:left;">
|
||||
<a href="{tsUrl('group','show',array('id'=>$item[groupid]))}">{$item[group][groupname]}</a>
|
||||
</span>
|
||||
|
||||
<span style="float:right;">
|
||||
{php echo getTime($item[uptime],time())}
|
||||
|
||||
<a href="{tsUrl('user','space',array('id'=>$item[userid]))}" rel="face" uid="$item[userid]">{$item[user][username]}</a>
|
||||
|
||||
{if $item[count_comment]>0}<a class="rank" style="color:#FFFFFF;" href="{tsUrl('topic','show',array('id'=>$item[topicid]))}">{$item[count_comment]}</a>{/if}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</li>
|
||||
{/loop}
|
||||
Reference in New Issue
Block a user