Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 919 Rev 922
Line 43... Line 43...
43
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
43
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
44
						<img class="illustration_resultat_cel" src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" title="<?= $nnTaxon; ?>" 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])?>" title="<?= $nnTaxon; ?>" 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/page:cel" 
49
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
49
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
50
							onclick="window.open(this.href); return false;" class="contribuer">
50
							onclick="window.open(this.href); return false;" class="contribuer">
51
							Contribuer
51
							Contribuer
52
						</a>
52
						</a>
53
					</p>
53
					</p>