Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1243 Rev 1508
Line 1... Line 1...
1
<div class="onglet_contenu" id="ethnobotanique">
1
<div class="onglet_contenu" id="ethnobotanique">
2
  <? if (isset($nvjfl)) : ?>
2
  <? if (isset($nvjfl)) : ?>
3
  <h2>Noms communs</h2>
3
  <h2>Noms communs</h2>
4
  <?php if($nvjfl['noms'] != array()) { ?>	
4
  <?php if ($nvjfl['noms'] != array() || $nvps['noms'] != array()) { ?>	
5
  <table class="liste_noms_vernaculaires">
5
  <table class="liste_noms_vernaculaires">
6
	<tr>
6
	<tr>
7
	  <th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
7
	  <th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
8
	</tr>
8
	</tr>
-
 
9
	<?php if ($nvjfl['noms'] != array()) { ?>	
9
	<?php foreach($nvjfl['noms'] as $nom_verna) : ?>
10
	<?php foreach($nvjfl['noms'] as $nom_verna) : ?>
10
	<tr>
11
	<tr>
11
	  <td><?= $nom_verna['code_langue']  ?></td>
12
	  <td><?= $nom_verna['code_langue']  ?></td>
12
	  <td><?= $nom_verna['nom_vernaculaire']  ?></td>
13
	  <td><?= $nom_verna['nom_vernaculaire']  ?></td>
13
	  <td><?= $nom_verna['genre']  ?></td>
14
	  <td><?= $nom_verna['genre']  ?></td>
14
	  <td><?= $nom_verna['conseil_emploi']  ?></td>
15
	  <td><?= $nom_verna['conseil_emploi']  ?></td>
15
	  <td><?= $nom_verna['notes']  ?></td>
16
	  <td><?= $nom_verna['notes']  ?></td>
16
	</tr>
17
	</tr>
17
	<?php endforeach; ?>
18
	<?php endforeach; ?>
-
 
19
	<?php } ?>
18
	<?php if($nvps['noms'] != array()) { ?>
20
	<?php if ($nvps['noms'] != array()) { ?>
19
	<?php foreach($nvps['noms'] as $nom_verna) : ?>
21
	<?php foreach($nvps['noms'] as $nom_verna) : ?>
20
	<tr>
22
	<tr>
21
	  <td><?= $nom_verna['code_langue']  ?></td>
23
	  <td><?= $nom_verna['code_langue']  ?></td>
22
	  <td><?= $nom_verna['nom_vernaculaire']  ?></td>
24
	  <td><?= $nom_verna['nom_vernaculaire']  ?></td>
23
	  <td><?= $nom_verna['genre']  ?></td>
25
	  <td><?= $nom_verna['genre']  ?></td>