Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 190 Rev 197
Line 75... Line 75...
75
 
75
 
76
	public function getParametresUrlResultat() {
76
	public function getParametresUrlResultat() {
77
		$parametres = array(
77
		$parametres = array(
78
				'referentiel' => Registre::get('parametres.referentiel'),
78
				'referentiel' => Registre::get('parametres.referentiel'),
-
 
79
				'module' => 'recherche',
79
				'module' => 'recherche',
80
				'niveau' => Registre::get('parametres.niveau'),
80
				'action' => Registre::get('parametres.action'),
81
				'action' => Registre::get('parametres.action'),
81
				'submit' => 'Rechercher',
82
				'submit' => 'Rechercher',
82
				'type_nom' => isset($_GET['type_nom']) ? $_GET['type_nom'] : 'nom_scientifique',
83
				'type_nom' => isset($_GET['type_nom']) ? $_GET['type_nom'] : 'nom_scientifique',
83
				'nom' => isset($_GET['nom']) ? $_GET['nom'] : ''
84
				'nom' => isset($_GET['nom']) ? $_GET['nom'] : ''