Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 628 Rev 866
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 class="lien_fiche_eflore" href="<?=$nom['urlFiche']?>" ><?=$nom['nomSci']?></a>
34
				</td>
34
				</td>
35
				<td>
35
				<td>
36
					<?php  if (isset($imagesCoste[$taxons[$nom['nomSci']]][0])) : ?> 
36
					<?php  if (isset($imagesCoste[$taxons[$nom['nomSci']]][0])) : ?> 
37
						<img src="<?=htmlentities($imagesCoste[$taxons[$nom['nomSci']]][0])?>" alt="illustration de Coste" />
37
						<img class="illustration_resultat_coste" src="<?=htmlentities($imagesCoste[$taxons[$nom['nomSci']]][0])?>" alt="illustration de Coste" />
38
					<?php else : ?>
38
					<?php else : ?>
39
						<div class="vide"></div>
39
						<div class="vide"></div>
40
					<?php endif; ?>
40
					<?php endif; ?>
41
				</td>
41
				</td>
42
				<td>
42
				<td>
43
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
43
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
44
						<img src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" alt="Images issues du CEL" style="width:100px;height:100px;display:block;float:right;"/>
44
						<img class="illustration_resultat_cel" src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" alt="Images issues du CEL" style="width:100px;height:100px;display:block;float:right;"/>
45
					<?php else : ?>
45
					<?php else : ?>
46
						<p class="absent">
46
						<p class="absent">
47
						Pas de photo<br />
47
						Pas de photo<br />
48
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
48
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
49
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
49
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
Line 53... Line 53...
53
					</p>
53
					</p>
54
					<?php endif; ?>
54
					<?php endif; ?>
55
				</td>	
55
				</td>	
56
				<td >
56
				<td >
57
					<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
57
					<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
58
						<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" class="repartition_vignette"/>
58
						<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" class="repartition_vignette illustration_resultat_choro"/>
59
					<?php else : ?>
59
					<?php else : ?>
60
						<div class="absent">Pas de carte</div>
60
						<div class="absent">Pas de carte</div>
61
					<?php endif; ?>
61
					<?php endif; ?>
62
				</td></tr>
62
				</td></tr>
63
				</tbody>
63
				</tbody>