Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1210 Rev 1274
Line 44... Line 44...
44
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
44
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
45
						<img class="illustration_resultat_cel" src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" data-num-nom="<?= $nnTaxon; ?>" title="<?= $nnTaxon; ?>" alt="Images issues du CEL" style="width:100px;height:100px;display:block;float:right;"/>
45
						<img class="illustration_resultat_cel" src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" data-num-nom="<?= $nnTaxon; ?>" title="<?= $nnTaxon; ?>" alt="Images issues du CEL" style="width:100px;height:100px;display:block;float:right;"/>
46
					<?php else : ?>
46
					<?php else : ?>
47
						<p class="absent">
47
						<p class="absent">
48
						Pas de photo<br />
48
						Pas de photo<br />
49
						<a href="http://www.tela-botanica.org/page:cel" 
49
						<a href="<?=$urlWidget.'&num_nom='.$nnTaxon?>" 
50
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
50
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
51
							onclick="window.open(this.href); return false;" class="contribuer">
51
							onclick="window.open(this.href); return false;" class="contribuer">
52
							Contribuer
52
							Contribuer
53
						</a>
53
						</a>
54
					</p>
54
					</p>