forum.htm 1.3 KB

123456789101112131415161718192021222324252627
  1. <!--{template common/header}-->
  2. <!-- header start -->
  3. <div class="wk_header">
  4. <header class="width100">
  5. <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>
  6. <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>
  7. </header>
  8. </div>
  9. <div class="clear"></div>
  10. <!-- header end -->
  11. <form id="searchform" class="searchform" method="post" autocomplete="off" action="search.php?mod=forum&mobile=2">
  12. <input type="hidden" name="formhash" value="{FORMHASH}" />
  13. <!--{subtemplate search/pubsearch}-->
  14. <!--{eval $policymsgs = $p = '';}-->
  15. <!--{loop $_G['setting']['creditspolicy']['search'] $id $policy}-->
  16. <!--{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}-->
  17. <!--{eval $policymsgs .= $p.$policymsg;$p = ', ';}-->
  18. <!--{/loop}-->
  19. <!--{if $policymsgs}--><p>{lang search_credit_msg}</p><!--{/if}-->
  20. </form>
  21. <!--{if !empty($searchid) && submitcheck('searchsubmit', 1)}-->
  22. <!--{subtemplate search/thread_list}-->
  23. <!--{/if}-->
  24. <!--{template common/footer}-->