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" width="100px" src="<?= Liens::getUrlImageEspece($infos_espece['id_espece']) ?>" />
|
8 |
<img 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>
|