";
}
public function get_display_list() {
global $msg, $charset;
global $base_path;
global $current_module;
global $sub;
$display = $this->get_title();
// // Affichage du formulaire de recherche
if($sub == 'auto' || $sub == 'manu') {
$display .= $this->get_search_form();
}
// Affichage de la human_query
// $display .= $this->_get_query_human();
//Récupération du script JS de tris
// $display .= $this->get_js_sort_script_sort();
$display .= "
";
return $display;
}
}