Line 141... |
Line 141... |
141 |
; +------------------------------------------------------------------------------------------------------+
|
141 |
; +------------------------------------------------------------------------------------------------------+
|
142 |
; Autres urls
|
142 |
; Autres urls
|
143 |
urlApiChart = "http://chart.apis.google.com/chart"
|
143 |
urlApiChart = "http://chart.apis.google.com/chart"
|
144 |
urlQrCodeTpl = "http://www.tela-botanica.org/tmp/eflore_v5_cache/qrcode/%s"
|
144 |
urlQrCodeTpl = "http://www.tela-botanica.org/tmp/eflore_v5_cache/qrcode/%s"
|
145 |
baseUrlServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
|
145 |
baseUrlServicesAnnuaireTpl = "http://www.tela-botanica.org/service:annuaire:%s"
|
- |
|
146 |
baseUrlProfilAnnuaireTpl = "http://www.tela-botanica.org/profil:%s"
|
146 |
baseUrlServicesCelTpl = "http://www.tela-botanica.org/service:cel:%s"
|
147 |
baseUrlServicesCelTpl = "http://www.tela-botanica.org/service:cel:%s"
|
- |
|
148 |
urlMauvaiseIdentificationTpl = "http://www.tela-botanica.org/appli:del#page_validation~%s"
|
Line 147... |
Line 149... |
147 |
|
149 |
|
148 |
; +------------------------------------------------------------------------------------------------------+
|
150 |
; +------------------------------------------------------------------------------------------------------+
|
149 |
; Paramètres spécifiques à l'API 0.1 d'eFlore
|
151 |
; Paramètres spécifiques à l'API 0.1 d'eFlore
|
Line 186... |
Line 188... |
186 |
taxonsRechercheTpl = "{ref:taxonsTpl}?masque={valeur}&recherche={type}"
|
188 |
taxonsRechercheTpl = "{ref:taxonsTpl}?masque={valeur}&recherche={type}"
|
187 |
taxonSupTpl = "{ref:taxonsTpl}/{id}/relations/superieurs"
|
189 |
taxonSupTpl = "{ref:taxonsTpl}/{id}/relations/superieurs"
|
188 |
taxonInfTpl = "{ref:taxonsTpl}/{id}/relations/inferieurs"
|
190 |
taxonInfTpl = "{ref:taxonsTpl}/{id}/relations/inferieurs"
|
Line 189... |
Line 191... |
189 |
|
191 |
|
190 |
imagesTpl = "{ref:baseUrlApiEflore}/images?navigation.depart={depart}&navigation.limite={limite}&referentiel={referentiel}"
|
192 |
imagesTpl = "{ref:baseUrlApiEflore}/images?navigation.depart={depart}&navigation.limite={limite}&referentiel={referentiel}"
|
191 |
imagesResultatsDeterminationTpl = "{ref:baseUrlApiEflore}/images?masque.nn={idsNoms}&referentiel={referentiel}&retour.format=CS&navigation.limite=801"
|
193 |
imagesResultatsDeterminationTpl = "{ref:baseUrlApiEflore}/images?masque.nn={idsNoms}&referentiel={referentiel}&retour.format=CRS&navigation.limite=801"
|
192 |
imagesFicheBlocTpl = "{ref:baseUrlApiEflore}/images?masque.nn={idsNoms}&referentiel={referentiel}&retour.format=CS&retour.tri=date"
|
194 |
imagesFicheBlocTpl = "{ref:baseUrlApiEflore}/images?masque.nn={idsNoms}&referentiel={referentiel}&retour.format=CS&retour.tri=date"
|
193 |
imagesPremiereTpl = "{ref:baseUrlApiEflore}/images?masque.nn={idsNoms}&referentiel={referentiel}&retour.format=CS&retour.tri=date&navigation.limite=1"
|
195 |
imagesPremiereTpl = "{ref:baseUrlApiEflore}/images?masque.nn={idsNoms}&referentiel={referentiel}&retour.format=CS&retour.tri=date&navigation.limite=1"
|
194 |
imagesPopupTpl = "{ref:baseUrlApiEflore}/images/{id}?referentiel={referentiel}"
|
196 |
imagesPopupTpl = "{ref:baseUrlApiEflore}/images/{id}?referentiel={referentiel}"
|