Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 306 | Rev 320 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<div id="ethnobotanique">
        <h2>Noms communs</h2>
        <table class="liste_noms_vernaculaires">
                <tr>
                <th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
                </tr>
        <?php foreach($nvjfl['noms'] as $nom_verna) : ?>
                <tr>
                        <td><?= $nom_verna['code_langue']  ?></td>
                        <td><?= $nom_verna['nom_vernaculaire']  ?></td>
                        <td><?= $nom_verna['genre']  ?></td>
                        <td><?= $nom_verna['conseil_emploi']  ?></td>
                        <td><?= $nom_verna['notes']  ?></td>
                </tr>
        <?php endforeach; ?>
        </table>
        <div class="conteneur_lien_metadonnees">
                <?=$nvjfl['meta']['titre']?>
                <span id="metadonnees" class="conteneur_lien_metadonnees">
                        <a class="lien_metadonnees lien_popup" href="<?=$nvjfl['meta']['url']; ?>">Voir toutes les metadonnées</a>
                </span>
        </div>
</div>