".$msg["search_by_terms"]."

$msg[155] $msg[1550]

"; //affichage du selectionneur de thesaurus et du lien vers les thésaurus $liste_thesaurus = thesaurus::getThesaurusList(); $sel_thesaurus = ''; $lien_thesaurus = ''; if ($thesaurus_mode_pmb != 0) { //la liste des thesaurus n'est pas affichée en mode monothesaurus $sel_thesaurus = " "; $lien_thesaurus = "".$msg[thes_lien].""; } $search_form_term=str_replace("",$sel_thesaurus,$search_form_term); $search_form_term=str_replace("",$lien_thesaurus,$search_form_term); //affichage du choix de langue pour la recherche //$sel_langue = ''; //$sel_langue = "
"; //$sel_langue.= " ".htmlentities(addslashes($msg['thes_sel_langue']),ENT_QUOTES,$charset); //$sel_langue.= "

"; //$search_form_term=str_replace("",$sel_langue,$search_form_term); echo $search_form_term; //Nouvelle recherche if (($search_term)&&(!$recalled)) { $_SESSION["CURRENT"]=count($_SESSION["session_history"]); $_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["URI"]="./catalog.php?categ=search&mode=5&id_thes=".$id_thes; $_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["SEARCH_TYPE"]="term_search"; $_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["POST"]=$_POST; $_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["POST"]["recalled"]=1; $_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["GET"]=$_GET; $_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["HUMAN_QUERY"]="".$msg["histo_term"]." ".htmlentities(stripslashes($search_term),ENT_QUOTES,$charset); $_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["HUMAN_QUERY_START"]="".$msg["histo_term"]." ".htmlentities(stripslashes($search_term),ENT_QUOTES,$charset); $_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["HUMAN_TITLE"]=$msg["search_by_terms"]; } else if ((!$search_term)&&(!$recalled)&&($_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["SEARCH_TYPE"]=="term_search")&&($_SESSION["CURRENT"]!==false)) { $_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["SEARCH_TYPE"]=""; } else if (($recalled)&&($_SESSION["CURRENT"]!==false)) { $_SESSION["session_history"][$_SESSION["CURRENT"]]["QUERY"]["SEARCH_TYPE"]="term_search"; } echo "
";