Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 131 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 131 Rev 136
Line 35... Line 35...
35
	return (boutonRadioNomSci.attr("checked") != "undefined" && boutonRadioNomSci.attr("checked") == "checked");
35
	return (boutonRadioNomSci.attr("checked") != "undefined" && boutonRadioNomSci.attr("checked") == "checked");
36
}
36
}
Line 37... Line 37...
37
 
37
 
38
/**------------ Fonctions de gestion des urls d'autocompletion et des fiches ------------------*/
38
/**------------ Fonctions de gestion des urls d'autocompletion et des fiches ------------------*/
39
function getUrlAutocompletion(baseUrl, requete, format) {
39
function getUrlAutocompletion(baseUrl, requete, format) {
40
	return baseUrl+"?recherche=etendue&retour.format="+format+"&navigation.limite=10&masque="+requete;
40
	return baseUrl+"?recherche=etendue&retour.format="+format+"&ns.structure=au&navigation.limite=10&masque="+requete;
Line 41... Line 41...
41
}
41
}
42
 
42
 
43
function getUrlAutocompletionNomsVerna(requete) {
43
function getUrlAutocompletionNomsVerna(requete) {