52 lines
2.5 KiB
HTML
52 lines
2.5 KiB
HTML
|
<div class="tl">
|
||
|
<div class="sttl mbn">
|
||
|
<h2><!--{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" target="_blank">{lang goto_memcp}</a><!--{/if}--><!--{else}-->{lang search_result}<!--{/if}--></h2>
|
||
|
</div>
|
||
|
<!--{ad/search/y mtw}-->
|
||
|
<!--{if empty($threadlist)}-->
|
||
|
<p class="emp xs2 xg2">{lang search_nomatch}</p>
|
||
|
<!--{else}-->
|
||
|
<div class="slst mtw" id="threadlist" {if $modfid} style="position: relative;"{/if}>
|
||
|
<!--{if $modfid}-->
|
||
|
<form method="post" autocomplete="off" name="moderate" id="moderate" action="forum.php?mod=topicadmin&action=moderate&fid=$modfid&infloat=yes&nopost=yes">
|
||
|
<!--{/if}-->
|
||
|
<ul>
|
||
|
<!--{loop $threadlist $thread}-->
|
||
|
<li class="pbw" id="$thread[tid]">
|
||
|
<h3 class="xs3">
|
||
|
<!--{if $modfid}-->
|
||
|
<!--{if $thread['fid'] == $modfid && ($thread['displayorder'] <= 3 || $_G['adminid'] == 1)}-->
|
||
|
<input onclick="tmodclick(this)" type="checkbox" name="moderate[]" value="$thread[tid]" />
|
||
|
<!--{else}-->
|
||
|
<input type="checkbox" disabled="disabled" />
|
||
|
<!--{/if}-->
|
||
|
<!--{/if}-->
|
||
|
<a href="forum.php?mod=viewthread&tid=$thread[realtid]&highlight=$index[keywords]" target="_blank" $thread[highlight]>$thread[subject]</a>
|
||
|
</h3>
|
||
|
<p class="xg1">$thread[replies] {lang a_comment_thread} - $thread[views] {lang a_visit}</p>
|
||
|
<p><!--{if !$thread['price'] && !$thread['readperm']}-->$thread[message]<!--{else}-->{lang thread_list_message1}<!--{/if}--></p>
|
||
|
<p>
|
||
|
<span>$thread[dateline]</span>
|
||
|
-
|
||
|
<span>
|
||
|
<!--{if $thread['authorid'] && $thread['author']}-->
|
||
|
<a href="home.php?mod=space&uid=$thread[authorid]" target="_blank">$thread[author]</a>
|
||
|
<!--{else}-->
|
||
|
<!--{if $_G['forum']['ismoderator']}--><a href="home.php?mod=space&uid=$thread[authorid]" target="_blank">{lang anonymous}</a><!--{else}-->{lang anonymous}<!--{/if}-->
|
||
|
<!--{/if}-->
|
||
|
</span>
|
||
|
-
|
||
|
<span><a href="forum.php?mod=forumdisplay&fid=$thread[fid]" target="_blank" class="xi1">$thread[forumname]</a></span>
|
||
|
</p>
|
||
|
</li>
|
||
|
<!--{/loop}-->
|
||
|
</ul>
|
||
|
<!--{if $modfid}-->
|
||
|
</form>
|
||
|
<script type="text/javascript" src="{$_G[setting][jspath]}forum_moderate.js?{VERHASH}"></script>
|
||
|
<!--{template forum/topicadmin_modlayer}-->
|
||
|
<!--{/if}-->
|
||
|
</div>
|
||
|
<!--{/if}-->
|
||
|
<!--{if !empty($multipage)}--><div class="pgs cl mbm">$multipage</div><!--{/if}-->
|
||
|
</div>
|