Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 830 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
802 mathilde 1
<div>
2
 
812 mathilde 3
	<h3> Références  bibliographiques concernant ce syntaxon :</h3>
802 mathilde 4
 
827 mathilde 5
	<span class="italique">Dernière référence : </span><br/>
6
	<ul>
7
		<li>
8
			<?=empty($liste) ? "Pas de données" : $liste['der']?>
9
		</li>
10
	</ul>
11
	 <br/>
12
 
830 mathilde 13
 
827 mathilde 14
	<?if (!empty($liste['anteriorites'])): ?>
830 mathilde 15
		<span class="italique">Références  Antérieures: </span><br/>
16
			<?foreach ($liste['anteriorites'] as $ref) : ?>
17
				<ul>
18
					<li>
19
						<?=$ref?>
20
					</li>
21
				</ul>
1479 mathias 22
			<? endforeach ; ?>
23
	<? endif ; ?>
802 mathilde 24
 
1479 mathias 25
</div>