commentaire_public) {
$zoom_comment = "
" ;
$java_comment = " onmouseover=\"z=document.getElementById('zoom_comment".$tcateg->id."'); z.style.display=''; \" onmouseout=\"z=document.getElementById('zoom_comment".$tcateg->id."'); z.style.display='none'; \"" ;
} else {
$zoom_comment = "" ;
$java_comment = "" ;
}
if ($thesaurus_mode_pmb && $caller=='notice') $nom_tesaurus='['.$tcateg->thes->getLibelle().'] ' ;
else $nom_tesaurus='' ;
if($tcateg->not_use_in_indexation && ($caller == "notice")){
$link= "
";
}elseif(((!$tcateg->is_under_tilde) || $keep_tilde)){
if($caller == "search_form"){
$lib_final=$tcateg->libelle;
}else{
$lib_final=$nom_tesaurus.$tcateg->catalog_form;
}
$link="id', '".htmlentities(addslashes($lib_final),ENT_QUOTES, $charset)."','$callback','".$tcateg->thes->id_thesaurus."'); return false;\" $java_comment>+$zoom_comment";
}
$visible=true;
$r=array("VISIBLE"=>$visible,"LINK"=>$link);
return $r;
}
$ts=new term_show(stripslashes($term),"term_show.php",$base_query,"parent_link",$keep_tilde, $id_thes);
echo pmb_bidi($ts->show_notice());
?>