Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 161 | Rev 799 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<? if ($noms) : ?>
        <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; ?>