Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 812 | 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
 
13
	  <span class="italique">Références  Antérieures: </span><br/>
14
	<?if (!empty($liste['anteriorites'])): ?>
15
		<?foreach ($liste['anteriorites'] as $ref) : ?>
16
			<ul>
17
				<li>
18
					<?=$ref?>
19
				</li>
20
			</ul>
21
		<?endforeach ; ?>
22
	<?endif ; ?>
802 mathilde 23
 
24
</div>