Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 311 Rev 362
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
						<br />
-
 
20
						<br />
-
 
21
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
19
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
22
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
20
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
23
							onclick="window.open(this.href); return false;">
21
							onclick="window.open(this.href); return false;" class="contribuer">
24
							Contribuez <br />à l'album
22
							Contribuer
25
						</a>
23
						</a>
26
					</p>
24
					</p>
27
				<?php endif; ?>
25
				<?php endif; ?>
28
				<?php if (isset($synonymes[$nnTaxon])) : ?>
26
				<?php if (isset($synonymes[$nnTaxon])) : ?>
29
					<?php $nbrSynonymes = count($synonymes[$nnTaxon]) ?>
27
					<?php $nbrSynonymes = count($synonymes[$nnTaxon]) ?>