Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 671 Rev 1130
Line 4... Line 4...
4
	
4
	
5
	<!-- NOMS COMMUNS -->
5
	<!-- NOMS COMMUNS -->
6
	<?php if($ethnobotanique['nvjfl']['noms'] != array()) : ?>
6
	<?php if($ethnobotanique['nvjfl']['noms'] != array()) : ?>
7
	<div class="no-break">	
7
	<div class="no-break">	
8
		<h2>Noms communs</h2>
8
		<h2>Noms communs</h2>
9
		<span class="citation"><?=$ethnobotanique['nvjfl']['meta']['titre']?></span>
9
		<span class="citation"><?=$ethnobotanique['nvjfl']['meta']['citation']?></span>
10
		<table class="allow-break">
10
		<table class="allow-break">
11
			<tr>
11
			<tr>
12
			<th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
12
			<th>Langue</th><th>Nom</th><th>Genre et Nombre</th><th>Conseil d'emploi</th><th>Notes</th>
13
			</tr>
13
			</tr>
Line 38... Line 38...
38
	
38
	
39
	<!-- STATUTS -->
39
	<!-- STATUTS -->
40
	<?php if($ethnobotanique['chorologie']['donnees'] != array()) : ?>	
40
	<?php if($ethnobotanique['chorologie']['donnees'] != array()) : ?>	
41
	<div class="no-break">	
41
	<div class="no-break">	
42
		<h2>Statuts</h2>
42
		<h2>Statuts</h2>
43
		<span class="citation"><?=$ethnobotanique['chorologie']['meta']['titre']?></span>
43
		<span class="citation"><?=$ethnobotanique['chorologie']['meta']['citation']?></span>
44
			<table class="liste_statuts allow-break">
44
			<table class="liste_statuts allow-break">
45
				<tr>
45
				<tr>
46
					<th></th>
46
					<th></th>
47
				<? foreach($ethnobotanique['chorologie']['colonnes'] as $colonne) : ?>
47
				<? foreach($ethnobotanique['chorologie']['colonnes'] as $colonne) : ?>