Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1250 Rev 1359
Line 371... Line 371...
371
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
371
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
372
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
372
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
373
			</h3>
373
			</h3>
374
			<div id="contenu-0" class="contenu">
374
			<div id="contenu-0" class="contenu">
375
				<?php if ($illustrations['imageUrl'] != '') : ?>
375
				<?php if ($illustrations['imageUrl'] != '') : ?>
376
					<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?='Illustration de '.$nom_retenu.' '.$nom_vernaculaire;?>" 
376
					<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>" 
377
					src="<?=$illustrations['imageUrl']?>" alt="Image de <?=$nom_retenu?> issue du cel, du site photoflora ou de la flore de Coste" 
377
					src="<?=$illustrations['imageUrl']?>" alt="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>" 
378
					style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
378
					style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
379
				<?php else : ?>
379
				<?php else : ?>
380
					<span class="absent" style="float:none; margin-left:55px">
380
					<span class="absent" style="float:none; margin-left:55px">
381
						Pas de photo<br />
381
						Pas de photo<br />
382
						<a href="http://www.tela-botanica.org/page:cel" 
382
						<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>