Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

<ol>
        <? foreach ($noms as $id => $nom) : ?>
        <li>
                <a href="<?=$nom['url']?>">
                <strong class="nom-sci-retenu"><?=$nom['nom_sci']?></strong>
                <?php if ($nom['retenu'] !== 'true') : ?>
                        <?php foreach ($nom['synonymes'] as $id_syn => $synonyme) : ?>
                                <?=$synonyme?>, 
                        <? endforeach; ?>
                <?php endif; ?>
                </a>
        </li>
        <? endforeach; ?>
</ol>