Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 515 Rev 553
Line 59... Line 59...
59
		$images = $this->images->getInfosImagesParIdsNoms(array($nnr));
59
		$images = $this->images->getInfosImagesParIdsNoms(array($nnr));
60
		foreach ($images as $idImg => $img) {
60
		foreach ($images as $idImg => $img) {
61
			$infosImg = array();
61
			$infosImg = array();
62
			$infosImg['src'] = $img['binaire.href'];
62
			$infosImg['src'] = $img['binaire.href'];
63
			$infosImg['nomSci'] = $img['determination.nom_sci'];
63
			$infosImg['nomSci'] = $img['determination.nom_sci'];
64
			$infosImg['station'] = $img['station'];
64
			$infosImg['station'] = $img['station.libelle'];
65
			$infosImg['date'] = $this->formaterDateImg($img['date']);
65
			$infosImg['date'] = $this->formaterDateImg($img['date']);
66
			$infosImg['auteur'] = $img['auteur'];
66
			$infosImg['auteur'] = $img['auteur.libelle'];
Line 67... Line 67...
67
 
67
 
68
			//$infosImg['urlDetailImg'] = $this->appUrls->obtenirUrlPopUpIllustrations($idImg);
68
			//$infosImg['urlDetailImg'] = $this->appUrls->obtenirUrlPopUpIllustrations($idImg);
69
			//$infosImg['urlContact'] = $this->appUrls->obtenirUrlPopUpContact($img['auteur.id'], $idImg);
69
			//$infosImg['urlContact'] = $this->appUrls->obtenirUrlPopUpContact($img['auteur.id'], $idImg);
70
			$photoflora['images'][$idImg] = $infosImg;
70
			$photoflora['images'][$idImg] = $infosImg;