[ Index ] |
|
Code source de GeekLog 1.4.1 |
1 {search_intro} 2 <form action="{site_url}/search.php" method="get"> 3 <table border="0" cellspacing="0" cellpadding="3"> 4 <tr> 5 <td class="alignright">{lang_keywords}:</td> 6 <td><input type="text" name="query" size="35" maxlength="35" value="{query}"> 7 <select name="keyType"> 8 <option value="phrase" {key_phrase_selected}>{lang_exact_phrase}</option> 9 <option value="all" {key_all_selected}>{lang_all_words}</option> 10 <option value="any" {key_any_selected}>{lang_any_word}</option> 11 </select></td> 12 </tr> 13 <tr> 14 <td class="alignright">{lang_date}:</td> 15 <td> 16 <input type="text" name="datestart" size="10" maxlength="10" value="{datestart}"> {lang_to} <input type="text" name="dateend" size="10" maxlength="10" value="{dateend}"> {date_format} 17 </td> 18 </tr> 19 <tr> 20 <td class="alignright">{lang_topic}:</td> 21 <td> 22 <select name="topic"> 23 <option selected="selected" value="0">{lang_all}</option> 24 {topic_option_list} 25 </select> 26 </td> 27 </tr> 28 <tr> 29 <td class="alignright">{lang_type}:</td> 30 <td> 31 <select name="type"> 32 <option value="all" {type_all_selected}>{lang_all}</option> 33 <option value="stories" {stories_selected}>{lang_stories}</option> 34 <option value="comments" {comments_selected}>{lang_comments}</option> 35 {plugin_types} 36 </select> 37 </td> 38 </tr> 39 {author_form_element} 40 <tr> 41 <td class="alignright">{lang_results}:</td> 42 <td> 43 <select name="results"> 44 <option value="10" {10_selected}>10</option> 45 <option value="15" {15_selected}>15</option> 46 <option value="25" {25_selected}>25</option> 47 <option value="50" {50_selected}>50</option> 48 </select> {lang_per_page}</td> 49 </tr> 50 <tr> 51 <td colspan="2"> 52 <input type="submit" value="{lang_search}"> 53 <input type="hidden" name="mode" value="search"> 54 </td> 55 </tr> 56 </table> 57 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 12:27:40 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |