Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1899 → Rev 1900

/branches/v1.5-carbone/services/modules/0.1/determinations/ListeImagesDeterminationsProbables.php
209,7 → 209,11
}
 
private function formaterBinaireHref($infos) {
return sprintf($this->conteneur->getParametre('determinations.url_image_tpl'), $infos['id_image']);
return sprintf(
$this->conteneur->getParametre('cel_img_url_tpl'),
$infos['id_image'],
$this->conteneur->getParametre('determinations.format_image')
);
}
 
private function formaterLieu($infos) {
/branches/v1.5-carbone/services/configurations/config.defaut.ini
171,8 → 171,8
commune = zone_geo"
; Mots-clés du CEL à prendre en compte dans DEL
mots_cles_cel_affiches = "fleur,fleurs,feuille,feuilles,ecorce,fruit,fruits,port,plantnet,plantscan_new";
; Template d'URL pour l'affichage des images du web service ListeImagesDeterminationsProbables
url_image_tpl = "http://api.tela-botanica.org/img:%sXL.jpg"
; Format d'image pour les liens du web service ListeImagesDeterminationsProbables
format_image = "XL"
; Template d'URL pour la fiche eFlore d'un nom
url_fiche_eflore_tpl = "http://www.tela-botanica.org/nn%s";