Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 285 Rev 291
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://localhost/service:eflore:0.1/{projet}"
-
 
102
nomsTpl = "{ref:baseUrlApiEflore}/noms"
102
nomsTpl = "{ref:baseUrlApiEflore}/noms"
103
nomTpl = "{ref:nomsTpl}/{id}"
103
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
104
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
104
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"
105
nomsRechercheTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&navigation.limite=3000"
106
nomsRechercheTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&navigation.limite=3000"
106
nomsRechercheRetenuTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&navigation.limite=3000"
107
nomsRechercheRetenuTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&navigation.limite=3000"
Line 114... Line 115...
114
nomsVernaRechercheTpl = "{ref:nomsVernaTpl}?masque.nv={valeur}&recherche={type}&masque.lg={langue}"
115
nomsVernaRechercheTpl = "{ref:nomsVernaTpl}?masque.nv={valeur}&recherche={type}&masque.lg={langue}"
115
nomsVernaRechercheCompleteTpl = "{ref:nomsVernaTpl}/attributions?masque.nt={valeur}&retour.format=max" 
116
nomsVernaRechercheCompleteTpl = "{ref:nomsVernaTpl}/attributions?masque.nt={valeur}&retour.format=max" 
116
nomsVernaRechercheDeterminationTpl = "{ref:nomsVernaTpl}/attributions?masque.nv={valeur}&recherche={type}&masque.lg={langue}"
117
nomsVernaRechercheDeterminationTpl = "{ref:nomsVernaTpl}/attributions?masque.nv={valeur}&recherche={type}&masque.lg={langue}"
Line 117... Line 118...
117
 
118
 
118
cartesTpl = "{ref:baseUrlApiEflore}/cartes"
119
cartesTpl = "{ref:baseUrlApiEflore}/cartes"
119
cartesParNnTpl = "{ref:cartesTpl}/{nn}?retour.format={largeur}&retour={mime-type}"
-
 
120
cartesParNtTpl = "{ref:cartesTpl}/nt:{nt}?retour.format={largeur}&retour={mime-type}"
-
 
121
 
120
carteTpl = "{ref:cartesTpl}/{id}?retour.format={largeur}&retour={mime-type}"
122
legendeCartesParNnTpl = "{ref:cartesTpl}/{nn}/legende"
-
 
Line 123... Line 121...
123
legendeCartesParNtTpl = "{ref:cartesTpl}/nt:{nt}/legende"
121
legendeCarteTpl = "{ref:cartesTpl}/{id}/legende"
Line 124... Line 122...
124
 
122
 
-
 
123
metaDonneesTpl = "{ref:baseUrlApiEflore}/meta-donnees?{verproj}={version}"
125
metaDonneesTpl = "{ref:baseUrlApiEflore}/meta-donnees?{verproj}={version}"
124
 
126
 
125
taxonsTpl = "{ref:baseUrlApiEflore}/taxons"
127
taxonsTpl = "{ref:baseUrlApiEflore}/taxons"
126
taxonTpl = "{ref:taxonsTpl}/{id}"
Line 128... Line 127...
128
taxonsStatsInitialesRangTpl = "{ref:taxonsTpl}/stats/initiales?masque.rg={rang}"
127
taxonsStatsInitialesRangTpl = "{ref:taxonsTpl}/stats/initiales?masque.rg={rang}"
129
taxonsListeInitialesRangTpl = "{ref:taxonsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}"
-
 
130
taxonsRechercheTpl = "{ref:taxonsTpl}?masque={valeur}&recherche={type}"
128
taxonsListeInitialesRangTpl = "{ref:taxonsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}"
-
 
129
taxonsRechercheTpl = "{ref:taxonsTpl}?masque={valeur}&recherche={type}"
-
 
130
 
-
 
131
imagesTpl = "{ref:baseUrlApiEflore}/images"
-
 
132
imagesResultatsDeterminationTpl = "{ref:imagesTpl}?masque.nn={idsNoms}&retour.format=CS"
-
 
133
 
131
 
134
textesTpl = "{ref:baseUrlApiEflore}/textes"