[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <script type="text/javascript"> 4 // <![CDATA[ 5 onload_functions.push('document.getElementById("keywords").focus();'); 6 // ]]> 7 </script> 8 9 <h2 class="solo">{L_SEARCH}</h2> 10 11 <form method="get" action="{S_SEARCH_ACTION}"> 12 13 <div class="panel"> 14 <div class="inner"><span class="corners-top"><span></span></span> 15 <h3>{L_SEARCH_QUERY}</h3> 16 17 <fieldset> 18 <dl> 19 <dt><label for="keywords">{L_SEARCH_KEYWORDS}:</label><br /><span>{L_SEARCH_KEYWORDS_EXPLAIN}</span></dt> 20 <dd><input type="text" class="inputbox" name="keywords" id="keywords" size="40" title="{L_SEARCH_KEYWORDS}" /></dd> 21 <dd><label for="terms1"><input type="radio" name="terms" id="terms1" value="all" checked="checked" /> {L_SEARCH_ALL_TERMS}</label></dd> 22 <dd><label for="terms2"><input type="radio" name="terms" id="terms2" value="any" /> {L_SEARCH_ANY_TERMS}</label></dd> 23 </dl> 24 <dl> 25 <dt><label for="author">{L_SEARCH_AUTHOR}:</label><br /><span>{L_SEARCH_AUTHOR_EXPLAIN}</span></dt> 26 <dd><input type="text" class="inputbox" name="author" id="author" size="40" title="{L_SEARCH_AUTHOR}" /></dd> 27 </dl> 28 </fieldset> 29 30 <span class="corners-bottom"><span></span></span></div> 31 </div> 32 33 <div class="panel bg2"> 34 <div class="inner"><span class="corners-top"><span></span></span> 35 36 <h3>{L_SEARCH_OPTIONS}</h3> 37 38 <fieldset> 39 <dl> 40 <dt><label for="search_forum">{L_SEARCH_FORUMS}:</label><br /><span>{L_SEARCH_FORUMS_EXPLAIN}</span></dt> 41 <dd><select name="fid[]" id="search_forum" multiple="multiple" size="8" title="{L_SEARCH_FORUMS}">{S_FORUM_OPTIONS}</select></dd> 42 </dl> 43 <dl> 44 <dt><label for="search_child1">{L_SEARCH_SUBFORUMS}:</label></dt> 45 <dd> 46 <label for="search_child1"><input type="radio" name="sc" id="search_child1" value="1" checked="checked" /> {L_YES}</label> 47 <label for="search_child2"><input type="radio" name="sc" id="search_child2" value="0" /> {L_NO}</label> 48 </dd> 49 </dl> 50 <dl> 51 <dt><label for="sf1">{L_SEARCH_WITHIN}:</label></dt> 52 <dd><label for="sf1"><input type="radio" name="sf" id="sf1" value="all" checked="checked" /> {L_SEARCH_TITLE_MSG}</label></dd> 53 <dd><label for="sf2"><input type="radio" name="sf" id="sf2" value="msgonly" /> {L_SEARCH_MSG_ONLY}</label></dd> 54 <dd><label for="sf3"><input type="radio" name="sf" id="sf3" value="titleonly" /> {L_SEARCH_TITLE_ONLY}</label></dd> 55 <dd><label for="sf4"><input type="radio" name="sf" id="sf4" value="firstpost" /> {L_SEARCH_FIRST_POST}</label></dd> 56 </dl> 57 58 <hr class="dashed" /> 59 60 <dl> 61 <dt><label for="show_results1">{L_DISPLAY_RESULTS}:</label></dt> 62 <dd> 63 <label for="show_results1"><input type="radio" name="sr" id="show_results1" value="posts" checked="checked" /> {L_POSTS}</label> 64 <label for="show_results2"><input type="radio" name="sr" id="show_results2" value="topics" /> {L_TOPICS}</label> 65 </dd> 66 </dl> 67 <dl> 68 <dt><label for="sd">{L_RESULT_SORT}:</label></dt> 69 <dd>{S_SELECT_SORT_KEY} 70 <label for="sa"><input type="radio" name="sd" id="sa" value="a" /> {L_SORT_ASCENDING}</label> 71 <label for="sd"><input type="radio" name="sd" id="sd" value="d" checked="checked" /> {L_SORT_DESCENDING}</label> 72 </dd> 73 </dl> 74 <dl> 75 <dt><label>{L_RESULT_DAYS}:</label></dt> 76 <dd>{S_SELECT_SORT_DAYS}</dd> 77 </dl> 78 <dl> 79 <dt><label>{L_RETURN_FIRST}:</label></dt> 80 <dd><select name="ch" title="{L_RETURN_FIRST}">{S_CHARACTER_OPTIONS}</select> {L_POST_CHARACTERS}</dd> 81 </dl> 82 </fieldset> 83 84 <span class="corners-bottom"><span></span></span></div> 85 </div> 86 87 <div class="panel bg3"> 88 <div class="inner"><span class="corners-top"><span></span></span> 89 90 <fieldset class="submit-buttons"> 91 {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> 92 <input type="submit" name="submit" value="{L_SEARCH}" class="button1" /> 93 </fieldset> 94 95 <span class="corners-bottom"><span></span></span></div> 96 </div> 97 98 </form> 99 100 <!-- IF .recentsearch --> 101 <div class="forumbg forumbg-table"> 102 <div class="inner"><span class="corners-top"><span></span></span> 103 104 <table class="table1" cellspacing="1"> 105 <thead> 106 <tr> 107 <th colspan="2" class="name">{L_RECENT_SEARCHES}</th> 108 </tr> 109 </thead> 110 <tbody> 111 <!-- BEGIN recentsearch --> 112 <tr class="<!-- IF recentsearch.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> 113 <td><a href="{recentsearch.U_KEYWORDS}">{recentsearch.KEYWORDS}</a></td> 114 <td class="active"><span> {recentsearch.TIME}</span></td> 115 </tr> 116 <!-- BEGINELSE --> 117 <tr class="bg1"> 118 <td colspan="2">{L_NO_RECENT_SEARCHES}</td> 119 </tr> 120 <!-- END recentsearch --> 121 </tbody> 122 </table> 123 124 <span class="corners-bottom"><span></span></span></div> 125 </div> 126 <!-- ENDIF --> 127 128 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |