Line 19... |
Line 19... |
19 |
<ul class="liste-illustrations">
|
19 |
<ul class="liste-illustrations">
|
20 |
<?php foreach($organes[$tag] as $image) : ?>
|
20 |
<?php foreach($organes[$tag] as $image) : ?>
|
21 |
<li class="miniature-organe">
|
21 |
<li class="miniature-organe">
|
22 |
<?php if ($image != null) : ?>
|
22 |
<?php if ($image != null) : ?>
|
23 |
<a class="lien-grande-image-organe"
|
23 |
<a class="lien-grande-image-organe"
|
- |
|
24 |
data-id-observation="<?= $image['observation']['id_observation'] ?>"
|
- |
|
25 |
data-url-mauvaise-ident="<?= $image['urlMauvaiseIdentification'] ?>"
|
24 |
data-id-image="<?= $image['id_image'] ?>" data-titre="<?= $image['observation']['determination.ns'] ?>"
|
26 |
data-id-image="<?= $image['id_image'] ?>" data-titre="<?= $image['observation']['determination.ns'] ?>"
|
25 |
data-description="<?= $image['determination.libelle'] ?>" data-localisation="<?= $image['station.libelle'] ?>"
|
27 |
data-description="<?= $image['determination.libelle'] ?>" data-localisation="<?= $image['station.libelle'] ?>"
|
26 |
data-auteur="<?= $image['auteur.libelle'] ?>" data-id-destinataire="<?= $image['auteur.id'] ?>"
|
28 |
data-auteur="<?= $image['auteur.libelle'] ?>" data-id-destinataire="<?= $image['auteur.id'] ?>"
|
27 |
data-date="<?= $image['date'] ?>">
|
29 |
data-date="<?= $image['date'] ?>">
|
28 |
<img class="miniature-organe" src="<?= $image['binaire.href']; ?>" alt="<?= $image['binaire.href']; ?>" />
|
30 |
<img class="miniature-organe" src="<?= $image['binaire.href']; ?>" alt="<?= $image['binaire.href']; ?>" />
|