Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 362 Rev 430
Line 28... Line 28...
28
								</li>
28
								</li>
29
							<?php endif; ?>
29
							<?php endif; ?>
30
						</ul>
30
						</ul>
31
					<?php endif; ?>
31
					<?php endif; ?>
32
				</td><td class="nom">
32
				</td><td class="nom">
33
					<a href="<?=$nom['urlFiche']?>" ><?=$nom['nomSci']?></a>
33
					<a href="<?=htmlentities($nom['urlFiche'])?>" ><?=$nom['nomSci']?></a>
34
				</td>
34
				</td>
35
				<td>
35
				<td>
36
					<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
36
					<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
37
						<img src="<?=$repartition['urls'][$nnTaxon]?>" alt="Carte de répartition" class="repartition_vignette"/>
37
						<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" class="repartition_vignette"/>
38
					<?php else : ?>
38
					<?php else : ?>
39
						<div class="absent">Pas de carte</div>
39
						<div class="absent">Pas de carte</div>
40
					<?php endif; ?>
40
					<?php endif; ?>
-
 
41
				</td>	
41
				<td >
42
				<td >
42
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
43
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
43
						<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
44
						<img src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" alt="Images issues du CEL" style="width:100px;height:100px;display:block;float:right;"/>
44
					<?php else : ?>
45
					<?php else : ?>
45
						<p class="absent">
46
						<p class="absent">
46
						Pas de photo<br />
47
						Pas de photo<br />
47
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
48
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
48
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
49
							title="Ajouter une photographie au moyen du Carnet en Ligne"