forum.htm 1.0 KB

1234567891011121314151617181920212223242526
  1. <!--{subtemplate search/header}-->
  2. <div id="ct" class="cl w">
  3. <div class="mw">
  4. <form class="searchform" method="post" autocomplete="off" action="search.php?mod=forum" onsubmit="if($('scform_srchtxt')) searchFocus($('scform_srchtxt'));">
  5. <input type="hidden" name="formhash" value="{FORMHASH}" />
  6. <!--{subtemplate search/pubsearch}-->
  7. <!--{hook/forum_top}-->
  8. <!--{eval $policymsgs = $p = '';}-->
  9. <!--{loop $_G['setting']['creditspolicy']['search'] $id $policy}-->
  10. <!--{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}-->
  11. <!--{eval $policymsgs .= $p.$policymsg;$p = ', ';}-->
  12. <!--{/loop}-->
  13. <!--{if $policymsgs}--><p>{lang search_credit_msg}</p><!--{/if}-->
  14. </form>
  15. <!--{if !empty($searchid) && submitcheck('searchsubmit', 1)}-->
  16. <!--{subtemplate search/thread_list}-->
  17. <!--{/if}-->
  18. </div>
  19. </div>
  20. <!--{hook/forum_bottom}-->
  21. <!--{subtemplate search/footer}-->