Subversion Repositories Applications.referentiel

Rev

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

Rev 222 Rev 223
Line 11... Line 11...
11
; Suffixe pour les fichiers partiel (Taxref)
11
; Suffixe pour les fichiers partiel (Taxref)
12
suffixe_partiel = "_taxref"
12
suffixe_partiel = "_taxref"
13
; Notes ajoutée à l'édition partielle
13
; Notes ajoutée à l'édition partielle
14
notes_partiel = "Édition Taxref."
14
notes_partiel = "Édition Taxref."
15
; Noms des champs de la bdnt
15
; Noms des champs de la bdnt
16
champs = "num_nom,num_nom_retenu,num_tax_sup,rang,nom_sci,nom_supra_generique,genre,epithete_infra_generique,epithete_sp,type_epithete,epithete_infra_sp,cultivar_groupe,cultivar,nom_commercial,auteur,annee,biblio_origine,notes,nom_addendum,homonyme,basionyme,synonyme_proparte,synonyme_douteux,synonyme_mal_applique,synonyme_orthographique,hybride_parent_01,hybride_parent_01_notes,hybride_parent_02,hybride_parent_02_notes,nom_francais,presence,statut_origine,statut_introduction,statut_culture,exclure_taxref"
16
champs = "num_nom,num_nom_retenu,num_tax_sup,rang,nom_sci,nom_supra_generique,genre,epithete_infra_generique,epithete_sp,type_epithete,epithete_infra_sp,cultivar_groupe,cultivar,nom_commercial,auteur,annee,biblio_origine,notes,nom_addendum,homonyme,num_type,basionyme,synonyme_proparte,synonyme_douteux,synonyme_mal_applique,synonyme_orthographique,hybride_parent_01,hybride_parent_01_notes,hybride_parent_02,hybride_parent_02_notes,nom_francais,presence,statut_origine,statut_introduction,statut_culture,exclure_taxref"
17
; Noms des champs de la bdnt partielles
17
; Noms des champs de la bdnt partielles
18
champs_partiel = "num_nom,num_nom_retenu,num_tax_sup,rang,nom_sci,auteur,annee,biblio_origine,nom_addendum,nom_francais,presence,presence_Co,presence_Ga,statut_origine,statut_introduction,statut_culture"
18
champs_partiel = "num_nom,num_nom_retenu,num_tax_sup,nom_sci,auteur,annee,biblio_origine,nom_addendum,nom_francais,presence"
19
; Noms des champs du diff de la bdnt
19
; Noms des champs du diff de la bdnt
20
champs_diff = "modification_type,modification_type_1,modification_type_2,modification_type_3"
20
champs_diff = "modification_type,modification_type_1,modification_type_2,modification_type_3"
21
; Noms des champs Taxref 
21
; Noms des champs Taxref 
22
champs_taxref = "taxref_rang,taxref_statut"
22
champs_taxref = "taxref_rang,taxref_statut"
23
; Noms, types et nombre de caractères des champs
23
; Noms, types et nombre de caractères des champs
Line 39... Line 39...
39
	annee=VARCHAR|4,
39
	annee=VARCHAR|4,
40
	biblio_origine=VARCHAR|500,
40
	biblio_origine=VARCHAR|500,
41
	notes=TEXT|65536,
41
	notes=TEXT|65536,
42
	nom_addendum=VARCHAR|500,
42
	nom_addendum=VARCHAR|500,
43
	homonyme=VARCHAR|1,
43
	homonyme=VARCHAR|1,
-
 
44
	num_type=VARCHAR|9,
44
	basionyme=VARCHAR|9,
45
	basionyme=VARCHAR|9,
45
	synonyme_proparte=VARCHAR|100,
46
	synonyme_proparte=VARCHAR|100,
46
	synonyme_douteux=VARCHAR|1,
47
	synonyme_douteux=VARCHAR|1,
47
	synonyme_mal_applique=VARCHAR|1,
48
	synonyme_mal_applique=VARCHAR|1,
48
	synonyme_orthographique=VARCHAR|9,
49
	synonyme_orthographique=VARCHAR|9,
Line 75... Line 76...
75
	annee=3,
76
	annee=3,
76
	biblio_origine=3,
77
	biblio_origine=3,
77
	notes=3,
78
	notes=3,
78
	nom_addendum=3,
79
	nom_addendum=3,
79
	homonyme=3,
80
	homonyme=3,
-
 
81
	num_type=3,
80
	basionyme=3,
82
	basionyme=3,
81
	synonyme_proparte=3,
83
	synonyme_proparte=3,
82
	synonyme_douteux=3,
84
	synonyme_douteux=3,
83
	synonyme_mal_applique=3,
85
	synonyme_mal_applique=3,
84
	synonyme_orthographique=3,
86
	synonyme_orthographique=3,
Line 154... Line 156...
154
	380=Forma species,
156
	380=Forma species,
155
	390=Linea,
157
	390=Linea,
156
	400=Clône,
158
	400=Clône,
157
	410=Race/prole,
159
	410=Race/prole,
158
	420=Morpha,
160
	420=Morpha,
159
	430=Abberatio"
161
	430=Abberatio,
-
 
162
	440=Cultivar"
Line 160... Line 163...
160
 
163
 
161
; TOUTES LES LISTES séparées par | sont insérées dans la regexp suivante : /^(?:$liste)$/ VOUS DEVEZ SI NÉCESSAIRE 
164
; TOUTES LES LISTES séparées par | sont insérées dans la regexp suivante : /^(?:$liste)$/ VOUS DEVEZ SI NÉCESSAIRE 
162
; ANTISLASHER LES CARACTÈRES : . \ + * ? [ ^ ] $ ( ) { } = ! < > : -
165
; ANTISLASHER LES CARACTÈRES : . \ + * ? [ ^ ] $ ( ) { } = ! < > : -
163
; Liste de types d'épithète à rejeter. Séparation : ,. Insenssible à la casse.
166
; Liste de types d'épithète à rejeter. Séparation : ,. Insenssible à la casse.