Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1000 Rev 1010
Line 79... Line 79...
79
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
79
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
80
			</h3>
80
			</h3>
81
			<div id="contenu-1" class="contenu">
81
			<div id="contenu-1" class="contenu">
82
				<h4><?= $description['titre']?></h4>
82
				<h4><?= $description['titre']?></h4>
83
				<? if ($description['description'] != '') : ?>
83
				<? if ($description['description'] != '') : ?>
84
					<? if($description['titre'] == 'Description Baseflor') : ?>
84
					<? if($description['type'] == 'baseflor') : ?>
85
						<table class="desc">
85
						<table class="desc">
86
							<tr>
86
							<tr>
87
								<td colspan="2">
87
								<td colspan="2">
88
									<?if ($description['description']['type_bio'] != '') : ?>
88
									<?if ($description['description']['type_bio'] != '') : ?>
89
									 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
89
									 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>