Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 458 Rev 465
Line 246... Line 246...
246
		$url = $this->ajouterHref('ontologies',$this->champs_ontologiques[$champs].':'.urlencode(urlencode($valeur)));
246
		$url = $this->ajouterHref('ontologies',$this->champs_ontologiques[$champs].':'.urlencode(urlencode($valeur)));
247
		$val = $this->consulterHref($url);
247
		$val = $this->consulterHref($url);
248
		return $val;
248
		return $val;
249
	}
249
	}
Line -... Line 250...
-
 
250
	
-
 
251
	public function traiterIntermediaires($valeurTexte,$champsOntologie, $champsTable){
-
 
252
		if (preg_match("/(?:I|i)nterm(?:é|e)diaires/", $valeurTexte )) {
-
 
253
			$prec = $this->recupererOntologies(($this->valeurs_champs[$champsTable]-1), $champsOntologie );
-
 
254
			$suiv = $this->recupererOntologies(($this->valeurs_champs[$champsTable]+1), $champsOntologie );
-
 
255
			$valeurTexte = "Intermédiaires entre $prec->nom et $suiv->nom ";
-
 
256
		}
-
 
257
		return $valeurTexte;
-
 
258
	}
250
	
259
	
Line 251... Line 260...
251
	/// +---- convertir png ----+
260
	/// +---- convertir png ----+
252
	
261