Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 845 Rev 847
Line 66... Line 66...
66
		<table class="allow-break">
66
		<table class="allow-break">
67
			<tr>
67
			<tr>
68
				<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
68
				<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
69
			</tr>
69
			</tr>
Line 70... Line 70...
70
			
70
			
71
				<?php foreach ($classification['taxons_sup']  as $taxon) : ?>
71
				<?php foreach ($nomenclature['taxons_sup']  as $taxon) : ?>
72
					<tr>
72
					<tr>
73
						<td><?= $taxon['rang.libelle'] ?></td>
73
						<td><?= $taxon['rang.libelle'] ?></td>
74
						<td><?= $taxon['nom_sci'] ?></td>
74
						<td><?= $taxon['nom_sci'] ?></td>
75
						<td><?= $taxon['num_nom'] ?></td>
75
						<td><?= $taxon['num_nom'] ?></td>