Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 163 Rev 188
Line 26... Line 26...
26
	public function getTplNom() {
26
	public function getTplNom() {
27
		return self::TPL_VUE;
27
		return self::TPL_VUE;
28
	}
28
	}
Line 29... Line 29...
29
 
29
 
-
 
30
	public function formater() {
-
 
31
		$this->infosPourTpl['masqueRecherche'] = rawurlencode($this->parametres->masqueRecherche);
30
	public function formater() {
32
		$this->infosPourTpl['baseUrlIco'] = $this->urls->obtenirUrlBaseDossier();
31
		foreach ($this->noms as $id => $nom) {
33
		foreach ($this->noms as $id => $nom) {
32
			$infosDuNom = array();
34
			$infosDuNom = array();
33
			$infosDuNom['nomSci'] = $nom['nom_sci'];
35
			$infosDuNom['nomSci'] = $nom['nom_sci'];
34
			$infosDuNom['retenu'] = $nom['retenu'] == 'true' ? true : false;
36
			$infosDuNom['retenu'] = $nom['retenu'] == 'true' ? true : false;