[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <LINK href="{monitors_css_link}" type="text/css" rel="StyleSheet"> 2 <div class="message">{message}</div> 3 {monitor_tabs} 4 <table class="monitor_table_header"> 5 <tr class="th"> 6 <td colspan="3" class="monitor_header_title"> 7 {lang_List_of_monitors} 8 </td> 9 </tr> 10 <tr class="row_on"> 11 <td> 12 <a href="{link_monitor_processes}">{img_monitor_processes}</a> 13 </td> 14 <td> 15 <a href="{link_monitor_processes}">{lang_monitor_processes}</a> 16 </td> 17 <td> 18 {help_monitor_processes} 19 </td> 20 </tr> 21 <tr class="row_off"> 22 <td> 23 <a href="{link_monitor_activities}">{img_monitor_activities}</a> 24 </td> 25 <td> 26 <a href="{link_monitor_activities}">{lang_monitor_activities}</a> 27 </td> 28 <td> 29 {help_monitor_activities} 30 </td> 31 </tr> 32 <tr class="row_on"> 33 <td> 34 <a href="{link_monitor_instances}">{img_monitor_instances}</a> 35 </td> 36 <td> 37 <a href="{link_monitor_instances}">{lang_monitor_instances}</a> 38 </td> 39 <td> 40 {help_monitor_instances} 41 </td> 42 </tr> 43 <tr class="row_off"> 44 <td> 45 <a href="{link_monitor_workitems}">{img_monitor_workitems}</a> 46 </td> 47 <td> 48 <a href="{link_monitor_workitems}">{lang_monitor_workitems}</a> 49 </td> 50 <td> 51 {help_monitor_workitems} 52 </td> 53 </tr> 54 </table> 55 <table class="monitor_table_header"> 56 <form action="{form_action}" method="post"> 57 <tr class="th"> 58 <td colspan="3" class="monitor_header_title"> 59 {lang_cleanup_actions} 60 </td> 61 </tr> 62 <tr class="row_on"> 63 <td> 64 {lang_Process:} 65 <select name="filter_process_cleanup_aborted"> 66 <option {filter_process_cleanup_aborted_selected_all} value="">{lang_All}</option> 67 <!-- BEGIN block_filter_process_cleanup_aborted --> 68 <option {filter_process_cleanup_aborted_selected} value="{filter_process_cleanup_aborted_value}">{filter_process_cleanup_aborted_name} {filter_process_cleanup_aborted_version}</option> 69 <!-- END block_filter_process_cleanup_aborted --> 70 </select> 71 </td> 72 <td> 73 <input type="submit" name="cleanup_aborted_instances" value="{lang_cleanup_aborted_instances}" /> 74 </td> 75 <td> 76 {help_cleanup_aborted} 77 </td> 78 </tr> 79 <tr class="row_off"> 80 <td> 81 {lang_Process:} 82 <select name="filter_process_cleanup"> 83 <!-- BEGIN block_filter_process_cleanup --> 84 <option {filter_process_cleanup_selected} value="{filter_process_cleanup_value}">{filter_process_cleanup_name} {filter_process_cleanup_version}</option> 85 <!-- END block_filter_process_cleanup --> 86 </select> 87 </td> 88 <td> 89 <input type="submit" name="cleanup_process" value="{lang_remove_all_instances_for_this_process}" /> 90 </td> 91 <td> 92 {help_cleanup} 93 </td> 94 </tr> 95 </form> 96 </table> 97 {monitor_stats}
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 |