Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 183 | Go to most recent revision | 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.
4
		<a href="<?php echo $urlInverse; ?>">Voir les espèces seulement : cliquez ici</a>
5
	<?php else: ?>
6
		<!-- Cet affichage ne montre que le rang "<?php echo $rang; ?>".-->
7
		Cet affichage ne montre que les espèces.
8
		<a href="<?php echo $urlInverse; ?>">Voir tout (sous-espèces, variétés...) : cliquez ici <!-- <input type="checkbox"/> --></a>
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?>