Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 438 Rev 1365
Line 1... Line 1...
1
// A renommer en config.js
1
// à renommer en config.js
2
 
-
 
3
var configuration = {
2
var configuration = {
4
				serviceBaseUrl:"http://localhost/jrest",
3
	serviceBaseUrl:"http://localhost/jrest",
5
				suiviBugUrl:"http://www.tela-botanica.net/suivi/index.php?do=newtask&project=2",
4
	suiviBugUrl:"http://www.tela-botanica.net/suivi/index.php?do=newtask&project=2",
6
				aideBaseUrl: "http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=AideCEL",
5
	aideBaseUrl:"http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=AideCEL",
7
				emailContact:"cel_remarques@tela-botanica.org",
6
	emailContact:"cel_remarques@tela-botanica.org",
8
				imageBaseUrl: "http://localhost/images_cel",
7
	imageBaseUrl:"http://localhost/Documents/images_serveur/",
-
 
8
	imageRedirectUrl:"http://localhost/appli:cel-img:",
-
 
9
	utiliseRedirectionImage:"1",
9
				referentielGeo : "WGS84",
10
	referentielGeo:"WGS84",
10
				cleGoogleMaps : "ABQIAAAADBUAHF9l14gI02QVAbUYJBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRs4p6VhYovhsnMYzJIWa011rxW4w",
11
	cleGoogleMaps:"ABQIAAAADBUAHF9l14gI02QVAbUYJBRqPsByHDhzHLE0yoC9hASLZaFmoRT4_9Zkiscf-BaH_gEy7DVHX5BxwQ",
11
				refTax:"BDNFF",
12
	refTax:"BDNFF",
12
				refTaxVersion:"4.02",
13
	refTaxVersion:"4.02",
13
				lienEfloreBaseUrl:"www.tela-botanica.org/eflore"
14
	lienEfloreBaseUrl:"www.tela-botanica.org/eflore",
14
			};
15
	licence:"",
-
 
16
	tailleMaxUpload:"10000000",
-
 
17
	formatOriginal: "O",
-
 
18
	formatZoom: "X3L",
-
 
19
	formatGalerie: "XS",
-
 
20
	formatListe: "XS"};