"; switch (static::$search_type) { case "simple_search": $display .= $msg['simple_search_tpl_text']; break; case "external_search": $display .= sprintf($msg["connecteurs_search_multi"], static::format_url("search_type_asked=external_search&external_type=multi")); break; case "tags_search": $display .= $msg['tags_search_tpl_text']; break; } $display .= "
"; return $display; } public static function get_typdoc_field() { global $opac_search_show_typdoc; global $msg, $charset; global $typdoc; // les typ_doc if ($opac_search_show_typdoc) { $query = "SELECT typdoc FROM notices where typdoc!='' GROUP BY typdoc"; $result = pmb_mysql_query($query); $toprint_typdocfield = " "; } else $toprint_typdocfield=""; return $toprint_typdocfield; } public static function get_display_simple_search_form() { global $msg; global $opac_autolevel2; global $opac_simple_search_suggestions; global $include_path; global $opac_show_help; global $base_path; global $opac_map_activate; global $opac_focus_user_query; global $opac_search_other_function; global $opac_recherches_pliables, $charset; $form = " "; return $form; } public static function get_display_extended_search_form() { global $base_path; global $msg, $charset; global $current_module; global $opac_extended_search_auto; global $opac_show_help; global $onglet_persopac; global $limitsearch; global $external_type; $onglet_persopac = intval($onglet_persopac); $form =" "; if($external_type=="multi"){ $form .= sprintf($msg["connecteurs_search_simple"], static::format_url("search_type_asked=external_search&external_type=simple")); } $form .= " "; return $form; } public static function get_display_external_search_form() { global $msg; global $include_path; global $opac_show_help; global $base_path, $charset; $form = " "; return $form; } public static function get_display_tags_search_form() { global $msg, $charset; $form = " "; return $form; } public static function get_display_term_search_form() { global $msg, $charset, $base_path, $current_module; global $lvl; global $opac_show_help; global $search_term; global $term_click; global $page_search; global $opac_thesaurus; global $id_thes; //recuperation du thesaurus session if(!$id_thes) $id_thes = thesaurus::getSessionThesaurusId(); else thesaurus::setSessionThesaurusId($id_thes); //affichage du selectionneur de thesaurus et du lien vers les thesaurus $liste_thesaurus = thesaurus::getThesaurusList(); $sel_thesaurus = ''; if ($opac_thesaurus != 0) { //la liste des thesaurus n'est pas affichée en mode monothesaurus $sel_thesaurus = " "; } $form =" "; return $form; } public static function get_display_search() { $display_search = "