Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 697 Rev 709
Line 109... Line 109...
109
		}
109
		}
110
		$donnees['description'] = $description['description'];
110
		$donnees['description'] = $description['description'];
111
		return $donnees;
111
		return $donnees;
112
	}
112
	}
Line 113... Line 113...
113
 
113
 
114
	private function getWikipedia() {
114
	public function getWikipedia() {
115
		$wp = array();
115
		$wp = array();
116
		$this->textes->setProjet('wikipedia');
116
		$this->textes->setProjet('wikipedia');
117
		$this->textes->setId($this->getIdWp());
117
		$this->textes->setId($this->getIdWp());
118
		$wp['titre'] = $texte['titre'];
118
		$wp['titre'] = $texte['titre'];
Line 136... Line 136...
136
		$num_tax = $this->nomCourant->getNomSelectionne()->get('num_taxonomique');
136
		$num_tax = $this->nomCourant->getNomSelectionne()->get('num_taxonomique');
137
		$page_wiki = $this->wikini->getPageWikiPourRefEtNumTax($referentiel, $num_tax);
137
		$page_wiki = $this->wikini->getPageWikiPourRefEtNumTax($referentiel, $num_tax);
138
		$wikini['description'] = $this->wikini->getTexteFormate($page_wiki, 'description');
138
		$wikini['description'] = $this->wikini->getTexteFormate($page_wiki, 'description');
139
		return $wikini;
139
		return $wikini;
140
	}
140
	}
-
 
141
	
-
 
142
	public function getLienWikini() {
-
 
143
		$referentiel = $this->conteneur->getParametre('referentiel');
-
 
144
		$num_tax = $this->nomCourant->getNomSelectionne()->get('num_taxonomique');
-
 
145
		return $this->wikini->getUrlPageWiki($referentiel, $num_tax);
-
 
146
	}
Line 141... Line 147...
141
 
147
 
142
	private function getCoste() {
148
	private function getCoste() {
143
		$coste = array();
149
		$coste = array();
144
		$this->textes->setProjet('coste');
150
		$this->textes->setProjet('coste');