(isset($_GET['filtre']) ? $_GET['filtre'] : ""), "date_depot_debut" => (isset($_GET['date_depot_debut']) ? $_GET['date_depot_debut'] : ""), ); /** * 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); // $params['affichage'] = 'liste'; $conf = $om_widget->get_config_dossier_non_transmis_platau($params); // Titre de la page $ent = __("instruction")." -> ".__("Dossiers non transmis à Plat'AU"); // $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_instruction&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 = $conf["query_ct_orderby"]; ?>