Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 83 Rev 95
Line 274... Line 274...
274
		$this->urlBase->setRequete($parametres);
274
		$this->urlBase->setRequete($parametres);
275
		$url = $this->urlBase->getURL();
275
		$url = $this->urlBase->getURL();
276
		return $url;
276
		return $url;
277
	}
277
	}
Line -... Line 278...
-
 
278
	
-
 
279
	protected function obtenirUrlResultatDetermination() {
-
 
280
		$parametres = $this->getParametresUrlResultat();
-
 
281
		$parametres['resultat'] = 'determination';
-
 
282
		$this->urlBase->setRequete($parametres);
-
 
283
		$url = $this->urlBase->getURL();
-
 
284
		return $url;
-
 
285
	}
278
	
286
	
279
	private function getParametresUrlFiche() {
287
	private function getParametresUrlFiche() {
280
		$parametres = array(
288
		$parametres = array(
281
			'referentiel' => Registre::get('parametres.referentiel'),
289
			'referentiel' => Registre::get('parametres.referentiel'),
282
			'module' => 'fiche',
290
			'module' => 'fiche',