Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

<div class="onglet_contenu" id="ecologie">
        <?php if(isset($baseflor)) : ?>
        <h2>Optimum écologique</h2>
        <? if (!isset($baseflor['aucune'])) : ?>
        <div class="fond_graphique">
                <div class="bloc_graph">
                        <? if (isset($baseflor['climat_url'])) :?>
                        <span class="titre">caractéristiques climatiques</span>

                        <div class="graphique">
                                <object class="ecologie_svg" type="image/svg+xml"
                                        data="<?=$baseflor['climat_url']?>" class="svg"> </object>
                        </div>

                        <button class="voir">voir la légende</button>
                        <button class="cacher">masquer la légende</button>
                        <br />
                        <div class="legende_graphique">
                                <table>
                                        <tr>
                                                <td class="largeur-02"><span class="titre">Lumière </span></td>
                                                <td>
                                                        <? foreach ($baseflor['legende']['VEL'] as $code => $infos ) : ?>
                                                        <?=$code ?> : <?=htmlentities($infos['nom']); ?> <? endforeach; ?>
                                                </td>
                                        </tr>
                                        <tr>
                                                <td><span class="titre">Température </span></td>
                                                <td>
                                                        <? foreach ($baseflor['legende']['VET'] as $code => $infos ) : ?>
                                                        <?=$code ?> : <?=htmlentities($infos['nom']); ?> <? endforeach; ?>
                                                </td>
                                        </tr>
                                        <tr>
                                                <td><span class="titre">Humidité atmosphérique </span></td>
                                                <td>
                                                        <? foreach ($baseflor['legende']['VEHA'] as $code => $infos ) : ?>
                                                        <?=$code ?> : <?=htmlentities($infos['nom']); ?> <? endforeach; ?>
                                                </td>
                                        </tr>
                                        <tr>
                                                <td><span class="titre">Continentalité </span></td>
                                                <td>
                                                        <? foreach ($baseflor['legende']['VEC'] as $code => $infos ) : ?>
                                                        <?=$code ?> : <?=htmlentities($infos['nom']); ?> <? endforeach; ?>
                                                </td>
                                        </tr>
                                </table>
                        </div>
                        <? endif;       ?>
                </div>
                <br />
                <br />
                <div class="bloc_graph">
                        <? if (isset($baseflor['sol_url'])) : ?>
                        <span class="titre">caractéristiques du sol</span>

                        <div class="graphique">
                                <object class="ecologie_svg" type="image/svg+xml"
                                        data="<?= $baseflor['sol_url']?>" class="svg"> </object>
                        </div>
                        <div class="legende_formes"></div>
                        <button class="voir">voir la légende</button>
                        <button class="cacher">masquer la légende</button>
                        <br />
                        <div class="legende_graphique">
                                <table>
                                        <tr>
                                                <td class="largeur-02"><span class="titre"> Réaction
                                                                (pH) </span></td>
                                                <td>
                                                        <? foreach ($baseflor['legende']['VER'] as $code => $infos ) : ?>
                                                        <?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach;       ?>
                                                </td>
                                        </tr>
                                        <tr>
                                                <td><span class="titre"> Humidité </span></td>
                                                <td>
                                                        <? foreach ($baseflor['legende']['VEHE'] as $code => $infos ) : ?>
                                                        <?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach;       ?>
                                                </td>
                                        </tr>
                                        <tr>
                                                <td><span class="titre"> Texture </span></td>
                                                <td>
                                                        <? foreach ($baseflor['legende']['VETX'] as $code => $infos ) : ?>
                                                        <?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach;       ?>
                                                </td>
                                        </tr>
                                        <tr>
                                                <td><span class="titre"> Nutriments </span></td>
                                                <td>
                                                        <?php foreach ($baseflor['legende']['VEN'] as $code => $infos ) : ?>
                                                        <?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach;       ?>
                                                </td>
                                        </tr>
                                        <tr>
                                                <td><span class="titre"> Salinité </span></td>
                                                <td>
                                                        <?php foreach ($baseflor['legende']['VES'] as $code => $infos ) : ?>
                                                        <?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach;       ?>
                                                </td>
                                        </tr>
                                        <tr>
                                                <td><span class="titre"> Matière Organique </span></td>
                                                <td>
                                                        <? foreach ($baseflor['legende']['VEMO'] as $code => $infos ) : ?>
                                                        <?= $code ?> : <?= htmlentities($infos['nom']); ?> <? endforeach;       ?>
                                                </td>
                                        </tr>
                                </table>

                        </div>
                        <? endif;       ?>
                </div>
        </div>
        <div class="conteneur_lien_metadonnees">

                <?= $baseflor['meta']['citation']?>


                <span class="conteneur_lien_metadonnees"> <a
                        class="lien_metadonnees lien_popup various" data-fancybox-type="iframe"
                        href="<?= $baseflor['meta']['url']; ?>">Voir toutes les
                                metadonnées</a>
                </span>
        </div>
        <? else : ?>
        <?= $baseflor['aucune'] ?>
        <br />
        <? endif; ?>
        <? endif; ?>


        <?php if(isset($baseflor)) : ?>
        <h2>Phytosociologie</h2>
        <? if (isset($baseveg['syntaxons-sup']) || isset($baseveg['syntaxons-sup'])) : ?>
        <br /> Le code catminat de ce taxon est <span class="gras"> <a
                href="http://www.e-veg.net/index.php?catminat='<?= $baseveg['baseflor']['catminat'] ?>'"
                target="_blank" title="Voir le détail sur eVeg"> <?=$baseveg['baseflor']['catminat'] ?>
        </a>
        </span> </br> Il est caractéristique du syntaxon de niveau <span class="gras">
                <?= $baseveg['syntaxon-courant'][0]['niveau.libelle']?>
        </span> présenté dans le tableau ci-dessous avec ses niveaux supérieurs. [ <a
                href="http://philippe.julve.pagesperso-orange.fr/catminat.htm"
                target="_blank">Voir le site Catminat pour en savoir plus.</a> ]
        <table>
                <?php foreach ($baseveg['syntaxons-sup'] as $cle => $valeurs ) : ?>
                <tr>
                        <td><span class="gras"> <a
                                        href="http://www.e-veg.net/index.php?catminat='<?=$valeurs['code_catminat'] ?>'"
                                        target="_blank" title="Voir le détail sur eVeg"> <?=$valeurs['code_catminat']?>
                                </a>
                        </span></br> <?=$valeurs['niveau.libelle']?></td>
                        <td><span class="gras">
                                        <?=$valeurs['syntaxon']?>
                        </span> </br> <span>
                                        <?=$valeurs['physio_biotype']?>
                        </span> </br> <?= !empty($valeurs['repartition_france']) ? 'répartition : '.$valeurs['repartition_france'] : '' ?>
                        </td>
                        <td><a class="lien_popup"
                                href="<?= $baseveg['ref']['lien-liste-fancy'][$valeurs['code_catminat']]?>">Réf.</a>
                                </br> <a class="lien_popup"
                                href="<?= $baseveg['synonymes']['lien-liste-fancy'][$valeurs['code_catminat']]?>">Syn.</a>
                                </br> <a class="lien_popup"
                                href="<?= $baseveg['taxons']['lien-liste-fancy'][$valeurs['code_catminat']]?>">Taxons</a>
                        </td>
                </tr>
                <? endforeach; ?>
                <tr class="surlignage">
                        <td><span class="gras"> <a
                                        href="http://www.e-veg.net/index.php?catminat='<?= $baseveg['syntaxon-courant'][0]['code_catminat'] ?>'"
                                        target="_blank" title="Voir le détail sur eVeg"> <?= $baseveg['syntaxon-courant'][0]['code_catminat']?>
                                </a>
                        </span><br /> <?= $baseveg['syntaxon-courant'][0]['niveau.libelle']?></td>
                        <td><span class="gras">
                                        <?=$baseveg['syntaxon-courant'][0]['syntaxon']?>
                        </span> </br> <span>
                                        <?=$baseveg['syntaxon-courant'][0]['physio_biotype']?>
                        </span> </br> <?= !empty($baseveg['syntaxon-courant'][0]['repartition_france']) ? 'rép.'.$baseveg['syntaxon-courant'][0]['repartition_france'] : ''?>
                        </td>
                        <td><a class="lien_popup"
                                href="<?=$baseveg['ref']['lien-liste-fancy'][$baseveg['syntaxon-courant'][0]['code_catminat']]?>">Réf.</a>
                                </br> <a class="lien_popup"
                                href="<?=$baseveg['synonymes']['lien-liste-fancy'][$baseveg['syntaxon-courant'][0]['code_catminat']]?>">Syn.</a></br>
                                <a class="lien_popup"
                                href="<?=$baseveg['baseflor']['lien-liste-fancy']?>">Taxons</a></td>
                </tr>
        </table>
        <div class="conteneur_lien_metadonnees">

                <?=$baseveg['meta']['citation']?>
                <span class="conteneur_lien_metadonnees"> <a
                        class="lien_metadonnees lien_popup various" data-fancybox-type="iframe"
                        href="<?= $baseveg['meta']['url']; ?>">Voir toutes les
                                metadonnées</a>
                </span>
        </div>

        <? else : ?>
        Aucune donnée.
        <? endif; ?>
        <br />
        <?php endif; ?>

        <br /> <br />
        <h2>Vos compléments sur l'écologie</h2>
        <!-- TODO: cette phrase d'aide devrait être ajoutée avec javascript mais le système des onglets ajax nous en empêche -->
        <span class="aide_wikini"> Participez à la rédaction
                collaborative, un double clic dans le cadre suffit pour compléter ou
                corriger la page </span>
        <div class="contenu_editable">
                <div class="description wikini editable_sur_clic" title="ecologie">
                        <?=$wikini['ecologie']?>
                </div>
        </div>
</div>