Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1255 Rev 1359
Line 372... Line 372...
372
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
372
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
373
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
373
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
374
			</h3>
374
			</h3>
375
			<div id="contenu-0" class="contenu">
375
			<div id="contenu-0" class="contenu">
376
				<?php if (empty($illustrations['imageUrl']) == false) : ?>
376
				<?php if (empty($illustrations['imageUrl']) == false) : ?>
377
					<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?='Illustration de '.$nom_retenu.' '.$nom_vernaculaire;?>" 
377
					<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>" 
378
					src="<?=$illustrations['imageUrl']?>" alt="Image de <?=$nom_retenu?> issue du cel, du site photoflora ou de la flore de Coste" 
378
					src="<?=$illustrations['imageUrl']?>" alt="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>" 
379
					style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
379
					style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
380
				<?php else : ?>
380
				<?php else : ?>
381
					<span class="absent" style="float:none; margin-left:55px">
381
					<span class="absent" style="float:none; margin-left:55px">
382
						Pas de photo<br />
382
						Pas de photo<br />
383
						<a href="http://www.tela-botanica.org/page:cel" 
383
						<a href="http://www.tela-botanica.org/page:cel" 
Line 399... Line 399...
399
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition"><?=$i18n["onglet-nom-repart"]?></a>
399
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition"><?=$i18n["onglet-nom-repart"]?></a>
400
			</h3>
400
			</h3>
401
			<div id="contenu-3" class="contenu">
401
			<div id="contenu-3" class="contenu">
402
			  	<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
402
			  	<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
403
			  		<h4>Observations</h4>
403
			  		<h4>Observations</h4>
404
			  		<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
404
			  		<img src="<?=htmlentities($repartition['eflore'])?>" alt="<?= $infos['nom_sci'] ?> - carte des observations" style="margin-left: 11px; width: 190px;" />
405
			  	<? endif; ?>
405
			  	<? endif; ?>
406
			  	<? if ($repartition['chorodep'] != null) : ?>
406
			  	<? if ($repartition['chorodep'] != null) : ?>
407
					<h4>Répartition départementale</h4>
407
					<h4>Répartition départementale</h4>
408
					<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
408
					<img src="<?=htmlentities($repartition['chorodep'])?>" alt="<?= $infos['nom_sci'] ?> - carte de répartition"/>
409
			  	<? endif; ?>
409
			  	<? endif; ?>
410
			  	<br/>
410
			  	<br/>
411
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
411
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
412
					Voir +/Compléter
412
					Voir +/Compléter
413
				</a>
413
				</a>