Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1274 Rev 1359
Line 4... Line 4...
4
 
4
 
5
		<? foreach ($noms as $nnTaxon => $nom) : ?>
5
		<? foreach ($noms as $nnTaxon => $nom) : ?>
6
		 	<li class="zone-resultat">
6
		 	<li class="zone-resultat">
7
		 	<div class="nom-sci">
7
		 	<div class="nom-sci">
8
				<a class="lien_fiche_eflore" href="<?=$nom['urlFiche']?>" >
8
				<a class="lien_fiche_eflore" href="<?=$nom['urlFiche']?>" >
9
					<strong class="nom-sci-retenu"><?=$nom['nomSciRetenu']?></strong>
9
					<strong class="nom-sci-retenu"><?=$nom['nomSciRetenuSurligne']?></strong>
10
				</a>
10
				</a>
Line 11... Line 11...
11
			</div>	
11
			</div>	
12
				
12
				
13
			<?php if (isset($repartition)) : ?>
13
			<?php if (isset($repartition)) : ?>
14
				<?php if (isset($repartition['urls'][$nnTaxon]) ) : ?>
14
				<?php if (isset($repartition['urls'][$nnTaxon]) ) : ?>
15
					<img class="illustration_resultat_choro" src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" />
15
					<img class="illustration_resultat_choro" src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="<?= $nom['nomSciRetenu'] ?> - Carte de répartition" />
16
				<?php else : ?>
16
				<?php else : ?>
Line 17... Line 17...
17
					<div class="absent">Pas de carte</div>
17
					<div class="absent">Pas de carte</div>
18
			<?php endif;endif; ?>
18
			<?php endif;endif; ?>
19
			
19
			
20
			<?php if ($nom['rang'] != 'Famille' &&  $nom['rang'] != 'Genre' && $nom['rang'] != 'Ordre') : ?>
20
			<?php if ($nom['rang'] != 'Famille' &&  $nom['rang'] != 'Genre' && $nom['rang'] != 'Ordre') : ?>
21
				<?php  if (isset($imagesUrls[$nnTaxon])) : ?>
21
				<?php  if (isset($imagesUrls[$nnTaxon])) : ?>
22
					<img class="illustration_resultat_cel" src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" data-num-nom="<?= $nnTaxon; ?>" title="<?= $nnTaxon; ?>" alt="Image provenant du CEL" style="width:100px;height:100px;display:block;float:right;"/>
22
					<img class="illustration_resultat_cel" src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" data-num-nom="<?= $nnTaxon; ?>" title="<?= $nnTaxon; ?>" alt="<?= $nom['nomSciRetenu'] ?> (image CeL)" style="width:100px;height:100px;display:block;float:right;"/>
23
				<?php else : ?>
23
				<?php else : ?>
24
					<p class="absent">Pas de photo<br />
24
					<p class="absent">Pas de photo<br />
Line 29... Line 29...
29
						</a>
29
						</a>
30
					</p>
30
					</p>
31
				<?php endif; ?>
31
				<?php endif; ?>
Line 32... Line 32...
32
				
32
				
33
				<?php  if (isset($dessins) && isset($dessins[$taxons[$nnTaxon]][0])) :  ?> 
33
				<?php  if (isset($dessins) && isset($dessins[$taxons[$nnTaxon]][0])) :  ?> 
34
					<img class="illustration_resultat_coste" src="<?=htmlentities($dessins[$taxons[$nnTaxon]][0])?>" alt="illustration de Coste" />
34
					<img class="illustration_resultat_coste" src="<?=htmlentities($dessins[$taxons[$nnTaxon]][0])?>" alt="<?= $nom['nomSciRetenu'] ?> (illustration de Coste)" />
35
				<?php endif; ?>
35
				<?php endif; ?>
Line 36... Line 36...
36
			<?php endif; ?>
36
			<?php endif; ?>
37
			
37