Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 180 Rev 182
Line 37... Line 37...
37
		$donnees['url_form'] = $this->urls->obtenirUrlBase();
37
		$donnees['url_form'] = $this->urls->obtenirUrlBase();
38
		$donnees['i18n'] = I18n::get('Recherche-form-nom');
38
		$donnees['i18n'] = I18n::get('Recherche-form-nom');
Line 39... Line 39...
39
 
39
 
40
		return $this->getVue('form_nom', $donnees);
40
		return $this->getVue('form_nom', $donnees);
41
	}
-
 
42
 
-
 
43
	public function executerForm() {
-
 
44
		$donnees = Registre::get('donneesMoteur');
-
 
45
		$donnees['form_niveau'] = $this->afficherNiveau();
-
 
46
		$donnees['form_nom'] = $this->executerFormulaireNom($donnees);
-
 
47
		$this->afficherAccueil($donnees);
-
 
48
		Registre::detruire('donneesMoteur');
-
 
Line 49... Line 41...
49
	}
41
	}
50
	
42
	
51
}
43
}