Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 312 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 312 Rev 362
Line 42... Line 42...
42
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
42
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
43
						<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
43
						<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
44
					<?php else : ?>
44
					<?php else : ?>
45
						<p class="absent">
45
						<p class="absent">
46
						Pas de photo<br />
46
						Pas de photo<br />
47
						<br />
-
 
48
						<br />
-
 
49
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
47
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
50
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
48
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
51
							onclick="window.open(this.href); return false;">
49
							onclick="window.open(this.href); return false;" class="contribuer">
52
							Contribuez <br />à l'album
50
							Contribuer
53
						</a>
51
						</a>
54
					</p>
52
					</p>
55
					<?php endif; ?>
53
					<?php endif; ?>
56
				</td></tr>
54
				</td></tr>
57
				</tbody>
55
				</tbody>