Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 671 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 671 Rev 1130
Line 4... Line 4...
4
	
4
	
5
	<!-- FLORE -->
5
	<!-- FLORE -->
6
	<? if(!empty($bibliographie['flores']['liste_flores'])) : ?>
6
	<? if(!empty($bibliographie['flores']['liste_flores'])) : ?>
7
	<div class ="no-break">
7
	<div class ="no-break">
8
		<h2 > Flores </h2>
8
		<h2 > Flores </h2>
9
		<span class='citation'><?= $bibliographie['flores']['meta']['titre']?></span>
9
		<span class='citation'><?= $bibliographie['flores']['meta']['citation']?></span>
10
		<ul class="liste_biblio_flores allow-break">
10
		<ul class="liste_biblio_flores allow-break">
11
			<?php foreach($bibliographie['flores']['liste_flores'] as $flore) : ?>
11
			<?php foreach($bibliographie['flores']['liste_flores'] as $flore) : ?>
12
			<li class="item_biblio_flore"><span class="nom"> <?= $flore ?></span></li>
12
			<li class="item_biblio_flore"><span class="nom"> <?= $flore ?></span></li>
13
			<?php endforeach; ?>
13
			<?php endforeach; ?>