Line 9 | Line 9 |
---|
<div class="inner"> <h3>{L_SEARCH_QUERY}</h3>
|
<div class="inner"> <h3>{L_SEARCH_QUERY}</h3>
|
| <!-- EVENT search_body_search_query_before -->
|
<fieldset>
|
<fieldset>
|
| <!-- EVENT search_body_search_query_prepend -->
|
<dl> <dt><label for="keywords">{L_SEARCH_KEYWORDS}{L_COLON}</label><br /><span>{L_SEARCH_KEYWORDS_EXPLAIN}</span></dt> <dd><input type="search" class="inputbox" name="keywords" id="keywords" size="40" title="{L_SEARCH_KEYWORDS}" /></dd>
| <dl> <dt><label for="keywords">{L_SEARCH_KEYWORDS}{L_COLON}</label><br /><span>{L_SEARCH_KEYWORDS_EXPLAIN}</span></dt> <dd><input type="search" class="inputbox" name="keywords" id="keywords" size="40" title="{L_SEARCH_KEYWORDS}" /></dd>
|
Line 20 | Line 22 |
---|
<dt><label for="author">{L_SEARCH_AUTHOR}{L_COLON}</label><br /><span>{L_SEARCH_AUTHOR_EXPLAIN}</span></dt> <dd><input type="search" class="inputbox" name="author" id="author" size="40" title="{L_SEARCH_AUTHOR}" /></dd> </dl>
|
<dt><label for="author">{L_SEARCH_AUTHOR}{L_COLON}</label><br /><span>{L_SEARCH_AUTHOR_EXPLAIN}</span></dt> <dd><input type="search" class="inputbox" name="author" id="author" size="40" title="{L_SEARCH_AUTHOR}" /></dd> </dl>
|
| <!-- EVENT search_body_search_query_append -->
|
</fieldset>
|
</fieldset>
|
| <!-- EVENT search_body_search_query_after -->
|
</div> </div>
| </div> </div>
|
Line 30 | Line 34 |
---|
<h3>{L_SEARCH_OPTIONS}</h3>
|
<h3>{L_SEARCH_OPTIONS}</h3>
|
| <!-- EVENT search_body_search_options_before -->
|
<fieldset>
|
<fieldset>
|
| <!-- EVENT search_body_search_options_prepend -->
|
<dl> <dt><label for="search_forum">{L_SEARCH_FORUMS}{L_COLON}</label><br /><span>{L_SEARCH_FORUMS_EXPLAIN}</span></dt> <dd><select name="fid[]" id="search_forum" multiple="multiple" size="8" title="{L_SEARCH_FORUMS}">{S_FORUM_OPTIONS}</select></dd>
| <dl> <dt><label for="search_forum">{L_SEARCH_FORUMS}{L_COLON}</label><br /><span>{L_SEARCH_FORUMS_EXPLAIN}</span></dt> <dd><select name="fid[]" id="search_forum" multiple="multiple" size="8" title="{L_SEARCH_FORUMS}">{S_FORUM_OPTIONS}</select></dd>
|
Line 49 | Line 55 |
---|
<dd><label for="sf3"><input type="radio" name="sf" id="sf3" value="titleonly" /> {L_SEARCH_TITLE_ONLY}</label></dd> <dd><label for="sf4"><input type="radio" name="sf" id="sf4" value="firstpost" /> {L_SEARCH_FIRST_POST}</label></dd> </dl>
|
<dd><label for="sf3"><input type="radio" name="sf" id="sf3" value="titleonly" /> {L_SEARCH_TITLE_ONLY}</label></dd> <dd><label for="sf4"><input type="radio" name="sf" id="sf4" value="firstpost" /> {L_SEARCH_FIRST_POST}</label></dd> </dl>
|
| <!-- EVENT search_body_search_options_append -->
|
<hr class="dashed" />
|
<hr class="dashed" />
|
| <!-- EVENT search_body_search_display_options_prepend -->
|
<dl> <dt><label for="show_results1">{L_DISPLAY_RESULTS}{L_COLON}</label></dt> <dd>
| <dl> <dt><label for="show_results1">{L_DISPLAY_RESULTS}{L_COLON}</label></dt> <dd>
|
Line 74 | Line 82 |
---|
<dt><label>{L_RETURN_FIRST}{L_COLON}</label></dt> <dd><select name="ch" title="{L_RETURN_FIRST}">{S_CHARACTER_OPTIONS}</select> {L_POST_CHARACTERS}</dd> </dl>
|
<dt><label>{L_RETURN_FIRST}{L_COLON}</label></dt> <dd><select name="ch" title="{L_RETURN_FIRST}">{S_CHARACTER_OPTIONS}</select> {L_POST_CHARACTERS}</dd> </dl>
|
| <!-- EVENT search_body_search_display_options_append -->
|
</fieldset>
|
</fieldset>
|
| <!-- EVENT search_body_search_options_after -->
|
</div> </div>
| </div> </div>
|
Line 91 | Line 101 |
---|
</div>
</form>
|
</div>
</form>
|
| <!-- EVENT search_body_form_after -->
|
|
|
| <!-- EVENT search_body_recent_search_before -->
|
<!-- IF .recentsearch --> <div class="forumbg forumbg-table"> <div class="inner">
| <!-- IF .recentsearch --> <div class="forumbg forumbg-table"> <div class="inner">
|
Line 119 | Line 131 |
---|
</div> </div> <!-- ENDIF -->
|
</div> </div> <!-- ENDIF -->
|
| <!-- EVENT search_body_recent_search_after -->
|
<!-- INCLUDE overall_footer.html -->
| <!-- INCLUDE overall_footer.html -->
|