Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 570 → Rev 571

/trunk/modules/fiche/squelettes/fiche_synthese_niveau2.tpl.html
79,8 → 79,63
</td>
</tr>
</table>
<? else :
echo $description['description']; endif;?>
<? 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