isAccredited(array($obj."_tab", $obj), "OR") == true) { /** * Initialisation des variables nécessaires à l'utilisation du tableau */ // Premier enregistrement a afficher $premier = 0; // Colonne choisie pour le tri $tricol = ""; // Id unique de la recherche avancee $advs_id = ""; // Valilite des objets a afficher $valide = ""; // Chaine recherchee $recherche = ""; $recherche1 = ""; // Colonne choisie pour la selection $selectioncol = ""; // $options = array(); // $extra_parameters = array(); // $om_validite = false; // $href = array(); // Declaration du dictionnaire $tab_actions = array('corner' => array(), 'left' => array(), 'content' => array(), 'specific_content' => array(),); /** * */ // Inclusion de la classe om_table require_once "../obj/om_table.class.php"; // Surcharge spécifique des objets if (file_exists("../sql/".$f->phptype."/".$obj.".inc.php")) { require_once "../sql/".$f->phptype."/".$obj.".inc.php"; } else { require_once "../sql/".$f->phptype."/".$obj.".inc"; } /** * */ $href = array(); // Declaration du dictionnaire $tab_actions = array('corner' => array(), 'left' => array(), 'content' => array(), 'specific_content' => array(),); // On cache la recherche $options[] = array( "type" => "search", "display" => false, ); // On cache la pagination $options[] = array( "type" => "pagination_select", "display" => false, ); /** * Instanciation de la classe et affichage du tableau */ // $tb = new om_table("../scr/tab.php", $table, $serie, $champAffiche, $champRecherche, $tri, $selection, $edition, $options, $advs_id, $om_validite); // $params = array( "obj" => $obj, "premier" => $premier, "recherche" => $recherche, "selectioncol" => $selectioncol, "tricol" => $tricol, "advs_id" => $advs_id, "valide" => $valide, ); // Ajout de paramètre spécifique $params = array_merge($params,$extra_parameters); // $tb->display($params, $tab_actions, $f->db, "tab", false); /** * Affichage du lien vers le tableau standard */ $footer = "../scr/tab.php?obj=terme"; $footer_title = _("Voir toutes les concessions a terme"); } ?>