Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev Author Line No. Line
161 jpm 1
<? if ($noms) : ?>
788 mathilde 2
	<table>
3
		<tr>
4
			<th>n°</th>
5
			<th>langue</th>
6
			<th>zone d'usage</th>
7
			<th>nom commun</th>
8
			<th>nom latin</th>
9
		</tr>
10
	 	<? $i= 0; foreach ($noms as $id => $valeurs) : ?>
11
			<tr>
12
				<td><?=$i++?></td>
13
				<td><?= $valeurs['langue']?></td>
14
				<td><?= $valeurs['zone_usage']?></td>
15
				<td><?= $valeurs['nomVerna']?></td>
16
				<td><?= $valeurs['nomSci']?></td>
17
			</tr>
18
		<? endforeach; ?>
19
	</table>
20
<? endif; ?>