Line 30... |
Line 30... |
30 |
<ul class="liste-illustrations">
|
30 |
<ul class="liste-illustrations">
|
31 |
<? foreach($organes as $tag => $image) : ?>
|
31 |
<? foreach($organes as $tag => $image) : ?>
|
32 |
<? if ($image && $image['binaire.href']) : ?>
|
32 |
<? if ($image && $image['binaire.href']) : ?>
|
33 |
<li class="organe-moyen">
|
33 |
<li class="organe-moyen">
|
34 |
<?= ucfirst($tag); ?>
|
34 |
<?= ucfirst($tag); ?>
|
35 |
<a class="lien-image-cel" href="popup.php?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=<?= $image['id_image'] ?>">
|
35 |
<a class="lien-image-cel" href="/eflore/consultation/popup.php?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=<?= $image['id_image'] ?>">
|
36 |
<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $image['id_image'] ?>"
|
36 |
<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $image['id_image'] ?>"
|
37 |
alt="Photographie n°<?= $image['id_image'] ?> du taxon <?= $image['observation']['determination.ns'] ?>"
|
37 |
alt="Photographie n°<?= $image['id_image'] ?> du taxon <?= $image['observation']['determination.ns'] ?>"
|
38 |
src="<?= $image['binaire.href'] ?>" />
|
38 |
src="<?= $image['binaire.href'] ?>" />
|
39 |
</a>
|
39 |
</a>
|
40 |
</li>
|
40 |
</li>
|
Line 70... |
Line 70... |
70 |
<? if (empty($caracteres) == false) : ?>
|
70 |
<? if (empty($caracteres) == false) : ?>
|
71 |
<ul class="liste-illustrations">
|
71 |
<ul class="liste-illustrations">
|
72 |
<? foreach($caracteres as $image) : ?>
|
72 |
<? foreach($caracteres as $image) : ?>
|
73 |
<li class="caractere-moyen">
|
73 |
<li class="caractere-moyen">
|
74 |
<? if ($image != null) : ?>
|
74 |
<? if ($image != null) : ?>
|
75 |
<a class="lien-image-cel" href="popup.php?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=<?= $image['id_image'] ?>">
|
75 |
<a class="lien-image-cel" href="/eflore/consultation/popup.php?module=popup-illustrations&action=fiche&referentiel=bdtfx&id=<?= $image['id_image'] ?>">
|
76 |
<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $image['id_image'] ?>"
|
76 |
<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $image['id_image'] ?>"
|
77 |
alt="Photographie n°<?= $image['id_image'] ?> du taxon <?= $image['observation']['determination.ns'] ?>"
|
77 |
alt="Photographie n°<?= $image['id_image'] ?> du taxon <?= $image['observation']['determination.ns'] ?>"
|
78 |
src="<?= $image['binaire.href'] ?>" />
|
78 |
src="<?= $image['binaire.href'] ?>" />
|
79 |
</a>
|
79 |
</a>
|
80 |
<? endif ?>
|
80 |
<? endif ?>
|