Line 1... |
Line 1... |
1 |
<!-- REF - DEBUT RESULTAT -->
|
1 |
<!-- REF - DEBUT RESULTAT -->
|
2 |
<div id="ref-resultat-recherche">
|
2 |
<div id="ref-resultat-recherche">
|
3 |
<? if (isset($resultats)) : ?>
|
3 |
<? if (isset($resultats)) : ?>
|
4 |
<br /><br />
|
4 |
<br /><br />
|
- |
|
5 |
<div>
|
- |
|
6 |
<div style="float:left;"><?=$fragmenteur ?></div>
|
- |
|
7 |
<div style="float:right; padding-right:20px;">
|
5 |
<?=$fragmenteur ?>
|
8 |
<h2>Légende :</h2>
|
- |
|
9 |
<span class="transmis">transmis à taxref</span><br />
|
- |
|
10 |
<span class="non_transmis">exclu de taxref</span><br />
|
- |
|
11 |
<span class="nom_retenu">nom retenu</span>
|
- |
|
12 |
</div>
|
- |
|
13 |
</div>
|
- |
|
14 |
<hr class="nettoyage">
|
6 |
<i>Les résultats sont affichés par ordre alphabétique. Cliquez sur le num_nom ou sur le nom pour accéder à la fiche.</i>
|
15 |
<i style="float:left;">Les résultats sont affichés par ordre alphabétique. Cliquez sur le num_nom ou sur le nom pour accéder à la fiche.</i>
|
7 |
<table>
|
16 |
<table>
|
8 |
<thead>
|
17 |
<thead>
|
9 |
<tr>
|
18 |
<tr>
|
10 |
<th title="Identifiant numérique du nom scientifique">num_nom</th>
|
19 |
<th title="Identifiant numérique du nom scientifique">num_nom</th>
|
- |
|
20 |
<th title="Identifiant numérique du nom scientifique retenu">num_nom_retenu</th>
|
11 |
<th>Nom scientifique</th>
|
21 |
<th>Nom scientifique</th>
|
12 |
<th>Auteur</th>
|
22 |
<th>Auteur</th>
|
13 |
<th>Année</th>
|
23 |
<th>Année</th>
|
14 |
<th>Référence bibliographique</th>
|
24 |
<th>Référence bibliographique</th>
|
15 |
<th>Présence</th>
|
25 |
<th>Présence</th>
|
16 |
<th>Nom addendum</th>
|
26 |
<th>Nom addendum</th>
|
17 |
</tr>
|
27 |
</tr>
|
18 |
</thead>
|
28 |
</thead>
|
19 |
<tbody>
|
29 |
<tbody>
|
20 |
<? foreach ($resultats as $resultat) : ?>
|
30 |
<? foreach ($resultats as $resultat) : ?>
|
- |
|
31 |
<tr <?=($resultat['exclure_taxref'] == 0) ? 'class="transmis' : 'class="non_transmis' ?>
|
21 |
<tr <?=($resultat['num_nom'] == $resultat['num_nom_retenu']) ? 'class="nom_retenu"' : '' ?>>
|
32 |
<?=($resultat['num_nom'] == $resultat['num_nom_retenu']) ? ' nom_retenu"' : '"' ?>>
|
22 |
<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['num_nom']?></a></td>
|
33 |
<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['num_nom']?></a></td>
|
- |
|
34 |
<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['num_nom_retenu']?></a></td>
|
23 |
<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['nom_sci']?></a>
|
35 |
<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['nom_sci']?></a>
|
24 |
<? if ($resultat['nom_sci'] != '') : ?>
|
36 |
<? if ($resultat['nom_sci'] != '') : ?>
|
25 |
<a href="<?=Recherche::getUrlRecherche($resultat['nom_sci'], $referentiel)?>">
|
37 |
<a href="<?=Recherche::getUrlRecherche($resultat['nom_sci'], $referentiel)?>">
|
26 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
38 |
<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
|
27 |
</a>
|
39 |
</a>
|