Subversion Repositories Applications.referentiel

Rev

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

Rev 70 Rev 100
Line 33... Line 33...
33
	public function executerActionParDefaut() {
33
	public function executerActionParDefaut() {
34
		$this->definirCommeModulePrincipal(get_class($this));
34
		$this->definirCommeModulePrincipal(get_class($this));
35
		$this->construireMenu($this->referentiel);
35
		$this->construireMenu($this->referentiel);
36
		$this->construireFilAriane($this->referentiel);
36
		$this->construireFilAriane($this->referentiel);
37
		$this->executerActionReferentiel('Recherche', 'chargerMoteurRecherche', $this->referentiel);
37
		$this->executerActionReferentiel('Recherche', 'chargerMoteurRecherche', $this->referentiel);
38
		$this->setSortie(self::RENDU_CORPS, '<p>En cours de réalisation...</p>', false);
-
 
39
	}	
38
	}	
Line 40... Line 39...
40
	
39
	
41
	
40
	
42
}
41
}