Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 284 | Rev 307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 284 Rev 306
Line 1... Line 1...
1
<div id="ethnobotanique">
1
<div id="ethnobotanique">
2
	<table class="liste_noms_vernaculaires">
2
	<table class="liste_noms_vernaculaires">
3
		<tr>
3
		<tr>
4
		<th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
4
		<th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
5
		</tr>
5
		</tr>
6
	<?php foreach($resultat as $nom_verna) : ?>
6
	<?php foreach($nvjfl['noms'] as $nom_verna) : ?>
7
		<tr>
7
		<tr>
8
			<td><?= $nom_verna['code_langue']  ?></td>
8
			<td><?= $nom_verna['code_langue']  ?></td>
9
			<td><?= $nom_verna['nom_vernaculaire']  ?></td>
9
			<td><?= $nom_verna['nom_vernaculaire']  ?></td>
10
			<td><?= $nom_verna['genre']  ?></td>
10
			<td><?= $nom_verna['genre']  ?></td>
11
			<td><?= $nom_verna['conseil_emploi']  ?></td>
11
			<td><?= $nom_verna['conseil_emploi']  ?></td>