Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 570 → Rev 571

/trunk/modules/fiche/squelettes/fiche_synthese_niveau1.tpl.html
16,13 → 16,14
<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
</h3>
<span id="contenu-1" class="contenu">
<span id="contenu-1" class="contenu">
<h4><?= $description['titre']?></h4>
<? if ($description['description'] == '') : ?>
<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
Participez à la rédaction collaborative de cette description
</a>
<? elseif($description['titre'] == 'Description Baseflor') : ?>
<? elseif($description['titre'] == 'Description Baseflor') : ?>
<table class="desc">
<tr>
<td colspan="2">
79,9 → 80,64
</td>
</tr>
</table>
<? else :
echo $description['description']; endif;?>
<br /><br />
<? else : ?>
<table class="desc">
<tr>
<td>
<?if ($description['description']['nom_scientifique'] != '') : ?>
<span class="titre">Nom Scientifique </span>
<?=$description['description']['nom_scientifique']; ?>
<? endif; ?>
<?if ($description['description']['nom_commun'] != '') : ?>
<span class="titre">Nom Commun </span>
<?=$description['description']['nom_commun']; ?>
<? endif; ?>
</td>
</tr>
<tr>
<td>
<?if ($description['description']['texte'] != '') : ?>
<?=$description['description']['texte']; ?>
<br/>
<? endif; ?>
</td>
</tr>
<?if ($description['description']['ecologie'] != '') : ?>
<tr>
<td>
<span class="titre">Écologie </span>
<?=$description['description']['ecologie']; ?>
</td>
</tr>
<? endif; ?>
<?if ($description['description']['repartition'] != '') : ?>
<tr>
<td>
<span class="titre">Répartition </span>
<?=$description['description']['repartition']; ?>
</td>
</tr>
<? endif; ?>
<?if ($description['description']['floraison'] != '') : ?>
<tr>
<td>
<span class="titre">Floraison/fructuation </span>
<?=$description['description']['floraison']; ?>
</td>
</tr>
<? endif; ?>
<?if ($description['description']['consommation'] != '') : ?>
<tr>
<td>
<span class="titre">Consommation </span>
<?=$description['description']['consommation']; ?>
</td>
</tr>
<? endif; ?>
</table>
<? endif;?>
<br /><br />
<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
Complétez cette description
</a>