Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 964 Rev 1324
Line 44... Line 44...
44
		return $this->chargerDonnees($url);
44
		return $this->chargerDonnees($url);
45
	}
45
	}
Line 46... Line 46...
46
 
46
 
47
	private function getUrlRecherche($nom, $typeRech) {
47
	private function getUrlRecherche($nom, $typeRech) {
48
		$tpl = Config::get('nomsVernaRechercheTpl');
48
		$tpl = Config::get('nomsVernaRechercheTpl');
49
		$params = array('valeur' => $nom, 'type' => $typeRech, 'langue' => 'fra');
49
		$params = array('valeur' => $nom, 'type' => $typeRech);
50
		$url = $this->formaterUrl($tpl, $params);
50
		$url = $this->formaterUrl($tpl, $params);
51
		return $url;
51
		return $url;
Line 52... Line 52...
52
	}
52
	}
53
 
53
 
54
	private function getUrlRechercheDetermination($nom, $typeRech) {
54
	private function getUrlRechercheDetermination($nom, $typeRech) {
55
		$tpl = Config::get('nomsVernaRechercheDeterminationTpl');
55
		$tpl = Config::get('nomsVernaRechercheDeterminationTpl');
56
		$params = array('valeur' => $nom, 'type' => $typeRech, 'langue' => 'fra');
56
		$params = array('valeur' => $nom, 'type' => $typeRech);
57
		$url = $this->formaterUrl($tpl, $params);
57
		$url = $this->formaterUrl($tpl, $params);
Line 58... Line 58...
58
		return $url;
58
		return $url;