Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 913 Rev 917
Line 4... Line 4...
4
//<![CDATA[
4
//<![CDATA[
5
	var urlTexteBrutSectionWikiTpl = "<?= Config::get('texteBrutSectionWikiTpl'); ?>";
5
	var urlTexteBrutSectionWikiTpl = "<?= Config::get('texteBrutSectionWikiTpl'); ?>";
6
	var urlEditionSectionWikiTpl = "<?= Config::get('editionSectionWikiTpl'); ?>";
6
	var urlEditionSectionWikiTpl = "<?= Config::get('editionSectionWikiTpl'); ?>";
7
	var urlTexteFormateSectionWikiTpl = "<?= Config::get('texteFormateSectionWikiTpl'); ?>";
7
	var urlTexteFormateSectionWikiTpl = "<?= Config::get('texteFormateSectionWikiTpl'); ?>";
8
	var pageWikiTaxon = "<?= strtoupper($infos['referentiel']); ?>nt<?= $infos['num_tax']; ?>";
8
	var pageWikiTaxon = "<?= strtoupper($infos['referentiel']); ?>nt<?= $infos['num_tax']; ?>";
-
 
9
	var urlPopup = "<?= Config::get('base_url_application_popup'); ?>";
9
//]]>
10
//]]>
10
</script>
11
</script>
11
<div class="synthese">
12
<div class="synthese">
12
	<div class="colonne deuxtiers">
13
	<div class="colonne deuxtiers">
Line 370... Line 371...
370
			<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">
371
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
372
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
372
			</h3>
373
			</h3>
373
			<div id="contenu-0" class="contenu">
374
			<div id="contenu-0" class="contenu">
374
				<?php if ($illustrations['imageUrl'] != '') : ?>
375
				<?php if ($illustrations['imageUrl'] != '') : ?>
375
					<img src="<?=$illustrations['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
376
					<img class="illustration_cel" title="<?= $num_nom; ?>" src="<?=$illustrations['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
376
				<?php else : ?>
377
				<?php else : ?>
377
					<span class="absent" style="float:none; margin-left:55px">
378
					<span class="absent" style="float:none; margin-left:55px">
378
						Pas de photo<br />
379
						Pas de photo<br />
379
						<a href="http://www.tela-botanica.org/page:cel" 
380
						<a href="http://www.tela-botanica.org/page:cel" 
380
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
381
							title="Ajouter une photographie au moyen du Carnet en Ligne"