Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 430 Rev 431
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="<?=htmlentities($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($repartition['urls'][$nnTaxon])) : ?>
36
					<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
37
						<img src="<?=htmlentities($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 : ?>