(isset($_GET['filtre']) ? $_GET['filtre'] : "") ); /** * Récupération de la configuration de la requête à partir du widget. */ // require_once "../obj/om_widget.class.php"; $om_widget = new om_widget(0); // $conf = $om_widget->get_config_dossier_contentieux_ait($params); /** * Configuration du listing */ // Titre de la page $ent = __("contentieux")." -> "; if ($params['filtre'] === 'instructeur') { // $ent .= __("Mes AIT"); } else { // $ent .= __("Les AIT"); } // $tab_description = $conf["message_help"]; // Aucune action de corner $tab_actions['corner'] = array(); // Le lien de consultation porte vers l'objet dossier_instruction sans // aucun paramètre car aucun retour sur le listing n'est possible $tab_actions['left']['consulter'] = array( 'lien' => ''.OM_ROUTE_FORM.'&obj=dossier_contentieux_toutes_infractions&action=3&idx=', 'id' => '', 'lib' => ''.__('Consulter').'', 'rights' => array('list' => array($obj, $obj.'_consulter'), 'operator' => 'OR'), 'ordre' => 10, ); $tab_actions['content'] = $tab_actions['left']['consulter']; // Aucun champ pour la recherche simple $champRecherche = array(); // On cache la recherche simple $options[] = array( "type" => "search", "display" => false, ); /** * Composition de la requête */ $sqlFiltre = $om_widget->get_query_filter( sprintf( "%s WHERE %s ", $conf["query_ct_from"], $conf["query_ct_where"] ), $conf["arguments"]["filtre"] ); // SELECT $champAffiche = $conf["query_ct_select_champaffiche"]; // FROM $table = $conf["query_ct_from"]. $sqlFiltre['FROM']; // WHERE $selection = sprintf(" WHERE %s %s ", $conf["query_ct_where"], $sqlFiltre['WHERE'] ); // ORDER BY $tri = sprintf(" ORDER BY %s ", $conf["query_ct_orderby"] ); // Gestion des groupes et confidentialité include('../sql/pgsql/filter_group.inc.php'); ?>