Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 684 Rev 696
Line 16... Line 16...
16
						<td><?= $taxon['nom_sci'] ?></td>
16
						<td><?= $taxon['nom_sci'] ?></td>
17
						<td><?= $taxon['num_nom'] ?></td>
17
						<td><?= $taxon['num_nom'] ?></td>
18
					</tr>
18
					</tr>
19
				<?php endforeach; ?>
19
				<?php endforeach; ?>
Line 20... Line 20...
20
			
20
			
21
			<tr class='surlignage'>
21
			<tr class="surlignage">
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>