Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 642 Rev 696
Line 24... Line 24...
24
	<?php if (isset($illustrations['cel']['images'])) : ?>
24
	<?php if (isset($illustrations['cel']['images'])) : ?>
25
	<div class="deux-colonnes">
25
	<div class="deux-colonnes">
26
		<h2>Carnet En Ligne (CEL)</h2>
26
		<h2>Carnet En Ligne (CEL)</h2>
27
		<span class="citation"><?= $illustrations['cel']['meta']['titre']?></span><br/>
27
		<span class="citation"><?= $illustrations['cel']['meta']['titre']?></span><br/>
28
		<div id="illustrations">
28
		<div id="illustrations">
29
			<? $image = reset($illustrations['cel']['images']);?>
-
 
30
			<ul class="liste-illustrations allow-break">
29
			<ul class="liste-illustrations allow-break">
31
				<li>   
30
				<li>   
32
					<img src="<?= $image['src']; ?>" />
31
					<img src="<?= $image['src']; ?>" />
33
					<p>
32
					<p>
34
						à <strong class="localisation"><?= $image['commune']; ?></strong><br />
33
						à <strong class="localisation"><?= $illustrations['cel']['images']['commune']; ?></strong><br />
35
						observée le <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
34
						observée le <strong class="date-creation"><?= $illustrations['cel']['images']['date']; ?></strong><br /> 
36
						par <strong class="auteur"><?= $image['auteur']; ?></strong> 
35
						par <strong class="auteur"><?= $illustrations['cel']['images']['auteur']; ?></strong> 
37
					</p>
36
					</p>
38
				</li>
37
				</li>
39
			</ul>
38
			</ul>
40
			<hr class="nettoyage" />
39
			<hr class="nettoyage" />
41
		</div>
40
		</div>