Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 758 Rev 759
Line 59... Line 59...
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' => 'stricte'));
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;
68
	}
68
	}