Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev Author Line No. Line
1210 mathias 1
<?php if($typeNom == "nom_scientifique"): ?>
2
	<?php if ($rang == null): ?>
3
		Cet affichage montre tous les résultats.
1211 mathias 4
		<a href="<?php echo $urlInverse; ?>">Cliquez ici pour afficher seulement les espèces</a>
1210 mathias 5
	<?php else: ?>
6
		<!-- Cet affichage ne montre que le rang "<?php echo $rang; ?>".-->
7
		Cet affichage ne montre que les espèces.
1211 mathias 8
		<a href="<?php echo $urlInverse; ?>">Cliquez ici pour afficher tous les taxons</a>
1210 mathias 9
	<?php endif; ?>
10
	<br/><br/>
11
<?php endif; ?>
12
 
162 jpm 13
<?=$ongletsHtml?>
1210 mathias 14
 
15
<p style="float:right;">
16
	<?php if($typeNom == "nom_scientifique"): ?>
17
		<?= $nombreTaxonsAffiches ?> nom<?php echo $nombreTaxonsAffiches > 1 ? 's' : ''; ?> affiché<?php echo $nombreTaxonsAffiches > 1 ? 's' : ''; ?> /
18
	<?php endif; ?>
19
	<?=$nbreTaxons?> nom<?php echo $nbreTaxons > 1 ? 's' : ''; ?> trouvé<?php echo $nbreTaxons > 1 ? 's' : ''; ?>.
20
</p>
21
 
84 jpm 22
<?=$nomsHtml?>