Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 638 → Rev 639

/trunk/modules/pdf_export/squelettes/pdf_statuts.tpl.html
New file
0,0 → 1,24
<!-- STATUTS de protection -->
<div class="bloc no-break">
<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" 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/>