Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev Author Line No. Line
76 delphine 1
<h1>Résultats trouvés : <?=$nbreTaxons?></h1>
2
<ol>
3
	<? foreach ($taxons as $id => $taxon) : ?>
4
	<li>
5
		<a href="#">
6
		<?php print_r($taxon); ?>
7
		</a>
8
	</li>
9
	<? endforeach; ?>
10
</ol>