Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 711 Rev 732
Line 64... Line 64...
64
; URL CSS eflore
64
; URL CSS eflore
65
url_css_appli = "{ref:base_url_application}presentations/styles/eflore.css"
65
url_css_appli = "{ref:base_url_application}presentations/styles/eflore.css"
66
; URL CSS pdf
66
; URL CSS pdf
67
url_css_pdf = "{ref:base_url_application}presentations/styles/pdf.css" 
67
url_css_pdf = "{ref:base_url_application}presentations/styles/pdf.css" 
Line 68... Line -...
68
 
-
 
69
 
68
 
70
; +------------------------------------------------------------------------------------------------------+
69
; +------------------------------------------------------------------------------------------------------+
71
; Paramètrage de la session et de l'identification
70
; Paramètrage de la session et de l'identification
72
; Devons nous démarrer une session : oui (true) ou non (false) 
71
; Devons nous démarrer une session : oui (true) ou non (false) 
73
session_demarrage = "php:true"
72
session_demarrage = "php:true"
Line 147... Line 146...
147
nomsRechercheAlphabTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&navigation.limite=3000"
146
nomsRechercheAlphabTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&navigation.limite=3000"
148
nomsRechercheSynonymeTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&navigation.limite=3000"
147
nomsRechercheSynonymeTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&navigation.limite=3000"
149
nomsRechercheDeterminationTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&retour.champs=nom_retenu,nom_retenu.*,num_taxonomique&navigation.limite=3000"
148
nomsRechercheDeterminationTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&retour.champs=nom_retenu,nom_retenu.*,num_taxonomique&navigation.limite=3000"
150
nomsRechercheDecompoTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&retour.champs=auteur,annee,biblio_origine,nom_addendum&navigation.limite=3000"
149
nomsRechercheDecompoTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&retour.champs=auteur,annee,biblio_origine,nom_addendum&navigation.limite=3000"
151
nomsSynonymesTpl = "{ref:nomsTpl}/{id}/relations/synonymie?ns.format=htm"
150
nomsSynonymesTpl = "{ref:nomsTpl}/{id}/relations/synonymie?ns.format=htm"
-
 
151
nomsRechercheAvanceeTpl = "{ref:nomsTpl}?ns.format=txt&navigation.limite=3000&recherche={type}&retour.champs=num_taxonomique,nom_retenu,nom_retenu.*,auteur,biblio_origine,annee,nom_addendum"
Line 152... Line 152...
152
 
152
 
Line 153... Line 153...
153
nomsFloresTpl = "{ref:nomsTpl}/{id}/relations/flores"
153
nomsFloresTpl = "{ref:nomsTpl}/{id}/relations/flores"
154
 
154
 
Line 186... Line 186...
186
texteTpl = "{ref:textesTpl}/{id}?txt.format={txtFormat}"
186
texteTpl = "{ref:textesTpl}/{id}?txt.format={txtFormat}"
187
texteTitreSectionTpl = "{ref:textesTpl}/{id}?txt.format={txtFormat}&txt.section.titre={sectionTitre}"
187
texteTitreSectionTpl = "{ref:textesTpl}/{id}?txt.format={txtFormat}&txt.section.titre={sectionTitre}"
Line 188... Line 188...
188
 
188
 
Line 189... Line -...
189
referencesBiblioBota = "{ref:baseUrlApiEflore}/publications/?masque.taxon={nom_saisi}"
-
 
190
 
189
referencesBiblioBota = "{ref:baseUrlApiEflore}/publications/?masque.taxon={nom_saisi}"
191
pageWikiTpl = "http://www.tela-botanica.org/wikini/floratest/wakka.php?wiki={pageTag}"
190
 
192
texteWikiTpl = "http://www.tela-botanica.org/wikini/floratest/api/rest/0.5/pages/{pageTag}"
191
texteWikiTpl = "http://www.tela-botanica.org/wikini/floratest/api/rest/0.5/pages/{pageTag}"
193
editionSectionWikiTpl = "{ref:texteWikiTpl}?txt.section.titre={sectionTitre}&txt.template=PageTaxon"
192
editionSectionWikiTpl = "{ref:texteWikiTpl}?txt.section.titre={sectionTitre}&txt.template=PageTaxon"
194
texteBrutWikiTpl = "{ref:texteWikiTpl}?txt.format=text/plain"
193
texteBrutWikiTpl = "{ref:texteWikiTpl}?txt.format=text/plain"
Line 208... Line 207...
208
; chemin vers outil de conversion pdf
207
; chemin vers outil de conversion pdf
209
WKHTMLTOPDF = "/usr/local/bin/wkhtmltopdf" 
208
WKHTMLTOPDF = "/usr/local/bin/wkhtmltopdf" 
Line 210... Line 209...
210
 
209
 
211
; chemin de stockage temporaire pour les Html & les PDF 
210
; chemin de stockage temporaire pour les Html & les PDF 
-
 
211
dossier_pdf = "/home/mathilde/web/serveur/cache/eflore/pdf/"