Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 165 Rev 169
Line 36... Line 36...
36
		$params = array('valeur' => $nom, 'type' => $typeRech);
36
		$params = array('valeur' => $nom, 'type' => $typeRech);
37
		$url = $this->formaterUrl($tpl, $params);
37
		$url = $this->formaterUrl($tpl, $params);
38
		return $url;
38
		return $url;
39
	}
39
	}
Line -... Line 40...
-
 
40
	
-
 
41
	// retourne les champs par defaut
-
 
42
	private function getUrlRechercheAlphab($nom, $typeRech) {
-
 
43
		$tpl = Config::get('nomsRechercheAlphabTpl');
-
 
44
		$params = array('valeur' => $nom, 'type' => $typeRech);
-
 
45
		$url = $this->formaterUrl($tpl, $params);
-
 
46
		return $url;
-
 
47
	}
-
 
48
	
-
 
49
	// retourne les champs par defaut
-
 
50
	private function getUrlRechercheRetenu($nom, $typeRech) {
-
 
51
		$tpl = Config::get('nomsRechercheRetenuTpl');
-
 
52
		$params = array('valeur' => $nom, 'type' => $typeRech);
-
 
53
		$url = $this->formaterUrl($tpl, $params);
-
 
54
		return $url;
-
 
55
	}
-
 
56
	
-
 
57
	private function getUrlRechercheSynonyme($nom, $typeRech) {
-
 
58
		$tpl = Config::get('nomsRechercheSynonymeTpl');
-
 
59
		$params = array('valeur' => $nom, 'type' => $typeRech);
-
 
60
		$url = $this->formaterUrl($tpl, $params);
-
 
61
		return $url;
-
 
62
	}
40
	
63
	
41
	// retourne les champs par defaut + nom retenu
64
	// retourne les champs par defaut + nom retenu
42
	private function getUrlRechercheDetermination($nom, $typeRech) {
65
	private function getUrlRechercheDetermination($nom, $typeRech) {
43
		$tpl = Config::get('nomsRechercheDeterminationTpl');
66
		$tpl = Config::get('nomsRechercheDeterminationTpl');
44
		$params = array('valeur' => $nom, 'type' => $typeRech);
67
		$params = array('valeur' => $nom, 'type' => $typeRech);