| Line 6... |
Line 6... |
| 6 |
<?php if (empty($coste['images']) == false) :?>
|
6 |
<?php if (empty($coste['images']) == false) :?>
|
| 7 |
<ul class="liste-illustrations">
|
7 |
<ul class="liste-illustrations">
|
| 8 |
<?php foreach($coste['images'] as $url) : ?>
|
8 |
<?php foreach($coste['images'] as $url) : ?>
|
| 9 |
<li>
|
9 |
<li>
|
| 10 |
<a class="lien-image-coste" data-num-image="<?= $url; ?>" href="<?= $url; ?>" >
|
10 |
<a class="lien-image-coste" data-num-image="<?= $url; ?>" href="<?= $url; ?>" >
|
| 11 |
<img src="<?= $url; ?>" alt="illustration de la flore de coste" />
|
11 |
<img src="<?= $url; ?>" alt="<?= $nomComplet ?> - illustration de coste" />
|
| 12 |
</a>
|
12 |
</a>
|
| 13 |
</li>
|
13 |
</li>
|
| 14 |
<?php endforeach; ?>
|
14 |
<?php endforeach; ?>
|
| 15 |
</ul>
|
15 |
</ul>
|
| 16 |
<hr class="nettoyage" />
|
16 |
<hr class="nettoyage" />
|
| Line 75... |
Line 75... |
| 75 |
<? foreach($caracteres as $image) : ?>
|
75 |
<? foreach($caracteres as $image) : ?>
|
| 76 |
<li class="caractere-moyen">
|
76 |
<li class="caractere-moyen">
|
| 77 |
<? if ($image != null) : ?>
|
77 |
<? if ($image != null) : ?>
|
| 78 |
<a class="lien_grand_format" target="_blank" title="Voir cette image dans son format original (s'ouvre dans une nouvelle fenêtre)" href="<?= Illustrations::obtenirUrlImageGrandFormatCel($image['id_image']); ?>" data-num-image="<?= $image['id_image'] ?>">
|
78 |
<a class="lien_grand_format" target="_blank" title="Voir cette image dans son format original (s'ouvre dans une nouvelle fenêtre)" href="<?= Illustrations::obtenirUrlImageGrandFormatCel($image['id_image']); ?>" data-num-image="<?= $image['id_image'] ?>">
|
| 79 |
<img data-num-image="<?= $image['id_image'] ?>"
|
79 |
<img data-num-image="<?= $image['id_image'] ?>"
|
| 80 |
alt="Photographie n°<?= $image['id_image'] ?> du taxon <?= $image['observation']['determination.ns'] ?>"
|
80 |
alt="<?= $image['auteur'] ?> - <?= $image['observation']['determination.ns'] ?>"
|
| 81 |
src="<?= $image['binaire.href'] ?>" />
|
81 |
src="<?= $image['binaire.href'] ?>" />
|
| 82 |
</a>
|
82 |
</a>
|
| 83 |
<? if ($image['auteur.id']) : ?>
|
83 |
<? if ($image['auteur.id']) : ?>
|
| 84 |
<a target="_blank" title="Voir le profil de cet utilisateur (nécessite d'être identifié)" href="<?= $image['urlProfil']; ?>">
|
84 |
<a target="_blank" title="Voir le profil de cet utilisateur (nécessite d'être identifié)" href="<?= $image['urlProfil']; ?>">
|
| 85 |
<strong class="auteur"><?= $image['auteur'] ?></strong>
|
85 |
<strong class="auteur"><?= $image['auteur'] ?></strong>
|
| Line 144... |
Line 144... |
| 144 |
<?php if (isset($cel['images'])) : ?>
|
144 |
<?php if (isset($cel['images'])) : ?>
|
| 145 |
<ul class="liste-illustrations">
|
145 |
<ul class="liste-illustrations">
|
| 146 |
<?php foreach($cel['images'] as $id => $image) : ?>
|
146 |
<?php foreach($cel['images'] as $id => $image) : ?>
|
| 147 |
<li><div>
|
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'] ?>">
|
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="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" data-num-image="<?=$id;?>" title="Voir cette image dans son format original (s'ouvre dans une nouvelle fenêtre)" />
|
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>
|
150 |
</a>
|
| 151 |
<p>
|
151 |
<p>
|
| 152 |
<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong>
|
152 |
<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong>
|
| 153 |
<br />par
|
153 |
<br />par
|
| 154 |
<? if ($image['auteur.id']) : ?>
|
154 |
<? if ($image['auteur.id']) : ?>
|