Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 606 Rev 607
Line 53... Line 53...
53
	private function getBaseflor() {
53
	private function getBaseflor() {
54
		$baseflor = array();
54
		$baseflor = array();
55
		$this->informations ->setProjet('baseflor');
55
		$this->informations ->setProjet('baseflor');
56
		$this->informations ->setBdnt($this->conteneur->getParametre('referentiel'));
56
		$this->informations ->setBdnt($this->conteneur->getParametre('referentiel'));
57
		$this->informations ->setNum_nom($this->conteneur->getParametre('num_nom'));
57
		$this->informations ->setNum_nom($this->conteneur->getParametre('num_nom'));
58
		$informations = $this->informations->getInformations();
58
		$informations = $this->informations->getInformationsEcologie();
59
		if($informations != ""){
59
		if($informations != ""){
60
			$baseflor['climat_url'] = $informations['graphique_climat']['href']."?retour.format=500";
60
			$baseflor['climat_url'] = $informations['graphique_climat']['href']."?retour.format=500";
61
			$baseflor['sol_url'] = $informations['graphique_sol']['href']."?retour.format=500";
61
			$baseflor['sol_url'] = $informations['graphique_sol']['href']."?retour.format=500";
62
			$baseflor['climat_url_png'] = $informations['graphique_climat']['href']."?retour=image/png";
62
			$baseflor['climat_url_png'] = $informations['graphique_climat']['href']."?retour=image/png";
63
			$baseflor['sol_url_png'] = $informations['graphique_sol']['href']."?retour=image/png";
63
			$baseflor['sol_url_png'] = $informations['graphique_sol']['href']."?retour=image/png";