Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 669 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
639 mathilde 1
<!-- STATUTS de protection -->
2
<div class="bloc no-break">
3
	<h2 class= "categorie">Statuts de protection</h2>
4
 
5
	<!-- WIKI -->
6
	<? if(!empty($statuts['wikini']['statuts_de_protection'])) : ?>
7
	<div class="no-break">
8
		<h2>Vos compléments sur les statuts de protection :</h2>
9
		<span>Données collaboratives sur les statuts de protection. </span>
10
		<div class="allow-break" title="statuts de protection">
11
			<?=$statuts['wikini']['statuts_de_protection']?>
12
		</div>
13
	</div>
14
	<? endif;?>
15
 
16
	<!-- VIDE DE DONNEES -->
17
	<? if (empty($statuts['wikini']['statuts_de_protection'])) : ?>
18
		Ancune donnée.
19
	<? endif;?>
20
 
21
</div>
22
<br/>
23
<br/>
24