Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 362 Rev 382
Line 14... Line 14...
14
				<?php if (isset($imagesUrls[$nnTaxon])) : ?>
14
				<?php if (isset($imagesUrls[$nnTaxon])) : ?>
15
					<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
15
					<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
16
				<?php else : ?>
16
				<?php else : ?>
17
					<p class="absent">
17
					<p class="absent">
18
						Pas de photo<br />
18
						Pas de photo<br />
19
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
19
						<a href="http://www.tela-botanica.org/page:saisie_observations?langue=fr" 
20
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
20
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
21
							onclick="window.open(this.href); return false;" class="contribuer">
21
							onclick="window.open(this.href); return false;" class="contribuer">
22
							Contribuer
22
							Contribuer
23
						</a>
23
						</a>
24
					</p>
24
					</p>