Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 785 Rev 803
Line 183... Line 183...
183
		$url = $this->urlBase->getURL();
183
		$url = $this->urlBase->getURL();
184
		return $url;
184
		return $url;
185
	}
185
	}
Line 186... Line 186...
186
	
186
	
187
	
187
	
188
	public function getParametresUrlListeFancyBox() {
188
	public function getParametresUrlListeFancyBoxPhytosocio() {
189
		$parametres = array(
189
		$parametres = array(
190
				'module' => 'liste-fancy-box',
190
				'module' => 'liste-fancy-box-phytosocio',
191
				'action' => 'lister'
191
				'action' => 'lister'
192
		);
192
		);
Line 193... Line 193...
193
		return $parametres;
193
		return $parametres;
194
	}
194
	}
195
	
195
	
196
	public function obtenirUrlListeFancyBox($liste,$referentiel,$num_nom) {
196
	public function obtenirUrlListeFancyBoxPhytosocio($liste,$referentiel,$num_nom, $catminat) {
197
		$parametres = $this->getParametresUrlListeFancyBox();
197
		$parametres = $this->getParametresUrlListeFancyBoxPhytosocio();
-
 
198
		$parametres['type'] = $liste;
198
		$parametres['type'] = $liste;
199
		$parametres['referentiel'] = $referentiel;
199
		$parametres['referentiel'] = $referentiel;
200
		$parametres['num_nom'] = $num_nom;
200
		$parametres['num_nom'] = $num_nom;
201
		$parametres['catminat'] = $catminat;
201
		$this->urlBase->setRequete($parametres);
202
		$this->urlBase->setRequete($parametres);