Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 669 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 669 Rev 671
1
<!-- BIBLIOGRAPHIE -->
1
<!-- BIBLIOGRAPHIE -->
2
<div class="bloc no-break">
2
<div class="bloc <? if ($premier == 'bibliographie') : echo 'allow-break'; else : echo 'no-break'; endif; ?>">
3
	<div class="categorie">Bibliographie</div>
3
	<div class="categorie">Bibliographie</div>
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']['titre']?></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; ?>
14
		</ul>
14
		</ul>
15
	</div>
15
	</div>
16
	<? endif; ?>
16
	<? endif; ?>
17
 
17
 
18
	<!-- REFERENCES BIBLIOGRAPĤIQUES-->
18
	<!-- REFERENCES BIBLIOGRAPĤIQUES-->
19
	<? if(!empty($bibliographie['bibliobota']['references'] )) : ?>
19
	<? if(!empty($bibliographie['bibliobota']['references'] )) : ?>
20
	<div class ="no-break allow-break">
20
	<div class ="no-break allow-break">
21
		<h2> Références bibliographiques </h2>
21
		<h2> Références bibliographiques </h2>
22
		<ul class="references_bibliographiques">
22
		<ul class="references_bibliographiques">
23
		<?php foreach($bibliographie['bibliobota']['references'] as $reference) : ?>
23
		<?php foreach($bibliographie['bibliobota']['references'] as $reference) : ?>
24
			<li class="item_biblio_flore"><span class="nom"><?=$reference['reference_html']?></span></li>
24
			<li class="item_biblio_flore"><span class="nom"><?=$reference['reference_html']?></span></li>
25
		<?php endforeach; ?>
25
		<?php endforeach; ?>
26
		</ul>
26
		</ul>
27
	</div>
27
	</div>
28
	<? endif; ?>
28
	<? endif; ?>
29
	
29
	
30
	
30
	
31
	<!-- WIKI-->
31
	<!-- WIKI-->
32
	<? if (!empty($bibliographie['wikini']['biblio'])): ?>
32
	<? if (!empty($bibliographie['wikini']['biblio'])): ?>
33
	<h2> Bibliographie collaborative : </h2>
33
	<h2> Bibliographie collaborative : </h2>
34
	<span> Rédaction collaborative de cette bibliograpĥie. </span>
34
	<span> Rédaction collaborative de cette bibliograpĥie. </span>
35
		<div class="wiki allow-break" title="biblio">
35
		<div class="wiki allow-break" title="biblio">
36
			<?=$bibliograhie['wikini']['biblio']?>
36
			<?=$bibliograhie['wikini']['biblio']?>
37
		</div>
37
		</div>
38
	<? endif; ?>
38
	<? endif; ?>
39
	
39
	
40
	<!-- VIDE DE DONNEES -->
40
	<!-- VIDE DE DONNEES -->
41
	<?php if ( empty($bibliographie['flores']['liste_flores']) 
41
	<?php if ( empty($bibliographie['flores']['liste_flores']) 
42
	&& empty($bibliographie['bibliobota']['references'] ) 
42
	&& empty($bibliographie['bibliobota']['references'] ) 
43
	&& empty($bibliographie['wikini']['biblio'])) : ?>
43
	&& empty($bibliographie['wikini']['biblio'])) : ?>
44
	Aucune donnée.
44
	Aucune donnée.
45
	<?php endif; ?>
45
	<?php endif; ?>
46
	
46
	
47
</div>
47
</div>
48
<br/>
48
<br/>
49
<br/>
49
<br/>