Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 671 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 671 Rev 684
Line 22... Line 22...
22
				<td><?= $classification['taxon_courant']['rang.libelle'] ?></td>
22
				<td><?= $classification['taxon_courant']['rang.libelle'] ?></td>
23
				<td><?= $classification['taxon_courant']['nom_sci'] ?></td>
23
				<td><?= $classification['taxon_courant']['nom_sci'] ?></td>
24
				<td><?= $classification['taxon_courant']['num_nom'] ?></td>
24
				<td><?= $classification['taxon_courant']['num_nom'] ?></td>
25
			</tr>
25
			</tr>
Line 26... Line 26...
26
			
26
			
27
			<?php if ($classification['taxon_inf'] != array()) : ?>	
27
			<?php if ($classification['taxons_inf'] != array()) : ?>	
28
				<?php foreach($classification['taxon_inf'] as $taxon) : ?>
28
				<?php foreach($classification['taxons_inf'] as $taxon) : ?>
29
					<tr>
29
					<tr>
30
						<td><?= $taxon['rang.libelle'] ?></td>
30
						<td><?= $taxon['rang.libelle'] ?></td>
31
						<td><?= $taxon['nom_sci'] ?></td>
31
						<td><?= $taxon['nom_sci'] ?></td>
32
						<td><?= $taxon['num_nom'] ?></td>
32
						<td><?= $taxon['num_nom'] ?></td>