opener.document.formulaire.".$name."_options.value='".str_replace("\n", "\\n", addslashes($options)) ."'; opener.document.formulaire.".$name."_for.value='query_auth'; self.close(); "; } else { // Création formulaire if($options){ $param=_parser_text_no_function_("\n".$options,"OPTIONS"); } if ($param["FOR"] != "query_auth") { $param = array(); $param["FOR"] = "query_auth"; } $MULTIPLE=$param[MULTIPLE][0][value]; if($param["METHOD"]["0"]["value"])$method_checked[$param["METHOD"]["0"]["value"]]="checked"; else $method_checked[1]="checked"; $data_type_selected[$param["DATA_TYPE"]["0"]["value"]]="selected"; $multiple_checked=""; if ($MULTIPLE=="yes") $multiple_checked= "checked"; $sel_thesaurus = ''; if ($thesaurus_mode_pmb != 0) { //la liste des thesaurus n'est pas affichée en mode monothesaurus $liste_thesaurus = thesaurus::getThesaurusList(); $sel_thesaurus = " "; } //Formulaire $form="