Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 462 Rev 464
Line 110... Line 110...
110
	}
110
	}
Line 111... Line 111...
111
	
111
	
112
	public function ajouterInfoAuSurvol($curseur){
112
	public function ajouterInfoAuSurvol($curseur){
113
		$champs = $curseur->getAttribute('id');
113
		$champs = $curseur->getAttribute('id');
-
 
114
		$valeurTexte = $this->recupererOntologies($this->valeurs_champs[$champs], $champs );
114
		$valeurTexte = $this->recupererOntologies($this->valeurs_champs[$champs], $champs );
115
		$valeurTexte = $this->traiterIntermediaires($valeurTexte->nom, $champs, $champs);
115
		$curseur->setAttribute('title',$this->valeurs_champs[$champs].": ".$valeurTexte->nom );
116
		$curseur->setAttribute('title',$this->valeurs_champs[$champs].": ".$valeurTexte );
116
	}
-
 
117
	
117
	}
118
	
-
 
119
	
-
 
Line 120... Line 118...
120
	
118
 
121
	
119
	
122
}
120
}