Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 577 → Rev 578

/trunk/modules/fiche/squelettes/fiche_description.tpl.html
6,15 → 6,26
<tr>
<td>
<?if ($coste['description']['nom_scientifique'] != '') : ?>
<span class="titre">Nom Scientifique </span>
<?=$coste['description']['nom_scientifique']; ?>
<span class="gras">
<?=$coste['description']['nom_scientifique']; ?>
</span>
<? endif; ?>
<?if ($coste['description']['nom_commun'] != '') : ?>
<span class="titre">Nom Commun </span>
<?=$coste['description']['nom_commun']; ?>
<span class="italique">
<?=$coste['description']['nom_commun']; ?>
</span>
<? endif; ?>
</td>
</tr>
<?if ($coste['description']['synonymes'] != '') : ?>
<tr>
<td>
<span class="titre">Synonymes </span>
<?=$coste['description']['synonymes']; ?>
</td>
</tr>
<? endif; ?>
<tr>
<td>
<?if ($coste['description']['texte'] != '') : ?>
42,16 → 53,20
<?if ($coste['description']['floraison'] != '') : ?>
<tr>
<td>
<span class="titre">Floraison/fructuation </span>
<span class="titre">Floraison </span>
<?=$coste['description']['floraison']; ?>
<?if ($description['description']['fructification'] != '') : ?>
<span class="titre">Fructification </span>
<?=$description['description']['fructification']; ?>
<? endif; ?>
</td>
</tr>
<? endif; ?>
<?if ($coste['description']['consommation'] != '') : ?>
<?if ($coste['description']['usages'] != '') : ?>
<tr>
<td>
<span class="titre">Consommation </span>
<?=$coste['description']['consommation']; ?>
<span class="titre">Usages</span>
<?=$coste['description']['usages']; ?>
</td>
</tr>
<? endif; ?>