Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 145 → Rev 146

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