| Line 137... |
Line 137... |
| 137 |
<br/>
|
137 |
<br/>
|
| 138 |
<? endif ?>
|
138 |
<? endif ?>
|
| Line 139... |
Line 139... |
| 139 |
|
139 |
|
| 140 |
<? if (isset($cel)) : ?>
|
140 |
<? if (isset($cel)) : ?>
|
| 141 |
<h2>Flora Data - Tout</h2>
|
- |
|
| 142 |
|
- |
|
| 143 |
<div id="illustrations-cel">
|
- |
|
| 144 |
<?php if (isset($cel['images'])) : ?>
|
- |
|
| 145 |
<ul class="liste-illustrations">
|
- |
|
| 146 |
<?php foreach($cel['images'] as $id => $image) : ?>
|
- |
|
| 147 |
<li><div>
|
- |
|
| 148 |
<a class="lien_grand_format" target="_blank" title="Voir cette image dans son format original (s'ouvre dans une nouvelle fenêtre)" href="<?= $image['urlImgGrandFormat'] ?>">
|
- |
|
| 149 |
<img src="<?= $image['src']; ?>" alt="<?= $image['auteur'] ?> - <?=$image['nomSci']?>" data-num-image="<?=$id;?>" title="Voir cette image dans son format original (s'ouvre dans une nouvelle fenêtre)" />
|
- |
|
| 150 |
</a>
|
- |
|
| 151 |
<p>
|
- |
|
| 152 |
<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong>
|
141 |
<h2>Flora Data - Tout</h2>
|
| 153 |
<br />par
|
- |
|
| 154 |
<? if ($image['auteur.id']) : ?>
|
- |
|
| 155 |
<a target="_blank" title="Voir le profil de cet utilisateur (nécessite d'être identifié)" href="<?= $image['urlProfil']; ?>">
|
- |
|
| 156 |
<strong class="auteur"><?= $image['auteur'] ?></strong>
|
- |
|
| 157 |
</a>
|
- |
|
| 158 |
</p>
|
- |
|
| 159 |
<div class="liste_actions_ill">
|
- |
|
| 160 |
<a title="Envoyer un message à l'auteur à propos de cette image (nécessite d'être identifié)" class="mailto" href="<?= $image['urlContact']; ?>">
|
- |
|
| 161 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>contact.png" />
|
- |
|
| 162 |
</a>
|
- |
|
| 163 |
<a title="Télécharger cette image dans différents formats" class="lien_telechargement_image" href="<?=Config::get('base_url_widget');?>telechargement?id_image=<?=$id?>">
|
- |
|
| 164 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>sauver.png" />
|
- |
|
| 165 |
</a>
|
- |
|
| 166 |
<a title="Voir plus d'informations sur cette image (s'ouvre dans un popup)" class="lien-image-cel" data-num-image="<?=$id;?>" href="<?=$image['urlDetailImg'];?>">
|
- |
|
| 167 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>infos_image.png" data-num-image="<?=$id;?>" />
|
- |
|
| 168 |
</a>
|
- |
|
| 169 |
<a title="Signaler une mauvaise identification ou en proposer une autre via l'outil identiplante" target="_blank" class="signaler-mauvaise-identification" href="<?= $image['urlMauvaiseIdentification']; ?>">
|
- |
|
| 170 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>mauvaise_id.png" />
|
- |
|
| 171 |
</a>
|
- |
|
| 172 |
</div>
|
- |
|
| 173 |
<? else : ?>
|
- |
|
| 174 |
<strong class="auteur"><?= $image['auteur'] ?></strong>
|
- |
|
| 175 |
(profil indisponible)
|
- |
|
| 176 |
</p>
|
- |
|
| 177 |
<div class="liste_actions_ill">
|
- |
|
| 178 |
<a class="lien_telechargement_image" href="<?=Config::get('base_url_widget');?>telechargement?id_image=<?=$id?>">
|
- |
|
| 179 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>sauver.png" />
|
- |
|
| 180 |
</a>
|
- |
|
| 181 |
<a title="Voir plus d'informations sur cette image (s'ouvre dans un popup)" class="lien-image-cel" data-num-image="<?= $image['id_image'] ?>" href="<?=$image['urlDetailImg'];?>">
|
- |
|
| 182 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>infos_image.png" data-num-image="<?=$id;?>" />
|
- |
|
| 183 |
</a>
|
- |
|
| 184 |
<a title="Proposer une autre détermination via l'outil identiplante" target="_blank" class="signaler-mauvaise-identification" href="<?= $image['urlMauvaiseIdentification']; ?>">
|
- |
|
| 185 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>mauvaise_id.png" />
|
- |
|
| 186 |
</a>
|
- |
|
| 187 |
</div>
|
- |
|
| 188 |
<? endif ?><br />
|
- |
|
| 189 |
</div>
|
- |
|
| 190 |
</li>
|
- |
|
| 191 |
<?php endforeach; ?>
|
- |
|
| 192 |
|
- |
|
| 193 |
</ul>
|
- |
|
| 194 |
<?php endif; ?>
|
- |
|
| 195 |
<hr class="nettoyage" />
|
- |
|
| 196 |
</div>
|
- |
|
| 197 |
<div class="conteneur_lien_metadonnees">
|
- |
|
| 198 |
<?= $cel['meta']['citation']?>
|
142 |
<br/><br/>
|
| 199 |
<a class="lien_metadonnees lien_popup" href="<?= $cel['meta']['url']; ?>">Voir toutes les metadonnées</a>
|
- |
|
| 200 |
</div>
|
- |
|
| 201 |
<a class="acceder-outil-vert lien-externe"
|
- |
|
| 202 |
href="<?= $base_url_widget_saisie ?>?referentiel=<?= $referentiel; ?>&num_nom=<?= $nnr ?>&titre=<?= urlencode("Ajout d'une photo de ".$nomComplet); ?>"
|
- |
|
| 203 |
title="Ajouter une photographie au moyen du Carnet en Ligne">
|
- |
|
| 204 |
Ajouter une photo
|
- |
|
| 205 |
</a>
|
143 |
<div class="lien-ajax-tpl"><a href="<?= $cel['ajax_url']; ?>">Cliquez ici pour charger toutes les illustrations disponibles pour ce taxon</a></div>
|
| 206 |
<br/><br/><br/>
|
144 |
<br/><br/><br/>
|
| Line 207... |
Line 145... |
| 207 |
<? endif ?>
|
145 |
<? endif ?>
|
| 208 |
|
146 |
|