Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1921 Rev 1946
Line 140... Line 140...
140
				$widget['donnees']['nom_sci_espece_defaut'] = $nom['nom_sci'];
140
				$widget['donnees']['nom_sci_espece_defaut'] = $nom['nom_sci'];
141
				$widget['donnees']['infos_espece'] = $this->array2js($nom, true);
141
				$widget['donnees']['infos_espece'] = $this->array2js($nom, true);
142
			}
142
			}
143
		}
143
		}
144
		if ($this->projet != 'defaut' || $this->projetASquelette()) {
144
		if ($this->projet != 'defaut' || $this->projetASquelette()) {
145
			if ($this->projet == 'florileges') {
145
			if ($this->projet == 'florileges' || $this->projet == 'sauvages') {
146
				$widget['donnees']['taxons'] = $this->recupererListeNoms();
146
				$widget['donnees']['taxons'] = $this->recupererListeNoms();
147
			} else {
147
			} else {
148
				$widget['donnees']['taxons'] = $this->recupererListeNomsSci();
148
				$widget['donnees']['taxons'] = $this->recupererListeNomsSci();
149
			}
149
			}
150
			$widget['donnees']['milieux'] = $this->parserMilieux();
150
			$widget['donnees']['milieux'] = $this->parserMilieux();