Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

<!-- STATUTS de protection -->
<div class="bloc <? if ($premier == 'statuts') : echo 'allow-break'; else : echo 'no-break'; endif; ?>">
        <h2 class= "categorie">Statuts de protection</h2>
        
        <!-- WIKI -->
        <? if(!empty($statuts['wikini']['statuts_de_protection'])) : ?>
        <div class="no-break">
                <h2>Vos compléments sur les statuts de protection :</h2>
                <span>Données collaboratives sur les statuts de protection. </span>
                <div class="allow-break wiki" title="statuts de protection">
                        <?=$statuts['wikini']['statuts_de_protection']?>
                </div>
        </div>
        <? endif;?>
        
        <!-- VIDE DE DONNEES -->
        <? if (empty($statuts['wikini']['statuts_de_protection'])) : ?>
                Ancune donnée.
        <? endif;?>
        
</div>
<br/>
<br/>