1,8 → 1,9 |
<!-- DESCRIPTION --> |
<div class="bloc no-break"> |
<div class="bloc"> |
|
<div class="categorie">Description</div> |
<!-- COSTE --> |
<? if (!empty($description['coste']['description'])) : ?> |
<? if (!empty($description['coste']['description'])) : ?> |
<div class="no-break"> |
<h2> Description de Coste </h2> |
<span class="citation"><?=$description['coste']['meta']['citation']?></span> |
81,7 → 82,7 |
|
|
<!-- BASEFLOR --> |
<? if (!empty($description['baseflor'])) :?> |
<? if (!empty($description['baseflor'])) : ?> |
<div class="no-break"> |
<h2>Description Baseflor </h2> |
<span class="citation"><?=$description['baseflor']['meta']['citation']?> </span> |
158,13 → 159,12 |
</div> |
<br/> |
<? endif; ?> |
|
|
<!-- WIKI --> |
<? if (!empty($description['wikini']['description'])) : ?> |
<? if (!empty($description['wikini']['description'])) : ?> |
<div class="no-break"> |
<h2> Description collaborative </h2> |
<div class="description wikini editable_sur_clic" title="description"> |
<div class="wiki allow-break" title="description"> |
<?=$description['wikini']['description']?> |
</div> |
</div> |