Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 334 Rev 456
Line 5... Line 5...
5
		<tr>
5
		<tr>
6
		<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
6
		<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
7
		</tr>
7
		</tr>
8
	<?php foreach($taxons_sup as $taxon) : ?>
8
	<?php foreach($taxons_sup as $taxon) : ?>
9
		<tr>
9
		<tr>
10
			<td><?= $taxon['rang']  ?></td>
10
			<td><?= $taxon['rang.libelle']  ?></td>
11
			<td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
11
			<td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
12
					<?= $taxon['nom_sci']  ?>
12
					<?= $taxon['nom_sci']  ?>
13
				</a>
13
				</a>
14
			</td>
14
			</td>
15
			<td><?= $taxon['num_nom']  ?></td>
15
			<td><?= $taxon['num_nom']  ?></td>
Line 26... Line 26...
26
		<tr>
26
		<tr>
27
		<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
27
		<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
28
		</tr>
28
		</tr>
29
	<?php foreach($taxons_inf as $taxon) : ?>
29
	<?php foreach($taxons_inf as $taxon) : ?>
30
		<tr>
30
		<tr>
31
			<td><?= $taxon['rang']  ?></td>
31
			<td><?= $taxon['rang.libelle']  ?></td>
32
			<td>
32
			<td>
33
				<a  title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
33
				<a  title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
34
					<?= $taxon['nom_sci']  ?>
34
					<?= $taxon['nom_sci']  ?>
35
				</a>
35
				</a>
36
			</td>
36
			</td>