123456789101112131415161718192021222324252627 |
- <!--{template common/header}-->
- <!-- header start -->
- <div class="wk_header">
- <header class="width100">
- <h1 class="wk_fl"><a href="portal.php?mod=index"><img alt="$_G[setting][bbname]" src="$_G['style']['styleimgdir']/logo.png" class="width100"/></a></h1>
- <div class="wk_fr wk_nav"><div class="toggle-btn wk_hmenu"><span class="icon-i"></span><span class="icon-i"></span><span class="icon-i"></span></div></div>
- </header>
- </div>
- <div class="clear"></div>
- <!-- 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}-->
- <!--{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 !empty($searchid) && submitcheck('searchsubmit', 1)}-->
- <!--{subtemplate search/thread_list}-->
- <!--{/if}-->
- <!--{template common/footer}-->
|