[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <!-- BEGIN nextmatchs --> 2 <table width="{table_width}" border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0" cols="5"> 3 <tr> {left} 4 <td align="center" bgcolor="{th_bg}" valign="top" width="92%">{cats_search_filter_data}</td> {right} 5 </tr> 6 </table> 7 8 <br> 9 10 <!-- END nextmatchs --> 11 12 13 <!-- BEGIN filter --> 14 <td> 15 {select} 16 <noscript> 17 <input type="submit" value="{lang_filter}"> 18 </noscript> 19 </td> 20 <!-- END filter --> 21 22 23 <!-- BEGIN form --> 24 <td width="2%" align="{align}" valign="top"> 25 <form method="POST" action="{action_sitemgr}" name="{form_name}"> 26 {hidden} 27 <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0"> 28 <tr> 29 <td align="{align}"> 30 <input type="image" src="{img}" border="{border}" alt="{label}" width="12" height="12" name="start" value="{start}"> 31 </td> 32 </tr> 33 </table> 34 </form> 35 </td> 36 <!-- END form --> 37 38 39 <!-- BEGIN icon --> 40 <td width="2%" align="{align}"> {_link}</td> 41 <!-- END icon --> 42 43 44 <!-- BEGIN link --> 45 <td width="2%" align="{align}" valign="top"> 46 <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0"> 47 <tr> 48 <td align="{align}"> 49 <img src="{img}" border="{border}" width="12" height="12" alt="{label}"> 50 </td> 51 </tr> 52 </table> 53 </td> 54 <!-- END link --> 55 56 57 <!-- BEGIN search --> 58 <input type="text" name="query" value="{query_value}"> {searchby}<input type="submit" name="Search" value="{lang_search}"> 59 <!-- END search --> 60 61 <!-- BEGIN cats --> 62 <td> 63 {lang_category} <select name="{cat_field}" onChange="this.form.submit();"> 64 <option value="0">{lang_all}</option> 65 {categories} 66 </select> 67 <noscript><input type="submit" name="cats" value="{lang_select}"></noscript> 68 </td> 69 <!-- END cats --> 70 71 <!-- BEGIN search_filter --> 72 <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0"> 73 <form method="POST" action="{action_sitemgr}" name="filter"> 74 <input type="hidden" name="filter" value="{filter_value}"> 75 <input type="hidden" name="qfield" value="{qfield_value}"> 76 <input type="hidden" name="start" value="{start_value}"> 77 <input type="hidden" name="order" value="{order_value}"> 78 <input type="hidden" name="sort" value="{sort_value}"> 79 <input type="hidden" name="query" value="{query_value}"> 80 <tr> 81 <td>{search}</td> 82 <td> </td> 83 {filter} 84 </tr> 85 </form> 86 </table> 87 <!-- END search_filter --> 88 89 <!-- BEGIN cats_search_filter --> 90 <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0"> 91 <form method="POST" action="{action_sitemgr}" name="filter"> 92 <input type="hidden" name="filter" value="{filter_value}"> 93 <input type="hidden" name="qfield" value="{qfield_value}"> 94 <input type="hidden" name="start" value="{start_value}"> 95 <input type="hidden" name="order" value="{order_value}"> 96 <input type="hidden" name="sort" value="{sort_value}"> 97 <input type="hidden" name="query" value="{query_value}"> 98 <tr> 99 {cats} 100 <td> </td> 101 <td>{search}</td> 102 <td> </td> 103 {filter} 104 </tr> 105 </form> 106 </table> 107 <!-- END cats_search_filter --> 108
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 |