Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
95 delphine 1
<ol>
2
	<? foreach ($noms as $id => $nom) : ?>
3
	<li>
4
		<a href="<?=$nom['url']?>">
5
		<strong class="nom-sci-retenu"><?=$nom['nom_sci']?></strong>
6
		<?php if ($nom['retenu'] !== 'true') : ?>
7
			<?php foreach ($nom['synonymes'] as $id_syn => $synonyme) : ?>
8
				<?=$synonyme?>,
9
			<? endforeach; ?>
10
		<?php endif; ?>
11
		</a>
12
	</li>
13
	<? endforeach; ?>
14
</ol>