Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 721 Rev 775
Line 184... Line 184...
184
		$parametres['projet'] = $projet;
184
		$parametres['projet'] = $projet;
185
		$this->urlBase->setRequete($parametres);
185
		$this->urlBase->setRequete($parametres);
186
		$url = $this->urlBase->getURL();
186
		$url = $this->urlBase->getURL();
187
		return $url;
187
		return $url;
188
	}
188
	}
-
 
189
	
-
 
190
	
-
 
191
	public function getParametresUrlListeFancyBox() {
-
 
192
		$parametres = array(
-
 
193
				'module' => 'liste-fancy-box',
-
 
194
				'action' => 'lister'
-
 
195
		);
-
 
196
		return $parametres;
-
 
197
	}
-
 
198
	
-
 
199
	public function obtenirUrlListeFancyBox($liste,$referentiel,$num_nom) {
-
 
200
		$parametres = $this->getParametresUrlListeFancyBox();
-
 
201
		$parametres['type'] = $liste;
-
 
202
		$parametres['referentiel'] = $referentiel;
-
 
203
		$parametres['num_nom'] = $num_nom;
-
 
204
		$this->urlBase->setRequete($parametres);
-
 
205
		$url = $this->urlBase->getURL();
-
 
206
		return $url;
-
 
207
	}
Line 189... Line 208...
189
 
208
 
190
	public function getParametresUrlPopUpIllustrations() {
209
	public function getParametresUrlPopUpIllustrations() {
191
		$parametres = array(
210
		$parametres = array(
192
				'module' => 'popup-illustrations',
211
				'module' => 'popup-illustrations',