Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev Author Line No. Line
239 aurelien 1
<div id="ethnobotanique">
307 jpm 2
	<h2>Noms communs</h2>
284 aurelien 3
	<table class="liste_noms_vernaculaires">
4
		<tr>
5
		<th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
6
		</tr>
306 jpm 7
	<?php foreach($nvjfl['noms'] as $nom_verna) : ?>
284 aurelien 8
		<tr>
9
			<td><?= $nom_verna['code_langue']  ?></td>
10
			<td><?= $nom_verna['nom_vernaculaire']  ?></td>
11
			<td><?= $nom_verna['genre']  ?></td>
12
			<td><?= $nom_verna['conseil_emploi']  ?></td>
13
			<td><?= $nom_verna['notes']  ?></td>
14
		</tr>
15
	<?php endforeach; ?>
16
	</table>
307 jpm 17
	<div class="conteneur_lien_metadonnees">
18
		<?=$nvjfl['meta']['titre']?>
19
		<span id="metadonnees" class="conteneur_lien_metadonnees">
20
			<a class="lien_metadonnees lien_popup" href="<?=$nvjfl['meta']['url']; ?>">Voir toutes les metadonnées</a>
21
		</span>
22
	</div>
239 aurelien 23
</div>