Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 854 | 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 sci"': 'class="sci"')?> >
                        <a href="<?=$urls[$onglet]?>"><?=$i18n['ns'][$onglet]?></a>
                </li>
        <?php endforeach; ?>
<?php elseif ($typeNom == 'nom_vernaculaire') : ?>
        <?php foreach ($ongletsNv as $onglet) : ?>
                <li <?=($typeResultat == $onglet ? 'class="menu_actif verna"': 'class="verna"')?> >
                        <a href="<?=$urls[$onglet]?>"><?=$i18n['nv'][$onglet]?></a>
                </li>
        <?php endforeach; ?>
<?php endif; ?>
</ul>