Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 309 Rev 310
Line 96... Line 96...
96
couleur_alphabet_debut = "255,255,255"
96
couleur_alphabet_debut = "255,255,255"
97
couleur_alphabet_fin = "208,171,225"
97
couleur_alphabet_fin = "208,171,225"
Line 98... Line 98...
98
 
98
 
99
; +------------------------------------------------------------------------------------------------------+
99
; +------------------------------------------------------------------------------------------------------+
100
; Paramètres spécifiques à l'API 0.1 d'eFlore
100
; Paramètres spécifiques à l'API 0.1 d'eFlore
101
baseUrlApiEflore = "http://localhost/service:eflore:0.1/{projet}"
101
baseUrlApiEflore = "http://{ref:domaine}/service:eflore:0.1/{projet}"
102
nomsTpl = "{ref:baseUrlApiEflore}/noms"
102
nomsTpl = "{ref:baseUrlApiEflore}/noms"
103
nomTpl = "{ref:nomsTpl}/{id}"
103
nomTpl = "{ref:nomsTpl}/{id}"
104
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
104
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
105
nomsListeInitialesRangTpl = "{ref:nomsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}&navigation.limite=500"
105
nomsListeInitialesRangTpl = "{ref:nomsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}&navigation.limite=500"