Line 26... |
Line 26... |
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 |
<ul class="liste-illustrations allow-break">
|
29 |
<ul class="liste-illustrations allow-break">
|
30 |
<li>
|
30 |
<li>
|
31 |
<img src="<?= $image['src']; ?>" />
|
31 |
<img src="<?= $illustrations['cel']['images']['src']; ?>" />
|
32 |
<p>
|
32 |
<p>
|
33 |
à <strong class="localisation"><?= $illustrations['cel']['images']['commune']; ?></strong><br />
|
33 |
à <strong class="localisation"><?= $illustrations['cel']['images']['commune']; ?></strong><br />
|
34 |
observée le <strong class="date-creation"><?= $illustrations['cel']['images']['date']; ?></strong><br />
|
34 |
observée le <strong class="date-creation"><?= $illustrations['cel']['images']['date']; ?></strong><br />
|
35 |
par <strong class="auteur"><?= $illustrations['cel']['images']['auteur']; ?></strong>
|
35 |
par <strong class="auteur"><?= $illustrations['cel']['images']['auteur']; ?></strong>
|
36 |
</p>
|
36 |
</p>
|