Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

<ul class="onglets">
<?php if ($typeNom == 'nom_scientifique') : ?>
        <?php foreach ($ongletsNs as $onglet) : ?>
                <li <?=($typeResultat == $onglet ? 'class="menu_actif"': '')?>>
                        <a href="<?=$urls[$onglet]?>"><?=$i18n[$onglet]?></a>
                </li>
        <?php endforeach; ?>
<?php elseif ($typeNom == 'nom_vernaculaire') : ?>
        <?php foreach ($ongletsNv as $onglet) : ?>
                <li <?=($typeResultat == $onglet ? 'class="menu_actif"': '')?>>
                        <a href="<?=$urls[$onglet]?>"><?=$i18n[$onglet]?></a>
                </li>
        <?php endforeach; ?>
<?php endif; ?>
</ul>