| Line 135... |
Line 135... |
| 135 |
$infosImg['src'] = $img['binaire.href'];
|
135 |
$infosImg['src'] = $img['binaire.href'];
|
| 136 |
$infosImg['nomSci'] = $img['determination.nom_sci'];
|
136 |
$infosImg['nomSci'] = $img['determination.nom_sci'];
|
| 137 |
$infosImg['station'] = $img['station.libelle'];
|
137 |
$infosImg['station'] = $img['station.libelle'];
|
| 138 |
$infosImg['date'] = $this->formaterDateImg($img['date']);
|
138 |
$infosImg['date'] = $this->formaterDateImg($img['date']);
|
| 139 |
$infosImg['auteur'] = $img['auteur.libelle'];
|
139 |
$infosImg['auteur'] = $img['auteur.libelle'];
|
| 140 |
|
- |
|
| 141 |
if ($projet == "cel") {
|
140 |
if ($projet == "cel") {
|
| 142 |
$infosImg['urlDetailImg'] = $this->appUrls->obtenirUrlPopUpIllustrations($idImg);
|
141 |
$infosImg['urlDetailImg'] = $this->appUrls->obtenirUrlPopUpIllustrations($idImg);
|
| 143 |
$infosImg['urlContact'] = $this->appUrls->obtenirUrlPopUpContact($img['auteur.id'], $idImg);
|
142 |
$infosImg['urlContact'] = $this->appUrls->obtenirUrlPopUpContact($img['auteur.id'], $idImg);
|
| - |
|
143 |
$infosImg['urlProfil'] = $this->appUrls->obtenirUrlProfilAnnuaire($img['auteur.id']);
|
| - |
|
144 |
$infosImg['urlMauvaiseIdentification'] = $this->appUrls->obtenirUrlMauvaiseIdentification($img['observation.id']);
|
| 144 |
}
|
145 |
}
|
| 145 |
$this->donnees[$projet]['images'][$idImg] = $infosImg;
|
146 |
$this->donnees[$projet]['images'][$idImg] = $infosImg;
|
| 146 |
}
|
147 |
}
|
| 147 |
}
|
148 |
}
|