Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 719 | Blame | Compare with Previous | Last modification | View Log | RSS feed

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