Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 202 Rev 235
Line 32... Line 32...
32
				</td><td class="nom">
32
				</td><td class="nom">
33
					<a href="<?=$nom['urlFiche']?>" ><?=$nom['nomSci']?></a>
33
					<a href="<?=$nom['urlFiche']?>" ><?=$nom['nomSci']?></a>
34
				</td><td >
34
				</td><td >
35
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
35
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
36
						<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
36
						<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
-
 
37
					<?php else : ?>
-
 
38
						<div class="absent">PAS DE PHOTO<br /><br /><br />
-
 
39
							<a href="http://www.tela-botanica.org/appli:cel2#81722" title="Ajouter une photographie au moyen du Carnet en Ligne" onclick="window.open(this.href); return false;">Contribuez <br />à l'album</a>
-
 
40
							<br />
-
 
41
						</div>
37
					<?php endif; ?>
42
					<?php endif; ?>
38
				</td></tr>
43
				</td></tr>
39
				</tbody>
44
				</tbody>
40
				</table>
45
				</table>
41
			</li>
46
			</li>