Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 83 → Rev 84

/trunk/modules/resultat/squelettes/resultat_liste_noms.tpl.html
New file
0,0 → 1,13
<ol>
<? foreach ($noms as $id => $nom) : ?>
<li>
<a href="#">
<?php if ($nom['retenu'] == 'true') : ?>
<strong class="nom-sci-retenu"><?=$nom['nom_sci']?></strong>
<?php else : ?>
<?=$nom['nom_sci']?>
<?php endif; ?>
</a>
</li>
<? endforeach; ?>
</ol>