Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 73 Rev 94
Line 83... Line 83...
83
couleur_alphabet_debut = "255,255,255"
83
couleur_alphabet_debut = "255,255,255"
84
couleur_alphabet_fin = "208,171,225"
84
couleur_alphabet_fin = "208,171,225"
Line 85... Line 85...
85
 
85
 
86
; +------------------------------------------------------------------------------------------------------+
86
; +------------------------------------------------------------------------------------------------------+
87
; Paramètres spécifiques à l'API 0.1 d'eFlore
87
; Paramètres spécifiques à l'API 0.1 d'eFlore
88
baseUrlApiEflore = "http://162.38.234.6/{projet}/services/0.1"
88
baseUrlApiEflore = "http://localhost/service:eflore:0.1/{projet}"
89
nomsTpl = "{ref:baseUrlApiEflore}/noms"
89
nomsTpl = "{ref:baseUrlApiEflore}/noms"
90
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
90
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
91
nomsListeInitialesRangTpl = "{ref:nomsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}"
91
nomsListeInitialesRangTpl = "{ref:nomsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}"
92
nomsRechercheTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}"
92
nomsRechercheTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=htm"
93
nomsVernaTpl = "{ref:baseUrlApiEflore}/noms-vernaculaires"
93
nomsVernaTpl = "{ref:baseUrlApiEflore}/noms-vernaculaires"
Line 94... Line 94...
94
nomsVernaRechercheTpl = "{ref:nomsVernaTpl}?masque.nv={valeur}&recherche={type}"
94
nomsVernaRechercheTpl = "{ref:nomsVernaTpl}?masque.nv={valeur}&recherche={type}"
95
 
95