Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1375 Rev 1381
Line 137... Line 137...
137
		
137
		
138
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_accueil_niveau'.$niveau, $donnees), true);
138
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_accueil_niveau'.$niveau, $donnees), true);
139
		$this->ajouterPiedDePage();
139
		$this->ajouterPiedDePage();
Line -... Line 140...
-
 
140
	}
-
 
141
	
-
 
142
	public function executerTemplateAjax() {
-
 
143
		$classe = ucfirst($this->onglet);
-
 
144
		$onglet = new $classe($this->conteneur);
-
 
145
		$action = 'obtenir'.ucfirst($_GET['sous_action']);
-
 
146
		$html_ajax = $onglet->$action();
-
 
147
		header('Content-type : text/html');
-
 
148
		echo $html_ajax;
-
 
149
		exit;
140
	}
150
	}
141
	
151
	
142
	private function formaterLiensNomsHtml($nom_sci_html) {		
152
	private function formaterLiensNomsHtml($nom_sci_html) {		
143
		$app_urls = new AppUrls();
153
		$app_urls = new AppUrls();