Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

<ul id="ef-resultats-determination">
        <? foreach ($noms as $nnTaxon => $nom) : ?>
        <li style="min-height:101px;">
                <a href="<?=$nom['url']?>">
                        <strong class="nom-sci-retenu"><?=$nom['nom_sci_retenu']?></strong>
                </a>
                
                <img src="http://localhost/service:eflore:0.1/cel/images?masque.nn=<?=$nnTaxon?>&retour.format=CXS" style="display:block;float:right;"/>
                
                <?php if (isset($nom['synonymes'])) : ?>
                <ul class="synonymes" style="width:50%;">
                        <?php foreach ($nom['synonymes'] as $synonyme) : ?>
                                <li>= <?=$synonyme?></li>
                        <? endforeach; ?>
                </ul>
                <?php endif; ?>
        </li>
        <? endforeach; ?>
</ul>
<script>
//Déclenchement d'actions quand JQuery et le document HTML sont OK
$(document).ready(function() {
        
});

</script>