Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1130 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1130 Rev 1501
Line 13... Line 13...
13
			</tr>
13
			</tr>
14
		<?php foreach($ethnobotanique['nvjfl']['noms'] as $nom_verna) : ?>
14
		<?php foreach($ethnobotanique['nvjfl']['noms'] as $nom_verna) : ?>
15
			<tr>
15
			<tr>
16
				<td><?= $nom_verna['code_langue']  ?></td>
16
				<td><?= $nom_verna['code_langue']  ?></td>
17
				<td><?= $nom_verna['nom_vernaculaire']  ?></td>
17
				<td><?= $nom_verna['nom_vernaculaire']  ?></td>
18
				<td><?= $nom_verna['genre']  ?></td>
18
				<td><?= (isset($nom_verna['genre'])) ? $nom_verna['genre'] : ""; ?></td>
19
				<td><?= $nom_verna['conseil_emploi']  ?></td>
19
				<td><?= (isset($nom_verna['conseil_emploi'])) ? $nom_verna['conseil_emploi'] : ""; ?></td>
20
				<td><?= $nom_verna['notes']  ?></td>
20
				<td><?= $nom_verna['notes']  ?></td>
21
			</tr>
21
			</tr>
22
		<?php endforeach; ?>
22
		<?php endforeach; ?>
23
		</table>
23
		</table>
24
	</div>
24
	</div>