Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 917 Rev 922
Line 19... Line 19...
19
					<?php  if (isset($imagesUrls[$nnTaxon])) : ?>
19
					<?php  if (isset($imagesUrls[$nnTaxon])) : ?>
20
						<img class="illustration_resultat_cel" src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" title="<?= $nnTaxon; ?>" alt="Image provenant du CEL" style="width:100px;height:100px;display:block;float:right;"/>
20
						<img class="illustration_resultat_cel" src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" title="<?= $nnTaxon; ?>" alt="Image provenant du CEL" style="width:100px;height:100px;display:block;float:right;"/>
21
					<?php else : ?>
21
					<?php else : ?>
22
						<p class="absent">
22
						<p class="absent">
23
							Pas de photo<br />
23
							Pas de photo<br />
24
							<a href="http://www.tela-botanica.org/page:saisie_observations?langue=fr" 
24
							<a href="http://www.tela-botanica.org/page:cel" 
25
								title="Ajouter une photographie au moyen du Carnet en Ligne" 
25
								title="Ajouter une photographie au moyen du Carnet en Ligne" 
26
								onclick="window.open(this.href); return false;" class="contribuer">
26
								onclick="window.open(this.href); return false;" class="contribuer">
27
								Contribuer
27
								Contribuer
28
							</a>
28
							</a>
29
						</p>
29
						</p>