Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1053 | Rev 1055 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1053 Rev 1054
Line 21... Line 21...
21
		<?php else : echo ' <br/> Aucune illustration. <br/> <br/>'; endif;?>
21
		<?php else : echo ' <br/> Aucune illustration. <br/> <br/>'; endif;?>
22
		</div>
22
		</div>
23
	<? endif; ?>
23
	<? endif; ?>
Line 24... Line 24...
24
	
24
	
25
	<? if (isset($cel)) : ?>
25
	<? if (isset($cel)) : ?>
26
		<h2>Flora Data</h2>
26
		<h2>Carnet En Ligne (CEL)</h2>
27
		<div id="illustrations-cel">
27
		<div id="illustrations-cel">
28
			<?php if (isset($cel['images'])) : ?>
28
			<?php if (isset($cel['images'])) : ?>
29
				<ul class="liste-illustrations">
29
				<ul class="liste-illustrations">
30
				<?php foreach($cel['images'] as $id => $image) : ?>
30
				<?php foreach($cel['images'] as $id => $image) : ?>