Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 507 Rev 513
Line 100... Line 100...
100
				$curseur->setAttribute('cx', $pos_x);
100
				$curseur->setAttribute('cx', $pos_x);
101
				$curseur->setAttribute('class', 'curseur');
101
				$curseur->setAttribute('class', 'curseur');
102
				$this->ajouterInfoAuSurvol($curseur);
102
				$this->ajouterInfoAuSurvol($curseur);
103
				$changement = true;
103
				$changement = true;
104
		}
104
		}
105
		$svg = $this->dom->getElementsByTagName("svg")->item(0);
-
 
106
		$svg->setAttribute('width',$this->largeurSVG);
105
		$this->ajusterFormatSVG();
-
 
106
		
107
	}
107
	}
Line -... Line 108...
-
 
108
	
108
	
109
	
109
	public function ajouterInfoAuSurvol($curseur){
110
	public function ajouterInfoAuSurvol($curseur){
110
		$champs = $curseur->getAttribute('id');
111
		$champs = $curseur->getAttribute('id');
111
		$valeurTexte = $this->recupererOntologies($this->valeurs_champs[$champs], $champs );
112
		$valeurTexte = $this->recupererOntologies($this->valeurs_champs[$champs], $champs );
112
		$valeurTexte = $this->traiterIntermediaires($valeurTexte->nom, $champs, $champs);
113
		$valeurTexte = $this->traiterIntermediaires($valeurTexte->nom, $champs, $champs);