Line 189... |
Line 189... |
189 |
'geodatum' => self::GenColInfo(Array('abbrev' => 'geodatum',
|
189 |
'geodatum' => self::GenColInfo(Array('abbrev' => 'geodatum',
|
190 |
'nom' => 'Référentiel Géographique',
|
190 |
'nom' => 'Référentiel Géographique',
|
191 |
'extra' => 1,
|
191 |
'extra' => 1,
|
192 |
'importable' => FALSE)),
|
192 |
'importable' => FALSE)),
|
193 |
'programme' => self::GenColInfo(Array('abbrev' => 'programme',
|
193 |
'programme' => self::GenColInfo(Array('abbrev' => 'programme',
|
194 |
'nom' => 'Programme de sciences participatives ou observatoire citoyen',
|
194 |
'nom' => 'Programme de sciences participatives ou observatoire citoyen',
|
- |
|
195 |
'importable' => FALSE)),
|
- |
|
196 |
'mots_cles_texte' => self::GenColInfo(Array('abbrev' => 'mots_cles_texte',
|
- |
|
197 |
'nom' => 'Mots Clés',
|
195 |
'importable' => FALSE)),
|
198 |
'importable' => FALSE)),
|
- |
|
199 |
'certitude' => self::GenColInfo(Array('abbrev' => 'certitude',
|
- |
|
200 |
'nom' => 'Certitude',
|
- |
|
201 |
'extra' => 1)),
|
- |
|
202 |
'images' => self::GenColInfo(Array('abbrev' => 'images',
|
- |
|
203 |
'nom' => 'Image(s)',
|
- |
|
204 |
'extra' => 1)),
|
196 |
'validation_identiplante' => self::GenColInfo(Array('abbrev' => 'validation_identiplante',
|
205 |
'validation_identiplante' => self::GenColInfo(Array('abbrev' => 'validation_identiplante',
|
197 |
'nom' => 'Détermination validée sur IdentiPlante',
|
206 |
'nom' => 'Détermination validée sur IdentiPlante',
|
198 |
'importable' => FALSE)),
|
207 |
'importable' => FALSE)),
|
- |
|
208 |
'url_identiplante' => self::GenColInfo(Array('abbrev' => 'url_identiplante',
|
- |
|
209 |
'nom' => "Lien vers l'observation sur IdentiPlante",
|
- |
|
210 |
'importable' => FALSE)),
|
199 |
);
|
211 |
);
|
200 |
} elseif (isset($groupe_de_champs['standard'])) {
|
212 |
} elseif (isset($groupe_de_champs['standard'])) {
|
201 |
$colonnes += Array(
|
213 |
$colonnes += Array(
|
202 |
'nom_sel' => self::GenColInfo(Array('abbrev' => 'nom_sel',
|
214 |
'nom_sel' => self::GenColInfo(Array('abbrev' => 'nom_sel',
|
203 |
'nom' => 'Espèce')),
|
215 |
'nom' => 'Espèce')),
|