Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 596 Rev 641
Line 34... Line 34...
34
	private static String refTax;
34
	private static String refTax;
Line 35... Line 35...
35
	
35
	
Line 36... Line 36...
36
	private static String refTaxVersion;
36
	private static String refTaxVersion;
-
 
37
	
-
 
38
	private static String licence ="";
-
 
39
	
-
 
40
	private static String formatOriginal = "";
-
 
41
	
-
 
42
	private static String formatZoom = "";
-
 
43
	
-
 
44
	private static String formatGalerie = "";
Line 37... Line 45...
37
	
45
	
38
	private static String licence ="";
46
	private static String formatListe = "";
39
 
47
 
40
	/**
48
	/**
Line 73... Line 81...
73
			"refTax");
81
			"refTax");
Line 74... Line 82...
74
			
82
			
75
			refTaxVersion = Dictionary.getDictionary("configuration").get(
83
			refTaxVersion = Dictionary.getDictionary("configuration").get(
Line -... Line 84...
-
 
84
			"refTaxVersion");
-
 
85
			
-
 
86
			formatOriginal = Dictionary.getDictionary("configuration").get(
-
 
87
			"formatOriginal");
-
 
88
			
-
 
89
			formatZoom = Dictionary.getDictionary("configuration").get(
-
 
90
			"formatZoom");
-
 
91
			
-
 
92
			formatGalerie = Dictionary.getDictionary("configuration").get(
-
 
93
			"formatGalerie");
-
 
94
			
-
 
95
			formatListe = Dictionary.getDictionary("configuration").get(
76
			"refTaxVersion");
96
			"formatListe");
77
			
97
			
Line 78... Line 98...
78
			//licence = Dictionary.getDictionary("configuration").get("licence");
98
			//licence = Dictionary.getDictionary("configuration").get("licence");
79
	}
99
	}
Line 157... Line 177...
157
	}
177
	}
Line 158... Line 178...
158
	
178
	
159
	public static String getLicence() {
179
	public static String getLicence() {
160
		return licence;
180
		return licence;
-
 
181
	}
-
 
182
	
-
 
183
	public static String getFormatOriginal() {
-
 
184
 
-
 
185
		return formatOriginal;
-
 
186
	}
-
 
187
	
-
 
188
	public static String getFormatZoom() {
-
 
189
 
-
 
190
		return formatZoom;
-
 
191
	}
-
 
192
	
-
 
193
	public static String getFormatGalerie() {
-
 
194
 
-
 
195
		return formatGalerie;
-
 
196
	}
-
 
197
	
-
 
198
	public static String getFormatListe() {
-
 
199
 
-
 
200
		return formatListe;
161
	}
201
	}