Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 787 → Rev 788

/trunk/modules/resultat/squelettes/liste_noms_verna.tpl.html
1,6 → 1,20
<? if ($noms) : ?>
<ol>
</ol>
<? endif; ?>
<p>À implémenter</p>
<table>
<tr>
<th>n°</th>
<th>langue</th>
<th>zone d'usage</th>
<th>nom commun</th>
<th>nom latin</th>
</tr>
<? $i= 0; foreach ($noms as $id => $valeurs) : ?>
<tr>
<td><?=$i++?></td>
<td><?= $valeurs['langue']?></td>
<td><?= $valeurs['zone_usage']?></td>
<td><?= $valeurs['nomVerna']?></td>
<td><?= $valeurs['nomSci']?></td>
</tr>
<? endforeach; ?>
</table>
<? endif; ?>