Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 800 Rev 807
Line 208... Line 208...
208
 
208
 
209
syntaxonsTpl = "{ref:baseUrlApiEflore}/syntaxons";
209
syntaxonsTpl = "{ref:baseUrlApiEflore}/syntaxons";
210
syntaxonsSuperieurs = "{ref:syntaxonsTpl}/{code}/relations/niveaux-sup";
210
syntaxonsSuperieurs = "{ref:syntaxonsTpl}/{code}/relations/niveaux-sup";
211
syntaxonsSynonymes = "{ref:syntaxonsTpl}/{code}/relations/synonymie";
211
syntaxonsSynonymes = "{ref:syntaxonsTpl}/{code}/relations/synonymie";
-
 
212
syntaxonsCatminat = "{ref:syntaxonsTpl}/{code}";
-
 
213
 
-
 
214
statutsTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}"
-
 
215
statutsZoneGeoTpl = "{ref:baseUrlApiEflore}/statuts/?masque.nn={id}&retour.format=zone_geo"
212
syntaxonsCatminat = "{ref:syntaxonsTpl}/{code}";
216
 
213
; +------------------------------------------------------------------------------------------------------+
217
; +------------------------------------------------------------------------------------------------------+
214
; chemin vers outil de conversion pdf
218
; chemin vers outil de conversion pdf
Line 215... Line 219...
215
WKHTMLTOPDF = "/usr/local/bin/wkhtmltopdf" 
219
WKHTMLTOPDF = "/usr/local/bin/wkhtmltopdf"