Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1020 Rev 1130
Line 4... Line 4...
4
 
4
 
5
	<!-- COSTE toutes -->
5
	<!-- COSTE toutes -->
6
	<?php if (empty($illustrations['coste']['images']) == false) :?>
6
	<?php if (empty($illustrations['coste']['images']) == false) :?>
7
	<div class="deux-colonnes">
7
	<div class="deux-colonnes">
8
		<h2>Illustration de la flore de  Coste</h2>
8
		<h2>Illustration de la flore de  Coste</h2>
9
		<span class="citation"><?= $illustrations['coste']['meta']['titre']?></span><br/>
9
		<span class="citation"><?= $illustrations['coste']['meta']['citation']?></span><br/>
10
		<div id="illustrations">
10
		<div id="illustrations">
11
			<ul class="liste-illustrations allow-break">
11
			<ul class="liste-illustrations allow-break">
12
				<?php foreach($illustrations['coste']['images'] as $url) : ?>
12
				<?php foreach($illustrations['coste']['images'] as $url) : ?>
13
				<li>
13
				<li>
Line 22... Line 22...
22
	
22
	
23
	<!-- CEL la première image -->
23
	<!-- CEL la première image -->
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']['citation']?></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="<?= $illustrations['cel']['images']['src']; ?>" />
31
					<img src="<?= $illustrations['cel']['images']['src']; ?>" />