Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 431 Rev 619
Line 31... Line 31...
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="<?=$nom['urlFiche']?>" ><?=$nom['nomSci']?></a>
34
				</td>
34
				</td>
35
				<td>
35
				<td>
-
 
36
					<?php  if (isset($imagesCoste[$taxons[$nom['nomSci']]][0])) : ?> 
-
 
37
					<img src="<?=htmlentities($imagesCoste[$taxons[$nom['nomSci']]][0])?>" alt="illustration de Coste" />
-
 
38
				<?php else : ?>
-
 
39
					<div class="absent">
-
 
40
					Pas d'illustration de Coste.</div>
-
 
41
				<?php endif; ?>
-
 
42
				</td>
-
 
43
				<td>
36
					<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
44
					<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
37
						<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" class="repartition_vignette"/>
45
						<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" class="repartition_vignette"/>
38
					<?php else : ?>
46
					<?php else : ?>
39
						<div class="absent">Pas de carte</div>
47
						<div class="absent">Pas de carte</div>
40
					<?php endif; ?>
48
					<?php endif; ?>