Ejemplo n.º 1
0
 } else {
     print pmb_bidi("<h3><span><b>{$count} " . $msg["results"] . " " . $msg['keywords_found'] . " '" . htmlentities(stripslashes($user_query), ENT_QUOTES, $charset) . "'");
 }
 if ($opac_search_other_function) {
     require_once $include_path . "/" . $opac_search_other_function;
     print pmb_bidi(" " . search_other_function_human_query($_SESSION["last_query"]));
 }
 print " </b></span>";
 print activation_surlignage();
 print "</h3>";
 if ($opac_visionneuse_allow) {
     $nbexplnum_to_photo = $searcher->get_nb_explnums();
 }
 if ($count) {
     if (isset($_SESSION["last_sortnotices"]) && $_SESSION["last_sortnotices"] !== "") {
         $notices = $searcher->get_sorted_result($_SESSION["last_sortnotices"], $debut, $opac_search_results_per_page);
     } else {
         $notices = $searcher->get_sorted_result("default", $debut, $opac_search_results_per_page);
     }
 }
 if (!$opac_allow_affiliate_search) {
     print "\n\t\t\t</div>";
 }
 print "\n\t\t\t<div id=\"resultatrech_liste\">";
 if ($opac_notices_depliable) {
     print $begin_result_liste;
 }
 //gestion du tri
 if ($count <= $opac_nb_max_tri) {
     $pos = strpos($_SERVER['REQUEST_URI'], "?");
     $pos1 = strpos($_SERVER['REQUEST_URI'], "get");