Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 320 | Rev 327 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 320 Rev 321
Line 22... Line 22...
22
	</div>
22
	</div>
Line 23... Line 23...
23
	
23
	
24
	<h2>Statuts</h2>
24
	<h2>Statuts</h2>
25
	<table class="liste_statuts">
25
	<table class="liste_statuts">
-
 
26
		<tr>
26
		<tr>
27
			<th></th>
27
		<?php foreach($chorologie['colonnes'] as $colonne) : ?>
28
		<?php foreach($chorologie['colonnes'] as $colonne) : ?>
28
			<th></th><th><?= $colonne ?></th>
29
			<th><?= $colonne ?></th>
29
		<?php endforeach; ?>
30
		<?php endforeach; ?>
30
		</tr>
31
		</tr>
31
		<?php foreach($chorologie['donnees'] as $type => $donnee) : ?>
32
		<?php foreach($chorologie['donnees'] as $type => $donnee) : ?>
32
		<tr>
33
		<tr>