Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 367 Rev 441
Line 49... Line 49...
49
				'nom_sci' => $this->nom->get('nom_sci'), 'auteur' => $this->nom->get('auteur') ,
49
				'nom_sci' => $this->nom->get('nom_sci'), 'auteur' => $this->nom->get('auteur') ,
50
				'largeur' => $this->largeur, 'mime_type' => 'text/html');
50
				'largeur' => $this->largeur, 'mime_type' => 'text/html');
51
		$url = $this->formaterUrl($tpl, $params);
51
		$url = $this->formaterUrl($tpl, $params);
52
		return $url;
52
		return $url;
53
	}
53
	}
-
 
54
	
-
 
55
	public function getUrlEflorePng() {
-
 
56
		$tpl = Config::get('efloreCarteTpl');
-
 
57
		$params = array('num_nom' => $this->nom->get('id'), 'num_tax' => $this->nom->get('num_taxonomique') ,
-
 
58
					'nom_sci' => $this->nom->get('nom_sci'), 'auteur' => $this->nom->get('auteur') ,
-
 
59
					'largeur' => $this->largeur, 'mime_type' => 'image/png');
-
 
60
		$url = $this->formaterUrl($tpl, $params);
-
 
61
		return $url;
-
 
62
	}
Line 54... Line 63...
54
 
63
 
55
	public function getLegendeId() {
64
	public function getLegendeId() {
56
		$tpl = Config::get('legendeIdCarteTpl');
65
		$tpl = Config::get('legendeIdCarteTpl');
57
		$params = array('id' => $this->id);
66
		$params = array('id' => $this->id);