Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 259 | Rev 263 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<div id="repartition">
        <object type="image/svg+xml" data="<?=$img?>">     
    Le navigateur ne supporte pas les fichiers SVG !     
   </object>
        <div id="legende" style="padding:15px;">
                <h3>Légende</h3><br />
                <? foreach ($legende as $id => $details) :?>
                                <div style="clear:left; ">
                                        <div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
                                        <div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
                                </div>
                <? endforeach;  ?>
        </div>
        <div id="metadonnees">
                <?=$metadonnees[0]['citation']?>
        </div>
</div>