Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1211 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1474 delphine 1
<div class="layout-col-gauche">
2
	<div class="layout-wrapper">
3
		<aside class="layout-colonne">
4
		</aside>
5
		<div class="layout-contenu">
6
			<?php if($typeNom == "nom_scientifique"): ?>
7
				<?php if ($rang == null): ?>
8
					Cet affichage montre tous les résultats.
9
					<a href="<?php echo $urlInverse; ?>">Cliquez ici pour afficher seulement les espèces</a>
10
				<?php else: ?>
11
					<!-- Cet affichage ne montre que le rang "<?php echo $rang; ?>".-->
12
					Cet affichage ne montre que les espèces.
13
					<a href="<?php echo $urlInverse; ?>">Cliquez ici pour afficher tous les taxons</a>
14
				<?php endif; ?>
15
				<br/><br/>
16
			<?php endif; ?>
17
 
18
			<?=$ongletsHtml?>
19
 
20
			<p style="float:right;">
21
				<?php if($typeNom == "nom_scientifique"): ?>
22
					<?= $nombreTaxonsAffiches ?> nom<?php echo $nombreTaxonsAffiches > 1 ? 's' : ''; ?> affiché<?php echo $nombreTaxonsAffiches > 1 ? 's' : ''; ?> /
23
				<?php endif; ?>
24
				<?=$nbreTaxons?> nom<?php echo $nbreTaxons > 1 ? 's' : ''; ?> trouvé<?php echo $nbreTaxons > 1 ? 's' : ''; ?>.
25
			</p>
26
 
27
			<?=$nomsHtml?>
28
</div></div></div>