".$msg["notice_integre_categorisation_manual_use_from_thesaurus"].' '; } else $thesaurus_combo_box = "".$msg["notice_integre_categorisation_manual_none_from_thesaurus"].""; $line = $ptab[60]; z3950_notice::substitute("icateg", $count, $line); z3950_notice::substitute("vedette_libelle", $vedette, $line); z3950_notice::substitute("categ_libelle", "", $line); $acombobox = $thesaurus_combo_box; z3950_notice::substitute("name", "thesaurus_select_".$count, $acombobox); $line = str_replace("!!thesaurus_select!!", $acombobox, $line); z3950_notice::substitute("thesaurus_select", $acombobox, $line); $result .= $line; $count++; } $automap_js_function = " function automap_category(aselect) { if (aselect.value == '') { // document.getElementById('f_categ'+id).value = ''; // document.getElementById('f_categ_id'+id).value = ''; return; } var avalue = aselect.value; var acaption = node_to_captions[aselect.value]; categ_count=document.notice.max_categ.value; for (i=0; i"; $result = $automap_js."\n\n".$result; return $result; } ?>