22 lines
702 B
HTML
22 lines
702 B
HTML
<!--{subtemplate search/header}-->
|
|
<div id="ct" class="w">
|
|
<form class="searchform" method="post" autocomplete="off" action="search.php?mod=group" onsubmit="if($('scform_srchtxt')) searchFocus($('scform_srchtxt'));">
|
|
<input type="hidden" name="formhash" value="{FORMHASH}" />
|
|
<input type="hidden" name="srchfid" value="$srchfid" />
|
|
<!--{subtemplate search/pubsearch}-->
|
|
<!--{hook/group_top}-->
|
|
|
|
</form>
|
|
|
|
<!--{if !empty($searchid) && submitcheck('searchsubmit', 1)}-->
|
|
<!--{if $srchfid}-->
|
|
<!--{subtemplate search/thread_list}-->
|
|
<!--{else}-->
|
|
<!--{subtemplate search/group_list}-->
|
|
<!--{/if}-->
|
|
<!--{/if}-->
|
|
|
|
</div>
|
|
<!--{hook/group_bottom}-->
|
|
|
|
<!--{subtemplate search/footer}--> |