Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 239 | Rev 306 | 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">
284 aurelien 2
	<table class="liste_noms_vernaculaires">
3
		<tr>
4
		<th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
5
		</tr>
6
	<?php foreach($resultat as $nom_verna) : ?>
7
		<tr>
8
			<td><?= $nom_verna['code_langue']  ?></td>
9
			<td><?= $nom_verna['nom_vernaculaire']  ?></td>
10
			<td><?= $nom_verna['genre']  ?></td>
11
			<td><?= $nom_verna['conseil_emploi']  ?></td>
12
			<td><?= $nom_verna['notes']  ?></td>
13
		</tr>
14
	<?php endforeach; ?>
15
	</table>
239 aurelien 16
</div>