Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 346 Rev 361
Line 30... Line 30...
30
		$this->appUrls = $this->conteneur->getAppUrls();
30
		$this->appUrls = $this->conteneur->getAppUrls();
31
	}
31
	}
Line 32... Line 32...
32
 
32
 
33
	public function obtenirDonnees() {
33
	public function obtenirDonnees() {
-
 
34
		$donnees['chorodep'] = $this->getChorodep();
34
		$donnees['chorodep'] = $this->getChorodep();
35
		$donnees['eflore'] = $this->getEflore();
35
		return $donnees;
36
		return $donnees;
Line 36... Line 37...
36
	}
37
	}
37
 
38
 
Line 48... Line 49...
48
		$citation = $meta[0]['citation'];
49
		$citation = $meta[0]['citation'];
49
		$chorodep['meta']['citation'] = $citation;
50
		$chorodep['meta']['citation'] = $citation;
50
		$chorodep['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('chorodep');
51
		$chorodep['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('chorodep');
51
		return $chorodep;
52
		return $chorodep;
52
	}
53
	}
-
 
54
	
-
 
55
	public function getEflore() {
-
 
56
		$this->cartes->setProjet('eflore');
-
 
57
		$this->cartes->setLargeur('max');
-
 
58
		$this->cartes->setInfoNom($this->nomCourant->getNomRetenu());
-
 
59
		$chorodep['mapUrl'] = $this->cartes->getUrlMap();
-
 
60
		return $chorodep;
-
 
61
	}
Line 53... Line 62...
53
 
62
 
54
	public function getBloc() {
63
	public function getBloc() {
55
		$this->cartes->setProjet('chorodep');
64
		$this->cartes->setProjet('chorodep');
56
		$this->cartes->setLargeur('190x178');
65
		$this->cartes->setLargeur('190x178');