Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 252 Rev 279
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
				<img src="<?=$repartition_vignette?>" alt="carte de répartition" class="repartition_vignette"/>
8
				<?php if (isset($imagesUrls[$nnTaxon])) : ?>
9
				<?php if (isset($imagesUrls[$nnTaxon])) : ?>
9
				<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
10
				<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
10
				<?php else : ?>
11
				<?php else : ?>
11
				<div class="absent">PAS DE PHOTO<br /><br /><br />
12
				<div class="absent">PAS DE PHOTO<br /><br /><br />
12
					<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>
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>