Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 201 → Rev 202

/trunk/interfaces/squelettes/resultat_recherche.tpl.html
1,12 → 1,13
<!-- REF - DEBUT RESULTAT -->
<div id="ref-resultat-recherche">
<br /><br />
<?=$fragmenteur ?>
<? if (isset($resultats)) : ?>
<br /><br />
<?=$fragmenteur ?>
<i>Les résultats sont affichés par num_nom croissant.</i>
<table>
<thead>
<tr>
<th title="Identifiant numérique du nom scientifique">Id</th>
<th title="Identifiant numérique du nom scientifique">num_nom</th>
<th>Nom scientifique</th>
<th>Auteur</th>
<th>Année</th>
57,6 → 58,8
<? endforeach; ?>
</tbody>
</table>
<?=$fragmenteur ?>
<? endif; ?>
</div>
<!-- REF - FIN RESULTAT -->