[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <style> 2 td 3 { 4 text-align: left; 5 } 6 </style> 7 <center> 8 <form name="adv_search_form" method="POST" action="{form_action}"> 9 <table style="border:1px solid black"> 10 <tr class="th"> 11 <th colspan="2" style="text-align:center">{lang_advanced_search}</th> 12 </tr> 13 <tr class="row_off"> 14 <td colspan=2> 15 <table> 16 <tr> 17 <td valign="top" width=50>{lang_find}</td> 18 <td> 19 <table> 20 <tr> 21 <td>{lang_all_words}:</td> 22 <td><input type="text" size=50 name="all_words"></td> 23 </tr> 24 <tr> 25 <td>{lang_phrase}:</td> 26 <td><input type="text" size=50 name="phrase"></td> 27 </tr> 28 <tr> 29 <td>{lang_one_word}:</td> 30 <td><input type="text" size=50 name="one_word"></td> 31 </tr> 32 <tr> 33 <td>{lang_without_word}</td> 34 <td><input type="text" size=50 name="without_words"></td> 35 </tr> 36 </table> 37 </td> 38 </tr> 39 </table> 40 </td> 41 </tr> 42 <tr class="row_on"> 43 <td width=150>{lang_show_cats}:</td> 44 <td><select name="cat"><option value="0">{lang_all}</option>{select_categories}</select> {lang_include_subs}: <input type="checkbox" name="include_subs" value=True></td> 45 </tr> 46 <tr class="row_off"> 47 <td>{lang_pub_date}:</td> 48 <td> 49 <select name="pub_date"> 50 <option value="0" selected>{lang_anytime}</option> 51 <option value="3">{lang_3_months}</option> 52 <option value="6">{lang_6_months}</option> 53 <option value="year">{lang_past_year}</option> 54 </select> 55 </td> 56 </tr> 57 <tr class="row_on"> 58 <td>{lang_ocurrences}:</td> 59 <td> 60 <select name="ocurrences"> 61 <option value="0" selected>{lang_anywhere}</option> 62 <option value="title">{lang_in_title}</option> 63 <option value="topic">{lang_in_topic}</option> 64 <option value="text">{lang_in_text}</option> 65 </select> 66 </td> 67 </tr> 68 <tr class="row_off"> 69 <td>{lang_num_res}:</td> 70 <td> 71 <select name="num_res"> 72 <option value="0" selected>{lang_user_prefs}</option> 73 <option value="10">10</option> 74 <option value="20">20</option> 75 <option value="30">30</option> 76 <option value="50">50</option> 77 <option value="100">100</option> 78 </select> 79 </td> 80 </tr> 81 <tr class="row_on"> 82 <td>{lang_order}</td> 83 <td> 84 <select name="order"> 85 <option value="created" selected>{lang_created}</option> 86 <option value="art_id">{lang_artid}</option> 87 <option value="title">{lang_title}</option> 88 <option value="user_id">{lang_user}</option> 89 <option value="modified">{lang_modified}</option> 90 </select> 91 <select name="sort"><option value="DESC" selected>{lang_desc}</option><option value="ASC">{lang_asc}</option></select> 92 </td> 93 </tr> 94 <tr> 95 <td colspan=2 align=center style="padding: 10px 0 10px 0"> 96 <input type="submit" name="adv_search" value="{lang_search}"> 97 </td> 98 </tr> 99 </table> 100 </form> 101 </center>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |