Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1210 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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