Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1449 Rev 1564
Line 249... Line 249...
249
listeRougeTpl = "{ref:baseUrlApiEflore}/categorie/?masque.nn={id}"
249
listeRougeTpl = "{ref:baseUrlApiEflore}/categorie/?masque.nn={id}"
Line 250... Line 250...
250
 
250
 
251
; +------------------------------------------------------------------------------------------------------+
251
; +------------------------------------------------------------------------------------------------------+
252
; Paramètres spécifiques à l'API 0.1 de DEL
252
; Paramètres spécifiques à l'API 0.1 de DEL
253
baseUrlApiDel = "http://{ref:domaine}/service:del:0.1/"
253
baseUrlApiDel = "http://{ref:domaine}/service:del:0.1/"
254
delImagesTpl = "{ref:baseUrlApiDel}images?navigation.depart={depart}&navigation.limite={limite}&masque.referentiel={referentiel}&format=CRS";
254
delImagesTpl = "{ref:baseUrlApiDel}images?navigation.depart={depart}&navigation.limite={limite}&masque.standard=1&masque.referentiel={referentiel}&format=CRS";
255
delImagesResultatsDeterminationTpl = "{ref:baseUrlApiDel}images?masque.nn={idsNoms}&referentiel={referentiel}&tri=votes&ordre=desc&protocole=3&navigation.limite=801&format=CRS"
255
delImagesResultatsDeterminationTpl = "{ref:baseUrlApiDel}images?masque.standard=1&masque.nn={idsNoms}&referentiel={referentiel}&tri=votes&ordre=desc&protocole=3&navigation.limite=801&format=CRS"
256
delImagesPremiereTpl = "{ref:baseUrlApiDel}images?navigation.limite=1&masque.referentiel={referentiel}&masque.nn={idsNoms}&format=CS&tri=date_observation&ordre=asc"
256
delImagesPremiereTpl = "{ref:baseUrlApiDel}images?navigation.limite=1&masque.standard=1&masque.referentiel={referentiel}&masque.nn={idsNoms}&format=CS&tri=date_observation&ordre=asc"
257
delImagesPopupTpl = "{ref:baseUrlApiDel}images/{id}?masque.referentiel={referentiel}&format=M"
257
delImagesPopupTpl = "{ref:baseUrlApiDel}images/{id}?masque.standard=1&masque.referentiel={referentiel}&format=M"
258
delImagesTaxonsTpl = "{ref:baseUrlApiDel}images?masque.referentiel={referentiel}&masque.nt={nntaxon}&navigation.limite=100"
258
delImagesTaxonsTpl = "{ref:baseUrlApiDel}images?masque.standard=1&masque.referentiel={referentiel}&masque.nt={nntaxon}&navigation.limite=100"
259
delGalerieMobileTpl = "{ref:baseUrlApiDel}images?navigation.depart=0&navigation.limite=4&masque.referentiel={referentiel}&masque.nn={nn}&tri=votes&ordre=desc&protocole=3&format=CRS";
259
delGalerieMobileTpl = "{ref:baseUrlApiDel}images?navigation.depart=0&navigation.limite=4&masque.standard=1&masque.referentiel={referentiel}&masque.nn={nn}&tri=votes&ordre=desc&protocole=3&format=CRS";
Line 260... Line 260...
260
delMeilleuresImagesParTagTpl = "{ref:baseUrlApiDel}images?masque.referentiel={referentiel}&masque.tag={tag}&masque.nn={nn}&navigation.limite={limite}&tri=votes&ordre=desc&protocole={protocole}&format={format}";
260
delMeilleuresImagesParTagTpl = "{ref:baseUrlApiDel}images?masque.standard=1&masque.referentiel={referentiel}&masque.tag={tag}&masque.nn={nn}&navigation.limite={limite}&tri=votes&ordre=desc&protocole={protocole}&format={format}";
261
 
261
 
262
; +------------------------------------------------------------------------------------------------------+
262
; +------------------------------------------------------------------------------------------------------+