Line 8... |
Line 8... |
8 |
<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
8 |
<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
9 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
|
9 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
|
10 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description"><?=$i18n["onglet-nom-descr"]?></a>
|
10 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description"><?=$i18n["onglet-nom-descr"]?></a>
|
11 |
</h3>
|
11 |
</h3>
|
12 |
<div id="contenu-1" class="contenu">
|
12 |
<div id="contenu-1" class="contenu">
|
13 |
<h4><?= $description['titre']?></h4>
|
- |
|
14 |
<? if ($description['description'] != '' && $description['description'] != array() : ?>
|
13 |
<? if ($description['description'] != '' && $description['description'] != array() : ?>
|
- |
|
14 |
<h4><?= $description['titre']?></h4>
|
15 |
<? if($description['type'] == 'baseflor') : ?>
|
15 |
<? if($description['type'] == 'baseflor') : ?>
|
16 |
<table class="desc">
|
16 |
<table class="desc">
|
17 |
<tr>
|
17 |
<tr>
|
18 |
<td colspan="2">
|
18 |
<td colspan="2">
|
19 |
<?if ($description['description']['type_bio'] != '') : ?>
|
19 |
<?if ($description['description']['type_bio'] != '') : ?>
|