Line 3... |
Line 3... |
3 |
<h2 class="titre_fiche"> <?= $infos_individu['nom'] ?></h2>
|
3 |
<h2 class="titre_fiche"> <?= $infos_individu['nom'] ?></h2>
|
4 |
<hr class="separation_section" />
|
4 |
<hr class="separation_section" />
|
Line 5... |
Line 5... |
5 |
|
5 |
|
6 |
<h3 class="titre_section_fiche"> Espèce </h3>
|
6 |
<h3 class="titre_section_fiche"> Espèce </h3>
|
7 |
<div class="informations_espece">
|
7 |
<div class="informations_espece">
|
8 |
<img alt="image de l'espece" class="droite" height="120px" src="<?= Liens::getUrlImageEspece($infos_espece['nom_scientifique'],'M') ?>" />
|
8 |
<img title="<?= Liens::getCreditImageEspece($espece['nom_scientifique']) ?>" alt="image de l'espece" class="droite" height="120px" src="<?= Liens::getUrlImageEspece($infos_espece['nom_scientifique'],'M') ?>" />
|
9 |
<span class="intitule_fiche"> <?= $infos_espece['nom_vernaculaire'] ?> </span>
|
9 |
<span class="intitule_fiche"> <?= $infos_espece['nom_vernaculaire'] ?> </span>
|
10 |
<span class="valeur_fiche"> (<?= $infos_espece['nom_scientifique'] ?>) </span>
|
10 |
<span class="valeur_fiche"> (<?= $infos_espece['nom_scientifique'] ?>) </span>
|
Line 11... |
Line 11... |
11 |
</div>
|
11 |
</div>
|
Line 15... |
Line 15... |
15 |
<hr class="separation_section" />
|
15 |
<hr class="separation_section" />
|
Line 16... |
Line 16... |
16 |
|
16 |
|
17 |
<h3 class="titre_section_fiche" > Observations réalisées </h3>
|
17 |
<h3 class="titre_section_fiche" > Observations réalisées </h3>
|
18 |
<?php foreach ($annees_observations as $annee => $observations) : ?>
|
18 |
<?php foreach ($annees_observations as $annee => $observations) : ?>
|
19 |
<span class="pliage observations_individu">
|
19 |
<span class="pliage observations_individu">
|
20 |
<h4 class="annee_observation"> année <?= $annee; ?></h4>
|
20 |
<h4 id="observation_annee_<?= $annee; ?>" class="annee_observation"> année <?= $annee; ?></h4>
|
21 |
<ul>
|
21 |
<ul>
|
22 |
<?php foreach($observations as $stade => $observation) : ?>
|
22 |
<?php foreach($observations as $stade => $observation) : ?>
|
23 |
<li>
|
23 |
<li>
|
24 |
<div class="pliage stade_<?= aControleur::formaterChaineVersClasseCss($stade);?>">
|
24 |
<div class="pliage stade_<?= aControleur::formaterChaineVersClasseCss($stade);?>">
|