Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1549 → Rev 1550

/trunk/modules/fiche/squelettes/fiche_ecologie.tpl.html
21,7 → 21,7
<td class="largeur-02"><span class="titre">Lumière </span></td>
<td>
<? foreach ($baseflor['legende']['VEL'] as $code => $infos ) : ?>
<?=$code ?> : <?=$infos['nom'] ?> <? endforeach; ?>
<?=$code ?> : <?=htmlentities($infos['nom']); ?> <? endforeach; ?>
</td>
</tr>
<tr>
28,7 → 28,7
<td><span class="titre">Température </span></td>
<td>
<? foreach ($baseflor['legende']['VET'] as $code => $infos ) : ?>
<?=$code ?> : <?=$infos['nom'] ?> <? endforeach; ?>
<?=$code ?> : <?=htmlentities($infos['nom']); ?> <? endforeach; ?>
</td>
</tr>
<tr>
35,7 → 35,7
<td><span class="titre">Humidité atmosphérique </span></td>
<td>
<? foreach ($baseflor['legende']['VEHA'] as $code => $infos ) : ?>
<?=$code ?> : <?=$infos['nom'] ?> <? endforeach; ?>
<?=$code ?> : <?=htmlentities($infos['nom']); ?> <? endforeach; ?>
</td>
</tr>
<tr>
42,7 → 42,7
<td><span class="titre">Continentalité </span></td>
<td>
<? foreach ($baseflor['legende']['VEC'] as $code => $infos ) : ?>
<?=$code ?> : <?=$infos['nom'] ?> <? endforeach; ?>
<?=$code ?> : <?=htmlentities($infos['nom']); ?> <? endforeach; ?>
</td>
</tr>
</table>
70,7 → 70,7
(pH) </span></td>
<td>
<? foreach ($baseflor['legende']['VER'] as $code => $infos ) : ?>
<?= $code ?> : <?= $infos['nom'] ?> <? endforeach; ?>
<?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach; ?>
</td>
</tr>
<tr>
77,7 → 77,7
<td><span class="titre"> Humidité </span></td>
<td>
<? foreach ($baseflor['legende']['VEHE'] as $code => $infos ) : ?>
<?= $code ?> : <?= $infos['nom'] ?> <? endforeach; ?>
<?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach; ?>
</td>
</tr>
<tr>
84,7 → 84,7
<td><span class="titre"> Texture </span></td>
<td>
<? foreach ($baseflor['legende']['VETX'] as $code => $infos ) : ?>
<?= $code ?> : <?= $infos['nom'] ?> <? endforeach; ?>
<?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach; ?>
</td>
</tr>
<tr>
91,7 → 91,7
<td><span class="titre"> Nutriments </span></td>
<td>
<?php foreach ($baseflor['legende']['VEN'] as $code => $infos ) : ?>
<?= $code ?> : <?= $infos['nom'] ?> <? endforeach; ?>
<?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach; ?>
</td>
</tr>
<tr>
98,7 → 98,7
<td><span class="titre"> Salinité </span></td>
<td>
<?php foreach ($baseflor['legende']['VES'] as $code => $infos ) : ?>
<?= $code ?> : <?= $infos['nom'] ?> <? endforeach; ?>
<?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach; ?>
</td>
</tr>
<tr>
105,7 → 105,7
<td><span class="titre"> Matière Organique </span></td>
<td>
<? foreach ($baseflor['legende']['VEMO'] as $code => $infos ) : ?>
<?= $code ?> : <?= $infos['nom'] ?> <? endforeach; ?>
<?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach; ?>
</td>
</tr>
</table>