Line 44... |
Line 44... |
44 |
$nomRetenu = isset($obs['nom_ret']) ? $obs['nom_ret'] : 'Indéterminé';
|
44 |
$nomRetenu = isset($obs['nom_ret']) ? $obs['nom_ret'] : 'Indéterminé';
|
45 |
$date = 'Datée du '.$obs['date_modification'];
|
45 |
$date = 'Datée du '.$obs['date_modification'];
|
46 |
$idZoneGeo = $this->convertirCodeZoneGeoVersDepartement($obs['ce_zone_geo']);
|
46 |
$idZoneGeo = $this->convertirCodeZoneGeoVersDepartement($obs['ce_zone_geo']);
|
47 |
$lieuMorceaux = array();
|
47 |
$lieuMorceaux = array();
|
48 |
$lieuMorceaux[] = $obs['zone_geo'].(!empty($idZoneGeo) ? " ($idZoneGeo)" : '');
|
48 |
$lieuMorceaux[] = $obs['zone_geo'].(!empty($idZoneGeo) ? " ($idZoneGeo)" : '');
|
49 |
$lieuMorceaux[] = $obs['station'];
|
49 |
$lieuMorceaux[] = isset($obs['station']) ? $obs['station'] : null;
|
50 |
$lieuMorceaux[] = $obs['lieudit'];
|
50 |
$lieuMorceaux[] = isset($obs['lieudit']) ? $obs['lieudit'] : null;
|
51 |
$lieu = 'Lieu : '.implode(', ', $lieuMorceaux);
|
51 |
$lieu = 'Lieu : '.implode(', ', $lieuMorceaux);
|
52 |
$nomOriginal = htmlspecialchars($obs['nom_original']);
|
52 |
$nomOriginal = htmlspecialchars($obs['nom_original']);
|
53 |
list($largeur, $hauteur) = $this->calculerDimensions($obs['largeur'], $obs['hauteur']);
|
53 |
list($largeur, $hauteur) = $this->calculerDimensions($obs['largeur'], $obs['hauteur']);
|
54 |
$idImg = sprintf('%09s', $obs['id_image']);
|
54 |
$idImg = sprintf('%09s', $obs['id_image']);
|
55 |
$urlImgL = sprintf($urlImgTpl, "{$idImg}L");
|
55 |
$urlImgL = sprintf($urlImgTpl, "{$idImg}L");
|