56 lines
2.7 KiB
PHP
56 lines
2.7 KiB
PHP
<?php echo 'Discuz!应用中心开发者-简约设计';exit;?>
|
|
|
|
<div class="threadlist">
|
|
<h2 class="thread_tit"><!--{if $keyword}-->{lang search_result_keyword} <!--{if $modfid}--><a href="forum.php?mod=modcp&action=thread&fid=$modfid&keywords=$modkeyword&submit=true&do=search&page=$page">{lang goto_memcp}</a><!--{/if}--><!--{else}-->{lang search_result}<!--{/if}--></h2>
|
|
<!--{if empty($threadlist)}-->
|
|
<div class="home_no_data" style="margin-top:0;">{lang search_nomatch}</div>
|
|
<!--{else}-->
|
|
<!--{eval require_once(DISCUZ_ROOT.'./template/bygsjw_sj/touch/php/function_bygsjw.php');}-->
|
|
<ul class="threadlist_search">
|
|
<!--{loop $threadlist $thread}-->
|
|
<!--{eval}-->
|
|
if ($_G['style']['liebiaotu'] == "on") {
|
|
$list_img1 = byg_threadlist_img($thread['realtid'], $thread['authorid'], 3);
|
|
$img_number = count($list_img1);
|
|
}
|
|
<!--{/eval}-->
|
|
<li class="cl{if $img_number == 1 || $img_number == 2} list_img1_box{/if}">
|
|
<div class="list_top cl">
|
|
<a href="forum.php?mod=viewthread&tid=$thread[realtid]&highlight=$index[keywords]" $thread[highlight] class="over_two">{$thread[subject]}</a>
|
|
</div>
|
|
<!--{if $img_number == 1 || $img_number == 2}-->
|
|
<!--{eval $list_img1 = array_slice($list_img1,0,1);}-->
|
|
<!--{loop $list_img1 $list_img1_1}-->
|
|
<div class="list_img1 cl">
|
|
<a href="forum.php?mod=viewthread&tid=$thread[realtid]" style="background-image:url({if $list_img1_1[remote] == 0}{eval echo(getforumimg($list_img1_1['aid'],0,230,150))}{else}{$_G['setting']['ftp']['attachurl']}forum/{$list_img1_1[attachment]}{/if});"></a>
|
|
</div>
|
|
<!--{/loop}-->
|
|
<!--{elseif $img_number > 2}-->
|
|
<ul class="list_img3 cl">
|
|
<!--{loop $list_img1 $list_img1_1}-->
|
|
<li>
|
|
<a href="forum.php?mod=viewthread&tid=$thread[realtid]" style="background-image:url({if $list_img1_1[remote] == 0}{eval echo(getforumimg($list_img1_1['aid'],0,230,150))}{else}{$_G['setting']['ftp']['attachurl']}forum/{$list_img1_1[attachment]}{/if});"></a>
|
|
</li>
|
|
<!--{/loop}-->
|
|
</ul>
|
|
<!--{/if}-->
|
|
<div class="list_bottom cl">
|
|
<!--{if $thread['authorid'] && $thread['author']}-->
|
|
<a href="home.php?mod=space&uid=$thread[authorid]&do=profile" class="z">{$thread[author]}</a>
|
|
<!--{else}-->
|
|
<a href="javascript:;" class="z">{$_G[setting][anonymoustext]}</a>
|
|
<!--{/if}-->
|
|
<em class="z" style="width:.85rem;"> {$thread[dateline]} </em>
|
|
<span class="y">
|
|
<img src="{$_G['style']['styleimgdir']}/forum_posts.png" alt="回复数"/>{$thread[replies]}
|
|
</span>
|
|
<span class="y">
|
|
<img src="{$_G['style']['styleimgdir']}/chakan.png" alt="查看数"/>{$thread[views]}
|
|
</span>
|
|
</div>
|
|
</li>
|
|
<!--{/loop}-->
|
|
</ul>
|
|
<!--{/if}-->
|
|
$multipage
|
|
</div>
|