Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 75 → Rev 76

/trunk/modules/resultat/squelettes/resultat.tpl.html
New file
0,0 → 1,10
<h1>Résultats trouvés : <?=$nbreTaxons?></h1>
<ol>
<? foreach ($taxons as $id => $taxon) : ?>
<li>
<a href="#">
<?php print_r($taxon); ?>
</a>
</li>
<? endforeach; ?>
</ol>