Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 333 → Rev 334

/trunk/modules/fiche/squelettes/fiche_classification.tpl.html
1,5 → 1,6
<div id="classification">
<h2>Taxons Supérieurs</h2>
<?php if($taxons_sup != array()) { ?>
<table class="liste_taxons_superieurs">
<tr>
<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
7,13 → 8,20
<?php foreach($taxons_sup as $taxon) : ?>
<tr>
<td><?= $taxon['rang'] ?></td>
<td><?= $taxon['nom_sci'] ?></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>
</td>
<td><?= $taxon['num_nom'] ?></td>
</tr>
<?php endforeach; ?>
</table>
<?php } else { ?>
<h3 class="aucune_info"> Aucun taxon supérieur référencé </h3>
<?php } ?>
<h2>Taxons Inférieurs</h2>
<?php if($taxons_inf != array()) { ?>
<table class="liste_taxons_inferieurs">
<tr>
<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
21,11 → 29,18
<?php foreach($taxons_inf as $taxon) : ?>
<tr>
<td><?= $taxon['rang'] ?></td>
<td><?= $taxon['nom_sci'] ?></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>
</td>
<td><?= $taxon['num_nom'] ?></td>
</tr>
<?php endforeach; ?>
</table>
<?php } else { ?>
<h3 class="aucune_info"> Aucun taxon inférieur référencé </h3>
<?php } ?>
<div class="conteneur_lien_metadonnees">
<?= $meta['titre']?>
<span class="conteneur_lien_metadonnees">