Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1000 Rev 1010
Line 18... Line 18...
18
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
18
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
19
			</h3>
19
			</h3>
20
			<div id="contenu-1" class="contenu">
20
			<div id="contenu-1" class="contenu">
21
				<h4><?= $description['titre']?></h4>
21
				<h4><?= $description['titre']?></h4>
22
				<? if ($description['description'] != '') : ?>
22
				<? if ($description['description'] != '') : ?>
23
					<? if($description['titre'] == 'Description Baseflor') : ?>
23
					<? if($description['type'] == 'baseflor') : ?>
24
						<table class="desc">
24
						<table class="desc">
25
							<tr>
25
							<tr>
26
								<td colspan="2">
26
								<td colspan="2">
27
									<?if ($description['description']['type_bio'] != '') : ?>
27
									<?if ($description['description']['type_bio'] != '') : ?>
28
									 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
28
									 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>