Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1114 Rev 1115
Line 230... Line 230...
230
statutsZoneGeoTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}&retour.format=zone_geo"
230
statutsZoneGeoTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}&retour.format=zone_geo"
Line 231... Line 231...
231
 
231
 
232
; +------------------------------------------------------------------------------------------------------+
232
; +------------------------------------------------------------------------------------------------------+
233
; Paramètres spécifiques à l'API 0.1 de DEL
233
; Paramètres spécifiques à l'API 0.1 de DEL
-
 
234
baseUrlApiDel = "http://{ref:domaine}/service:del:0.1/"
-
 
235
delImagesTpl = "{ref:baseUrlApiDel}images?navigation.depart={depart}&navigation.limite={limite}&masque.referentiel={referentiel}&format=CRS";
-
 
236
delImagesResultatsDeterminationTpl = "{ref:baseUrlApiDel}images?masque.nn={idsNoms}&referentiel={referentiel}&tri=votes&ordre=desc&protocole=3&navigation.limite=801&format=CS"
-
 
237
delImagesPremiereTpl = "{ref:baseUrlApiDel}images?navigation.limite=1&masque.referentiel={referentiel}&masque.nn={idsNoms}&format=CS&tri=date_observation&ordre=asc"
-
 
238
delImagesPopupTpl = "{ref:baseUrlApiDel}images/{id}?masque.referentiel={referentiel}&format=M"
234
baseUrlApiDel = "http://{ref:domaine}/service:del:0.1/"
239
delImagesTaxonsTpl = "{ref:baseUrlApiDel}images?masque.referentiel={referentiel}&masque.nt={nntaxon}&navigation.limite=100"
Line 235... Line 240...
235
delImagesTpl = "{ref:baseUrlApiDel}images?navigation.depart=0&navigation.limite=4&masque.nn={nn}&tri=votes&ordre=desc&protocole=3&format=CRS";
240
delGalerieMobileTpl = "{ref:baseUrlApiDel}images?navigation.depart=0&navigation.limite=4&masque.nn={nn}&tri=votes&ordre=desc&protocole=3&format=CRS";
236
 
241
 
237
; +------------------------------------------------------------------------------------------------------+
242
; +------------------------------------------------------------------------------------------------------+