Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1301 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php if($typeNom == "nom_scientifique"): ?>
        <?php if ($rang == null): ?>
                Cet affichage montre tous les résultats.
                <a href="<?php echo $urlInverse; ?>">Cliquez ici pour afficher seulement les espèces</a>
        <?php else: ?>
                <!-- Cet affichage ne montre que le rang "<?php echo $rang; ?>".-->
                Cet affichage ne montre que les espèces.
                <a href="<?php echo $urlInverse; ?>">Cliquez ici pour afficher tous les taxons</a>
        <?php endif; ?>
        <br/><br/>
<?php endif; ?>

<?=$ongletsHtml?>

<p style="float:right;">
        <?php if($typeNom == "nom_scientifique"): ?>
                <?= $nombreTaxonsAffiches ?> nom<?php echo $nombreTaxonsAffiches > 1 ? 's' : ''; ?> affiché<?php echo $nombreTaxonsAffiches > 1 ? 's' : ''; ?> / 
        <?php endif; ?>
        <?=$nbreTaxons?> nom<?php echo $nbreTaxons > 1 ? 's' : ''; ?> trouvé<?php echo $nbreTaxons > 1 ? 's' : ''; ?>.
</p>

<?=$nomsHtml?>