Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 568 | Rev 574 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 568 Rev 572
Line 325... Line 325...
325
	public function afficherNomHrefRetenu($tab, $num) {
325
	public function afficherNomHrefRetenu($tab, $num) {
326
		$this->resultat_req = $tab;
326
		$this->resultat_req = $tab;
327
		$this->afficherDonnees('num_nom', $num);
327
		$this->afficherDonnees('num_nom', $num);
328
		if ($this->parametres['retour.format'] == 'min') { // sinon est affiché ds afficherDonnees(num_nom, $val) ci-dessus
328
		if ($this->parametres['retour.format'] == 'min') { // sinon est affiché ds afficherDonnees(num_nom, $val) ci-dessus
329
			 $this->table_retour['nom_sci'] = $tab['nom_sci'];
329
			 $this->table_retour['nom_sci'] = $tab['nom_sci'];
330
			 $this->table_retour['nom_sci_complet'] = $tab['nom_sci'].$this->ajouterCompositionNom($tab);
330
			 $this->table_retour['nom_sci_complet'] = $tab['nom_sci'].' '.$this->ajouterCompositionNom($tab);
331
		}
331
		}
332
		if ($tab['num_nom_retenu'] != '') {
332
		if ($tab['num_nom_retenu'] != '') {
333
			$retenu = ($tab['num_nom_retenu'] == $num) ? 'true' : 'false';
333
			$retenu = ($tab['num_nom_retenu'] == $num) ? 'true' : 'false';
334
		} else {
334
		} else {
335
			$retenu = 'absent';
335
			$retenu = 'absent';