Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 279 Rev 311
Line 3... Line 3...
3
		<? foreach ($noms as $nnTaxon => $nom) : ?>
3
		<? foreach ($noms as $nnTaxon => $nom) : ?>
4
		 	<li class="zone-resultat">
4
		 	<li class="zone-resultat">
5
				<a href="<?=$nom['urlFiche']?>">
5
				<a href="<?=$nom['urlFiche']?>">
6
					<strong class="nom-sci-retenu"><?=$nom['nomSciRetenu']?></strong>
6
					<strong class="nom-sci-retenu"><?=$nom['nomSciRetenu']?></strong>
7
				</a>
7
				</a>
-
 
8
				
-
 
9
				<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
8
				<img src="<?=$repartition_vignette?>" alt="carte de répartition" class="repartition_vignette"/>
10
					<img src="<?=$repartition['urls'][$nnTaxon]?>" alt="Carte de répartition" class="repartition_vignette"/>
-
 
11
				<?php else : ?>
-
 
12
					<div class="absent">Pas de carte</div>
-
 
13
				<?php endif; ?>
9
				<?php if (isset($imagesUrls[$nnTaxon])) : ?>
14
				<?php if (isset($imagesUrls[$nnTaxon])) : ?>
10
				<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
15
					<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
11
				<?php else : ?>
16
				<?php else : ?>
12
				<div class="absent">PAS DE PHOTO<br /><br /><br />
17
					<p class="absent">
-
 
18
						Pas de photo<br />
-
 
19
						<br />
-
 
20
						<br />
-
 
21
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
13
					<a href="http://www.tela-botanica.org/appli:cel2#81722" title="Ajouter une photographie au moyen du Carnet en Ligne" onclick="window.open(this.href); return false;">Contribuez <br />à l'album</a>
22
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
-
 
23
							onclick="window.open(this.href); return false;">
-
 
24
							Contribuez <br />à l'album
14
					<br />
25
						</a>
15
				</div>
26
					</p>
16
				<?php endif; ?>
27
				<?php endif; ?>
17
				<?php if (isset($synonymes[$nnTaxon])) : ?>
28
				<?php if (isset($synonymes[$nnTaxon])) : ?>
18
					<?php $nbrSynonymes = count($synonymes[$nnTaxon]) ?>
29
					<?php $nbrSynonymes = count($synonymes[$nnTaxon]) ?>
19
					<ul class="synonymes" style="width:100%;">
30
					<ul class="synonymes" style="width:100%;">
20
						<?php for ($i = 0; ($i < 3); $i++) : ?>
31
						<?php for ($i = 0; ($i < 3); $i++) : ?>