Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 798 → Rev 799

/trunk/modules/resultat/squelettes/liste_noms_verna.tpl.html
3,17 → 3,15
<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) : ?>
<? $i = 1; 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>
<td><a href="<?= $valeurs['urlFiche']?>"><?= $valeurs['nomSci']?></a></td>
</tr>
<? endforeach; ?>
</table>