Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 759 Rev 998
Line 55... Line 55...
55
		$url = $this->getUrlRechercheAvancee($parametres);
55
		$url = $this->getUrlRechercheAvancee($parametres);
56
		return $this->chargerDonnees($url);
56
		return $this->chargerDonnees($url);
57
	}
57
	}
Line 58... Line 58...
58
	
58
	
59
	private function getUrlRechercheAvancee($parametres){
59
	private function getUrlRechercheAvancee($parametres){
60
	$tpl = Config::get('nomsRechercheAvanceeTpl');
60
		$tpl = Config::get('nomsRechercheAvanceeTpl');
61
	$masques =  $this->formaterMasquesRechercheAvancee($parametres);
61
		$masques =  $this->formaterMasquesRechercheAvancee($parametres);
62
	$url = '';
62
		$url = '';
63
	if($masques != ''){
63
		if($masques != ''){
64
		$url = $this->formaterUrl($tpl,array('projet'=> $this->getProjet(), 'type' => 'etendue'));
64
			$url = $this->formaterUrl($tpl,array('projet'=> $this->getProjet(), 'type' => 'etendue'));
65
		$url .= '&'.implode('&',$masques);
65
			$url .= '&'.implode('&',$masques);
66
	}
66
		}
67
	return $url;
67
		return $url;
Line 68... Line 68...
68
	}
68
	}
69
	
69
	
70
	private function formaterMasquesRechercheAvancee($parametres) {
70
	private function formaterMasquesRechercheAvancee($parametres) {