| Line 16... |
Line 16... |
| 16 |
</thead>
|
16 |
</thead>
|
| 17 |
<tbody>
|
17 |
<tbody>
|
| 18 |
<? foreach ($resultats as $resultat) : ?>
|
18 |
<? foreach ($resultats as $resultat) : ?>
|
| 19 |
<tr <?=($resultat['num_nom'] == $resultat['num_nom_retenu']) ? 'class="nom_retenu"' : '' ?>>
|
19 |
<tr <?=($resultat['num_nom'] == $resultat['num_nom_retenu']) ? 'class="nom_retenu"' : '' ?>>
|
| 20 |
<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['num_nom']?></a></td>
|
20 |
<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['num_nom']?></a></td>
|
| 21 |
<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['nom_complet']?></a></td>
|
21 |
<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['nom_sci']?></a></td>
|
| 22 |
<td><?=$resultat['auteur']?></td>
|
22 |
<td><?=$resultat['auteur']?></td>
|
| 23 |
<td><?=$resultat['annee']?></td>
|
23 |
<td><?=$resultat['annee']?></td>
|
| 24 |
<td><?=$resultat['biblio_origine']?></td>
|
24 |
<td><?=$resultat['biblio_origine']?></td>
|
| 25 |
<td><?=$resultat['nom_addendum']?></td>
|
25 |
<td><?=$resultat['nom_addendum']?></td>
|
| 26 |
</tr>
|
26 |
</tr>
|