Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 989 Rev 1285
Line 46... Line 46...
46
	private static String formatListe = "";
46
	private static String formatListe = "";
Line 47... Line 47...
47
 
47
 
Line 48... Line 48...
48
	private static String utiliseRedirectionImage;
48
	private static String utiliseRedirectionImage;
-
 
49
 
-
 
50
	private static String imageRedirectUrl;
Line 49... Line 51...
49
 
51
	
50
	private static String imageRedirectUrl;
52
	private static String tailleMaxUpload;
51
 
53
 
52
	/**
54
	/**
Line 103... Line 105...
103
			"utiliseRedirectionImage");
105
			"utiliseRedirectionImage");
Line 104... Line 106...
104
			
106
			
105
			imageRedirectUrl = Dictionary.getDictionary("configuration").get(
107
			imageRedirectUrl = Dictionary.getDictionary("configuration").get(
Line -... Line 108...
-
 
108
			"imageRedirectUrl");
-
 
109
			
-
 
110
			tailleMaxUpload = Dictionary.getDictionary("configuration").get(
106
			"imageRedirectUrl");
111
			"tailleMaxUpload");
107
			
112
			
Line 108... Line 113...
108
			//licence = Dictionary.getDictionary("configuration").get("licence");
113
			//licence = Dictionary.getDictionary("configuration").get("licence");
109
	}
114
	}
Line 170... Line 175...
170
	public static String getCleGoogleMaps() {
175
	public static String getCleGoogleMaps() {
171
		return cleGoogleMaps ;
176
		return cleGoogleMaps ;
172
	}
177
	}
Line 173... Line 178...
173
 
178
 
174
	public static String getLienEfloreBaseUrl() {
179
	public static String getLienEfloreBaseUrl() {
175
		return lienEfloreBaseUrl;
-
 
176
		
180
		return lienEfloreBaseUrl;	
Line 177... Line 181...
177
	}
181
	}
178
	
182
	
179
	public static String getRefTax() {
-
 
180
		return refTax;
183
	public static String getRefTax() {
Line 181... Line 184...
181
		
184
		return refTax;	
182
	}
185
	}
183
	
-
 
184
	public static String getRefTaxVersion() {
186
	
Line 185... Line 187...
185
		return refTaxVersion;
187
	public static String getRefTaxVersion() {
186
		
188
		return refTaxVersion;	
187
	}
189
	}
Line 188... Line 190...
188
	
190
	
189
	public static String getLicence() {
-
 
190
		return licence;
191
	public static String getLicence() {
191
	}
192
		return licence;
Line 192... Line 193...
192
	
193
	}
193
	public static String getFormatOriginal() {
-
 
194
 
194
	
195
		return formatOriginal;
195
	public static String getFormatOriginal() {
Line 196... Line 196...
196
	}
196
		return formatOriginal;
197
	
-
 
198
	public static String getFormatZoom() {
197
	}
199
 
198
	
Line 200... Line 199...
200
		return formatZoom;
199
	public static String getFormatZoom() {
201
	}
-
 
202
	
200
		return formatZoom;
203
	public static String getFormatGalerie() {
201
	}
Line 204... Line 202...
204
 
202
	
205
		return formatGalerie;
-
 
206
	}
203
	public static String getFormatGalerie() {
207
	
-
 
208
	public static String getFormatListe() {
204
		return formatGalerie;
Line 209... Line 205...
209
 
205
	}
210
		return formatListe;
-
 
211
	}
206
	
-
 
207
	public static String getFormatListe() {
212
 
208
		return formatListe;
-
 
209
	}
-
 
210
 
213
	public static boolean utiliseRedirectionImages() {
211
	public static boolean utiliseRedirectionImages() {	
214
		
212
		return utiliseRedirectionImage.equals("1");