Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 215 Rev 234
Line 5... Line 5...
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
				<?php if (isset($imagesUrls[$nnTaxon])) : ?>
8
				<?php if (isset($imagesUrls[$nnTaxon])) : ?>
9
				<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
9
				<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
-
 
10
				<?php else : ?>
-
 
11
				<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
					<br />
-
 
14
				</div>
10
				<?php endif; ?>
15
				<?php endif; ?>
11
				<?php if (isset($nom['synonymes'])) : ?>
16
				<?php if (isset($nom['synonymes'])) : ?>
12
					<?php $nbrSynonymes = count($nom['synonymes']) ?>
17
					<?php $nbrSynonymes = count($nom['synonymes']) ?>
13
					<ul class="synonymes" style="width:100%;">
18
					<ul class="synonymes" style="width:100%;">
14
						<?php for ($i = 0; ($i < 3); $i++) : ?>
19
						<?php for ($i = 0; ($i < 3); $i++) : ?>