Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 113 → Rev 114

/trunk/interfaces/squelettes/fiche_taxon.tpl.html
24,7 → 24,7
<table>
<thead>
<tr>
<th>&nbsp;</th>
<th class="largeur-03 vide">&nbsp;</th>
<th>Nom scientifique</th>
<th>Auteur</th>
<th>Année</th>
310,10 → 310,13
<?php if (isset($classification)) : ?>
<? foreach ($classification as $type=>$class) : ?>
<h3>Taxons <?=$type;?></h3>
<table>
<thead>
<tr>
<th <?=($type == 'inférieurs') ? 'colspan="'.$niveau.'"' : '' ?>>Taxons <?=$type;?></th>
<th class="vide" colspan="6">&nbsp;</th>
</tr>
<tr>
<th <?=($type == 'inférieurs') ? 'colspan="'.$niveau.'"' : '' ?>>Rang</th>
<th>Nom scientifique</th>
<th>Auteur</th>
330,7 → 333,7
<? if ($type == 'inférieurs') : ?>
<? for ($i = 1; $i <= $niveau; $i++) : ?>
<? if ($i == $taxon['niveau']) : ?>
<td><?=$taxon['rang'];?></td>
<td><?=$valeur_rang[$taxon['rang']].' ('.$taxon['rang'].')';?></td>
<? else : ?>
<td></td>
<? endif; ?>