[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <div style="color:red; text-align:center">{message}</div> 2 <form action="{form_action}" method="post" id='fform'> 3 <input type="hidden" name="start" value="0" /> 4 <input type="hidden" name="sort" value="{sort}" /> 5 <input type="hidden" name="order" value="{order}" /> 6 <input type="hidden" name="show_globals" value="{show_globals}" /> 7 {user_tabs} 8 <table style="border: 0;width:100%;" cellspacing="0"> 9 <tr class="th"> 10 <td colspan="3" style="font-size: 120%; font-weight:bold; border-bottom:3px solid white;"> 11 {lang_List_of_activities} 12 </td> 13 </tr> 14 </table> 15 <table style="border: 0;width:100%;" cellspacing="1"> 16 <tr class="row_off"> 17 <td align="center"> 18 {lang_Process:} 19 <select onchange='this.form.submit();' name="filter_process"> 20 <option {filter_process_all_selected} value="">{lang_All}</option> 21 <!-- BEGIN block_select_process --> 22 <option {filter_process_selected} value="{filter_process_value}">{filter_process_name} {filter_process_version}</option> 23 <!-- END block_select_process --> 24 </select> 25 </td> 26 <td align="center"> 27 {lang_Activity:} 28 <select onchange='this.form.submit();' name="filter_activity"> 29 <option {filter_activity_selected_all} value="">{lang_All}</option> 30 <!-- BEGIN block_filter_activity --> 31 <option {filter_activity_selected} value="{filter_activity_name}">{filter_activity_name}</option> 32 <!-- END block_filter_activity --> 33 </select> 34 </td> 35 <td align="center"> 36 <input size="18" type="text" name="find" value="{search_str}" /> 37 <input type="submit" name="search" value="{lang_search}" /> 38 </td> 39 </tr> 40 </table> 41 </form> 42 <form action="{form_action}" method="post"> 43 <input type="hidden" name="start" value="{start}" /> 44 <input type="hidden" name="find" value="{search_str}" /> 45 <input type="hidden" name="sort" value="{sort}" /> 46 <input type="hidden" name="order" value="{order}" /> 47 <input type="hidden" name="show_globals" value="{show_globals}" /> 48 <input type="hidden" name="filter_process" value="{filter_process}" /> 49 <input type="hidden" name="filter_activity" value="{filter_activity}" /> 50 <table style="border: 0;width:100%;" cellspacing="1"> 51 <tr> 52 <td colspan="2"> 53 <table style="border: 0px;width:100%; margin:0 auto"> 54 <tr class="row_off"> 55 {left} 56 <td><div align="center">{lang_showing}</div></td> 57 {right} 58 </tr> 59 </table> 60 </td> 61 </tr> 62 <tr class="th" style="font-weight:bold"> 63 <td> 64 {header_wf_procname}: 65 </td> 66 <td> 67 {header_wf_name} 68 </td> 69 </tr> 70 <!-- BEGIN block_activities_list --> 71 <tr class="{color_line}"> 72 <td> 73 {act_wf_procname} {act_proc_version} 74 </td> 75 <td style="text-align:left;"> 76 {act_icon} {act_name} {run_act} 77 </td> 78 </tr> 79 <!-- END block_activities_list --> 80 </table> 81 </form>
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 |