Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 609 Rev 630
Line 396... Line 396...
396
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
396
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
397
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
397
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
398
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
398
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
399
			</h3>
399
			</h3>
400
			<span id="contenu-0" class="contenu">
400
			<span id="contenu-0" class="contenu">
401
				<?php if ($illustration['imageUrl'] != '') : ?>
401
				<?php if (empty($illustration['imageUrl']) == false) : ?>
402
					<img src="<?=$illustration['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: -15px; margin-left: -2px; width: 210px;"/>
402
					<img src="<?=$illustration['imageUrl']?>" alt="Image issue du cel ou du site photoflora ou de la flore de Coste" style="margin-bottom: -15px; margin-left: -2px; width: 210px;"/>
403
				<?php else : ?>
403
				<?php else : ?>
404
					<span class="absent" style="float:none; margin-left:55px">
404
					<span class="absent" style="float:none; margin-left:55px">
405
						Pas de photo<br />
405
						Pas de photo<br />
406
						<a href="http://www.tela-botanica.org/page:cel" 
406
						<a href="http://www.tela-botanica.org/page:cel" 
407
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
407
							title="Ajouter une photographie au moyen du Carnet en Ligne"