Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 455 → Rev 456

/trunk/modules/fiche/squelettes/fiche_classification.tpl.html
7,7 → 7,7
</tr>
<?php foreach($taxons_sup as $taxon) : ?>
<tr>
<td><?= $taxon['rang'] ?></td>
<td><?= $taxon['rang.libelle'] ?></td>
<td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
<?= $taxon['nom_sci'] ?>
</a>
28,7 → 28,7
</tr>
<?php foreach($taxons_inf as $taxon) : ?>
<tr>
<td><?= $taxon['rang'] ?></td>
<td><?= $taxon['rang.libelle'] ?></td>
<td>
<a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
<?= $taxon['nom_sci'] ?>