Subversion Repositories eFlore/Applications.del

Rev

Rev 1944 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1944 Rev 2162
Line 53... Line 53...
53
; Standard utilisé pour les codes de zones géographiques
53
; Standard utilisé pour les codes de zones géographiques
54
zone_geo_source = "ISO-3166-1";
54
zone_geo_source = "ISO-3166-1";
Line 55... Line 55...
55
 
55
 
56
; +------------------------------------------------------------------------------------------------------+
56
; +------------------------------------------------------------------------------------------------------+
57
; Squelette d'Url de la fiche de l'observation à utiliser avec sprintf
57
; Squelette d'Url de la fiche de l'observation à utiliser avec sprintf
Line 58... Line 58...
58
url_fiche_observation = "http://www.tela-botanica.org/appli:identiplante#obs~%s";
58
url_fiche_observation = "http://www.tela-botanica.org/appli:identiplante/obs%s";
59
 
59
 
60
; +------------------------------------------------------------------------------------------------------+
60
; +------------------------------------------------------------------------------------------------------+
61
; TEMPLATES d'URL
61
; TEMPLATES d'URL
Line 89... Line 89...
89
; tables et bases de données des réferentiels
89
; tables et bases de données des réferentiels
90
referentiels = "bdtfx,bdtxa,apd,isfan";
90
referentiels = "bdtfx,bdtxa,apd,isfan";
91
table_referentiel_bdtfx = "tb_eflore.bdtfx_v2_01";
91
table_referentiel_bdtfx = "tb_eflore.bdtfx_v2_01";
92
table_referentiel_bdtxa = "tb_eflore.bdtxa_v1_01";
92
table_referentiel_bdtxa = "tb_eflore.bdtxa_v1_01";
93
table_referentiel_apd	= "tb_eflore.apd_v3_4_0";
93
table_referentiel_apd	= "tb_eflore.apd_v3_4_0";
94
table_referentiel_isfan = "tb_eflore.isfan_v2013";
-
 
95
94
table_referentiel_isfan = "tb_eflore.isfan_v2013";
-
 
95