Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 146 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<ol>
        <? foreach ($noms as $id => $nom) : ?>
        <li>
                <a href="<?=$nom['urlFiche']?>">
        <?php if ($nom['retenu'] == 'true') : ?>
                <strong class="nom-sci-retenu"><?=$nom['nomSci']?></strong>
        <?php else : ?>
                <?=$nom['nomSci']?>
        <?php endif; ?>
                </a>
        </li>
        <? endforeach; ?>
</ol>