Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1211 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1211 Rev 1474
Line 1... Line -...
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; ?>">Cliquez ici pour afficher seulement les espèces</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; ?>">Cliquez ici pour afficher tous les taxons</a>
-
 
9
	<?php endif; ?>
-
 
10
	<br/><br/>
-
 
11
<?php endif; ?>
-
 
12
 
-
 
13
<?=$ongletsHtml?>
-
 
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
 
-
 
22
<?=$nomsHtml?>
-
 
23
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>
-
 
29
24
30