[ 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 {select} 15 <noscript> 16 <input type="submit" value="{lang_filter}"> 17 </noscript> 18 <!-- END filter --> 19 20 21 <!-- BEGIN form --> 22 <td width="2%" align="{align}" valign="top"> 23 <form method="POST" action="{action}" name="{form_name}"> 24 {hidden} 25 <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0"> 26 <tr> 27 <td align="{align}"> 28 <input type="image" src="{img}" border="{border}" title="{label}" width="12" height="12" name="start" value="{start}"> 29 </td> 30 </tr> 31 </table> 32 </form> 33 </td> 34 <!-- END form --> 35 36 37 <!-- BEGIN icon --> 38 <td width="2%" align="{align}"> {_link}</td> 39 <!-- END icon --> 40 41 42 <!-- BEGIN link --> 43 <td width="2%" align="{align}" valign="top"> 44 <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0"> 45 <tr> 46 <td align="{align}"> 47 <img src="{img}" border="{border}" width="12" height="12" title="{label}"> 48 </td> 49 </tr> 50 </table> 51 </td> 52 <!-- END link --> 53 54 55 <!-- BEGIN search --> 56 <input type="text" name="query" value="{query_value}"> {searchby}<input type="submit" name="Search" value="{lang_search}"> 57 <!-- END search --> 58 59 <!-- BEGIN cats --> 60 <td> 61 {lang_category} <select name="{cat_field}" onChange="this.form.submit();"> 62 <option value="0">{lang_all}</option> 63 {categories} 64 </select> 65 <noscript><input type="submit" name="cats" value="{lang_select}"></noscript> 66 </td> 67 <!-- END cats --> 68 69 <!-- BEGIN search_filter --> 70 <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0"> 71 <form method="POST" action="{form_action}" name="filter"> 72 {hidden} 73 <tr> 74 <td>{search}</td> 75 <td> </td> 76 <td>{filter}</td> 77 </tr> 78 </form> 79 </table> 80 <!-- END search_filter --> 81 82 <!-- BEGIN cats_search_filter --> 83 <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0"> 84 <form method="POST" action="{form_action}" name="filter"> 85 {hidden} 86 <tr> 87 {cats} 88 <td> </td> 89 <td>{search}</td> 90 <td> </td> 91 <td>{filter}</td> 92 </tr> 93 </form> 94 </table> 95 <!-- END cats_search_filter --> 96
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 |