Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 671 Rev 845
Line 56... Line 56...
56
				</ul>
56
				</ul>
57
			<?php endforeach; ?>
57
			<?php endforeach; ?>
58
		<hr class="nettoyage" />
58
		<hr class="nettoyage" />
59
		</div>
59
		</div>
60
	<?php } ?>
60
	<?php } ?>
-
 
61
	
-
 
62
	<div class="no-break">
-
 
63
		<?php if ($nomenclature['taxons_sup'] != array()) : ?>
-
 
64
		<h2> Place du taxon dans la classification </h2>
-
 
65
		<span class="citation"><?= $nomenclature['meta']['titre']?></span>
-
 
66
		<table class="allow-break">
-
 
67
			<tr>
-
 
68
				<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
-
 
69
			</tr>
-
 
70
			
-
 
71
				<?php foreach ($classification['taxons_sup']  as $taxon) : ?>
-
 
72
					<tr>
-
 
73
						<td><?= $taxon['rang.libelle'] ?></td>
-
 
74
						<td><?= $taxon['nom_sci'] ?></td>
-
 
75
						<td><?= $taxon['num_nom'] ?></td>
-
 
76
					</tr>
-
 
77
				<?php endforeach; ?>
-
 
78
			
-
 
79
			<tr class="surlignage">
-
 
80
				<td><?= $nomenclature['taxon_courant']['rang.libelle'] ?></td>
-
 
81
				<td><?= $nomenclature['taxon_courant']['nom_sci'] ?></td>
-
 
82
				<td><?= $nomenclature['taxon_courant']['num_nom'] ?></td>
-
 
83
			</tr>
-
 
84
			
-
 
85
			<?php if ($nomenclature['taxons_inf'] != array()) : ?>	
-
 
86
				<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>
-
 
87
					<tr>
-
 
88
						<td><?= $taxon['rang.libelle'] ?></td>
-
 
89
						<td><?= $taxon['nom_sci'] ?></td>
-
 
90
						<td><?= $taxon['num_nom'] ?></td>
-
 
91
					</tr>
-
 
92
				<?php endforeach; ?>
-
 
93
			<?php endif; ?>
-
 
94
		</table>
-
 
95
		<?php endif; ?>
-
 
96
		</div>
Line -... Line 97...
-
 
97
		
-
 
98
		<!-- VIDE DE DONNEES -->
-
 
99
	<?php if ( empty($nomenclature['taxons_sup']) && empty($classification['taxon_inf'] ) ) : ?>
-
 
100
	Aucune donnée.
-
 
101
	<?php endif; ?>
Line 61... Line 102...
61
		
102
	<br/>
62
	
103
	
63
	<!-- FLORES -->
104
	<!-- FLORES -->
64
	<?php if(is_array($nomenclature['flores_synonymes']) && count($nomenclature['flores_synonymes']) > 0) { ?>
105
	<?php if(is_array($nomenclature['flores_synonymes']) && count($nomenclature['flores_synonymes']) > 0) { ?>