Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 789 Rev 858
Line 2... Line 2...
2
	<?php if ($noms) :?>
2
	<?php if ($noms) :?>
Line 3... Line 3...
3
	
3
	
Line 4... Line 4...
4
		<? foreach ($noms as $nnTaxon => $nom) : ?>
4
		<? foreach ($noms as $nnTaxon => $nom) : ?>
-
 
5
		
5
		
6
		 	<li class="zone-resultat">
6
		 	<li class="zone-resultat">
7
		 	<div class="nom-sci">
7
				<a href="<?=$nom['urlFiche']?>">
8
				<a href="<?=$nom['urlFiche']?>" >
8
					<strong class="nom-sci-retenu"><?=$nom['nomSciRetenu']?></strong>
9
					<strong class="nom-sci-retenu"><?=$nom['nomSciRetenu']?></strong>
Line 9... Line 10...
9
				</a>
10
				</a>
10
				
11
			</div>	
11
				
12
				
12
					<?php if (isset($repartition['urls'][$nnTaxon]) ) : ?>
13
					<?php if (isset($repartition['urls'][$nnTaxon]) ) : ?>