| Line 328... |
Line 328... |
| 328 |
$this->table_retour = array();
|
328 |
$this->table_retour = array();
|
| 329 |
//on remplit la table $table_retour_json['resultat']
|
329 |
//on remplit la table $table_retour_json['resultat']
|
| 330 |
$tab_tax_inf = $this->recupererListeTaxonInf($resultat);
|
330 |
$tab_tax_inf = $this->recupererListeTaxonInf($resultat);
|
| 331 |
foreach ($resultat as $tab) {
|
331 |
foreach ($resultat as $tab) {
|
| 332 |
$num = $tab['num_nom'];
|
332 |
$num = $tab['num_nom'];
|
| 333 |
if (isset($this->parametres['masque_nt'])) $this->afficherDonnees('num_taxonomique', $tab['num_taxonomique']);
|
333 |
if (isset($this->parametres['masque.nt'])) $this->afficherDonnees('num_taxonomique', $tab['num_taxonomique']);
|
| 334 |
$this->afficherNomHrefRetenu($tab, $num);
|
334 |
$this->afficherNomHrefRetenu($tab, $num);
|
| 335 |
$this->afficherTaxonInfNb($num, $tab_tax_inf);
|
335 |
$this->afficherTaxonInfNb($num, $tab_tax_inf);
|
| 336 |
$resultat_json[$num] = $this->table_retour;
|
336 |
$resultat_json[$num] = $this->table_retour;
|
| 337 |
$this->table_retour = array(); //on vide le tableau table_retour
|
337 |
$this->table_retour = array(); //on vide le tableau table_retour
|
| 338 |
}
|
338 |
}
|