Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 503 → Rev 504

/trunk/modules/fiche/squelettes/fiche_classification.tpl.html
4,8 → 4,8
<tr>
<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
</tr>
<?php if($taxons_sup != array()) { ?>
<?php foreach($taxons_sup as $taxon) : ?>
<?php if ($taxons_sup != array()) : ?>
<?php foreach ($taxons_sup as $taxon) : ?>
<tr>
<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']); ?>">
15,13 → 15,13
<td><?= $taxon['num_nom'] ?></td>
</tr>
<?php endforeach; ?>
<?php } ?>
<?php endif; ?>
<tr class='surlignage'>
<td><?= $taxon_courant['rang.libelle'] ?></td>
<td><?= $taxon_courant['nom_sci'] ?></td>
<td><?= $taxon_courant['num_nom'] ?></td>
</tr>
<?php if($taxons_inf != array()) { ?>
<?php if ($taxons_inf != array()) : ?>
<?php foreach($taxons_inf as $taxon) : ?>
<tr>
<td><?= $taxon['rang.libelle'] ?></td>
33,7 → 33,7
<td><?= $taxon['num_nom'] ?></td>
</tr>
<?php endforeach; ?>
<?php } ?>
<?php endif; ?>
</table>
<div class="conteneur_lien_metadonnees">
<?= $meta['titre']?>