Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 519 Rev 667
Line 169... Line 169...
169
		$parametres['id'] = $idImg;
169
		$parametres['id'] = $idImg;
170
		$this->urlPopUp->setRequete($parametres);
170
		$this->urlPopUp->setRequete($parametres);
171
		$url = $this->urlPopUp->getURL();
171
		$url = $this->urlPopUp->getURL();
172
		return $url;
172
		return $url;
173
	}
173
	}
-
 
174
	
-
 
175
	public function getParametresPdfExport() {
-
 
176
		$parametres = array(
-
 
177
					'referentiel' => Registre::get('parametres.referentiel'),
-
 
178
					'niveau' => Registre::get('parametres.niveau'),
-
 
179
					'module' => 'pdf-export',
-
 
180
					'action' => 'pdf-export'
-
 
181
		);
-
 
182
		return $parametres;
-
 
183
	}
-
 
184
	
-
 
185
	
-
 
186
	public function obtenirUrlPdfExport($numNom, $type_nom = 'nom_vernaculaire', $nom = '') {
-
 
187
		$parametres = $this->getParametresPdfExport();
-
 
188
		$parametres['num_nom'] = $numNom;
-
 
189
		$parametres['type_nom'] = $type_nom;
-
 
190
		$parametres['nom'] = $nom;
-
 
191
		$this->urlBase->setRequete($parametres);
-
 
192
		$url = $this->urlBase->getURL();
-
 
193
		return $url;
-
 
194
	}
Line 174... Line 195...
174
 
195
 
175
	public function getParametresUrlPopUpContact($action) {
196
	public function getParametresUrlPopUpContact($action) {
176
		$action = is_null($action) ? 'form' : $action;
197
		$action = is_null($action) ? 'form' : $action;
177
		$parametres = array(
198
		$parametres = array(