Files
2025-06-27 21:04:18 +08:00

62 lines
2.3 KiB
PHP

<?php echo 'Discuz!应用中心开发者-简约设计';exit;?>
<!--{template common/header}-->
<!-- header start -->
<header class="header_xin">
<div class="hdc_xin cl" id="byg_header">
<div class="header_z cl">
<a href="javascript:;" class="shouye">
<img src="<!--{avatar($_G['uid'], 'middle', true)}-->" alt="头像"/>
<!--{if $_G[member][newpm] || $post_notice_new}-->
<img src="{$_G['style']['styleimgdir']}/new_pm.png" alt="提醒" class="new_pm"/>
<!--{/if}-->
</a>
<em>&rsaquo;</em>
<span>论坛搜索</span>
</div>
<a href="javascript:history.back();" title="返回上一页" class="header_y">
<img src="{$_G['style']['styleimgdir']}/houtui.png" alt="返回"/></a>
</div>
</header>
<!--{hook/global_header_mobile}-->
<!-- header end -->
<form id="searchform" class="searchform" method="post" autocomplete="off" action="search.php?mod=forum&mobile=2">
<input type="hidden" name="formhash" value="{FORMHASH}" />
<!--{subtemplate search/pubsearch}-->
<!--{hook/forum_top}-->
<!--{eval $policymsgs = $p = '';}-->
<!--{loop $_G['setting']['creditspolicy']['search'] $id $policy}-->
<!--{block policymsg}--><!--{if $_G['setting']['extcredits'][$id][img]}-->$_G['setting']['extcredits'][$id][img] <!--{/if}-->$_G['setting']['extcredits'][$id][title] $policy $_G['setting']['extcredits'][$id][unit]<!--{/block}-->
<!--{eval $policymsgs .= $p.$policymsg;$p = ', ';}-->
<!--{/loop}-->
<!--{if $policymsgs}--><p>{lang search_credit_msg}</p><!--{/if}-->
</form>
<!--{if $_G['setting']['srchhotkeywords']}-->
<div class="scbar_hot cl">
<span>{lang hot_search}: </span>
<!--{loop $_G['setting']['srchhotkeywords'] $val}-->
<!--{if $val=trim($val)}-->
<!--{eval $valenc=rawurlencode($val);}-->
<!--{block srchhotkeywords[]}-->
<!--{if !empty($searchparams[url])}-->
<a href="$searchparams[url]?q=$valenc&source=hotsearch{$srchotquery}" sc="1">$val</a>
<!--{else}-->
<a href="search.php?mod=forum&srchtxt=$valenc&formhash={FORMHASH}&searchsubmit=true&source=hotsearch" sc="1">$val</a>
<!--{/if}-->
<!--{/block}-->
<!--{/if}-->
<!--{/loop}-->
<!--{echo implode('', $srchhotkeywords);}-->
</div>
<!--{/if}-->
<!--{if !empty($searchid) && submitcheck('searchsubmit', 1)}-->
<!--{subtemplate search/thread_list}-->
<!--{/if}-->
<!--{hook/forum_bottom}-->
<!--{template common/footer}-->