Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 182 Rev 185
Line 46... Line 46...
46
				$donnees['message']['nom_approche'] = $presence;
46
				$donnees['message']['nom_approche'] = $presence;
47
			}
47
			}
48
		}
48
		}
49
		$this->executerAccueil($donnees);
49
		$this->executerAccueil($donnees);
50
		if (Registre::get('resultats')) {
50
		if (Registre::get('resultats')) {
-
 
51
			$_GET['resultat'] = $this->type_resultat;
51
			$this->executerAction('Resultat', 'executerResultat');
52
			$this->executerAction('Resultat', 'executerResultat');
52
		}
53
		}
53
	}
54
	}
Line 54... Line 55...
54
	
55
	
Line 89... Line 90...
89
			}
90
			}
90
		}
91
		}
91
		return $approche;
92
		return $approche;
92
	}
93
	}
Line 93... Line -...
93
	
-
 
94
	public function executerNiveau() {
-
 
95
		Registre::set('parametres.niveau', $_GET['niveau']);
-
 
96
		$this->executerActionParDefaut();
-
 
Line 97... Line 94...
97
	}
94
	
98
	
95
	
99
	private function capturerParametres() {
96
	private function capturerParametres() {
100
		if (isset($_GET['nom'])) {
97
		if (isset($_GET['nom'])) {