Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 306 Rev 307
Line 1... Line 1...
1
<div id="ethnobotanique">
1
<div id="ethnobotanique">
-
 
2
	<h2>Noms communs</h2>
2
	<table class="liste_noms_vernaculaires">
3
	<table class="liste_noms_vernaculaires">
3
		<tr>
4
		<tr>
4
		<th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
5
		<th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
5
		</tr>
6
		</tr>
6
	<?php foreach($nvjfl['noms'] as $nom_verna) : ?>
7
	<?php foreach($nvjfl['noms'] as $nom_verna) : ?>
Line 11... Line 12...
11
			<td><?= $nom_verna['conseil_emploi']  ?></td>
12
			<td><?= $nom_verna['conseil_emploi']  ?></td>
12
			<td><?= $nom_verna['notes']  ?></td>
13
			<td><?= $nom_verna['notes']  ?></td>
13
		</tr>
14
		</tr>
14
	<?php endforeach; ?>
15
	<?php endforeach; ?>
15
	</table>
16
	</table>
-
 
17
	<div class="conteneur_lien_metadonnees">
-
 
18
		<?=$nvjfl['meta']['titre']?>
-
 
19
		<span id="metadonnees" class="conteneur_lien_metadonnees">
-
 
20
			<a class="lien_metadonnees lien_popup" href="<?=$nvjfl['meta']['url']; ?>">Voir toutes les metadonnées</a>
-
 
21
		</span>
-
 
22
	</div>
16
</div>
23
</div>
17
24