Subversion Repositories eFlore/Applications.cel

Rev

Rev 2360 | Rev 2406 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2360 Rev 2367
Line 143... Line 143...
143
				$widget['donnees']['nom_sci_espece_defaut'] = $nom['nom_sci'];
143
				$widget['donnees']['nom_sci_espece_defaut'] = $nom['nom_sci'];
144
				$widget['donnees']['infos_espece'] = $this->array2js($nom, true);
144
				$widget['donnees']['infos_espece'] = $this->array2js($nom, true);
145
			}
145
			}
146
		}
146
		}
147
		if ($this->projet != 'defaut' || $this->projetASquelette()) {
147
		if ($this->projet != 'defaut' || $this->projetASquelette()) {
148
			if ($this->projet == 'florileges' || $this->projet == 'sauvages') {
148
			if ($this->projet == 'florileges' || $this->projet == 'sauvages' || $this->projet == 'arbres-tetards') {
149
				$widget['donnees']['taxons'] = $this->recupererListeNoms();
149
				$widget['donnees']['taxons'] = $this->recupererListeNoms();
150
			} else {
150
			} else {
151
				$widget['donnees']['taxons'] = $this->recupererListeNomsSci();
151
				$widget['donnees']['taxons'] = $this->recupererListeNomsSci();
152
			}
152
			}
153
			$widget['donnees']['milieux'] = $this->parserMilieux();
153
			$widget['donnees']['milieux'] = $this->parserMilieux();