Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

<!-- ECOLOGIE -->
<div class="bloc no-break">
        <!-- ECOLOGIE -->
        <div class="categorie">Ecologie</div>
                <? if (!isset($ecologie['baseflor']['aucune'])) : ?>
                <div class="no-break">
                        <h2>Optimum écologique</h2>
                        <span class="citation"><?=$ecologie['baseflor']['meta']['citation']?></span>
                        <div class="fond_graphique">
                          <? if($ecologie['baseflor']['climat_url']) : ?>
                                <div class="no-break">
                                        <div class="graphique"> 
                                                <span class="titre">caractéristiques climatiques</span> 
                                                <br/>
                                                 <!-- laisser attribut alt au cas où svg ne marche pas -->
                                                <object class="svg_clim" type="image/svg+xml" data="<?=$ecologie['baseflor']['climat_url']?>" alt="<?=$ecologie['baseflor']['climat_url_png']?>">  
                                                </object>
                                        </div>
                                </div>
                                <? endif; ?>
                                <? if($ecologie['baseflor']['sol_url']) : ?>
                                <div class="no-break">                  
                                        <div class="graphique">
                                                <span class="titre centrer">caractéristiques du sol</span>
                                                <br/>
                                                 <!-- laisser attribut alt au cas où svg ne marche pas -->
                                                <object  type="image/svg+xml" data="<?=$ecologie['baseflor']['sol_url']?>" class="svg_sol" alt="<?=$ecologie['baseflor']['sol_url_png']?>">  
                                                </object>
                                        </div>
                                        <br/>
                                        <img  src="<?=$ecologie['baseflor']['legende_eco']?>" class="legende_formes"/>
                                </div>
                        </div>
                                <? endif; ?>
                </div>
        <? endif; ?>    
                
        <!-- PHYTOSOCIOLOGIE -->
        <div class="no-break">
        <? if (isset($ecologie['baseveg']['baseflor']['catminat'])) : ?>
                <h2>Phytosociologie</h2>
                        <span class="citation"><?=$ecologie['baseveg']['meta']['citation']?></span>
                <? if (isset($ecologie['baseveg']['syntaxons-sup']) || isset($ecologie['baseveg']['syntaxons-sup'])) : ?>
                        <br/>
                         Le code catminat de ce taxon est <span class="gras"> <?=$ecologie['baseveg']['baseflor']['catminat'] ?></span> </br>
                         Il est caractéristique du syntaxon de niveau <span class="gras"><?=$ecologie['baseveg']['syntaxon-courant'][0]['niveau.libelle']?></span> présenté 
                         dans le tableau ci-dessous avec ses niveaux supérieurs. 
                        <table>
                                <?php foreach ($ecologie['baseveg']['syntaxons-sup'] as $cle => $valeurs ) : ?>
                                        <tr>
                                                <td>
                                                        <span class="gras">
                                                                <?=$valeurs['code_catminat']?>  
                                                        </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'] : '' ?>
                                                        </br>
                                                        Réf. <?=$valeurs['ref_der_biblio']?>
                                                </td>
                                        </tr>
                                <? endforeach; ?>
                                        <tr class="surlignage">
                                                <td> 
                                                <span class="gras">
                                                        <?=$ecologie['baseveg']['syntaxon-courant'][0]['code_catminat']?>
                                                </span></br>
                                                        <?=$ecologie['baseveg']['syntaxon-courant'][0]['niveau.libelle']?>
                                                </td>
                                                <td>
                                                        <span class="gras">
                                                                <?=$ecologie['baseveg']['syntaxon-courant'][0]['syntaxon']?>
                                                        </span> </br>
                                                        <span >
                                                                <?=$ecologie['baseveg']['syntaxon-courant'][0]['physio_biotype']?>
                                                        </span> </br>
                                                        <?= !empty($ecologie['baseveg']['syntaxon-courant'][0]['repartition_france']) ? 'rép.'.$ecologie['baseveg']['syntaxon-courant'][0]['repartition_france'] : ''?>
                                                        </br>
                                                        Réf. <?=$ecologie['baseveg']['syntaxon-courant'][0]['ref_der_biblio']?>
                                                </td>
                                        </tr>
                        </table>
                        <? endif;?>
                <? endif;?>
                </div>  

                <!-- VIDE DE DONNEES -->
                <? if (isset($ecologie['baseflor']['aucune'])) : ?> 
                        Aucune donnée.
                <? endif; ?>
</div>
<br/>