Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2033 Rev 2081
Line 30... Line 30...
30
	private static String imageBaseUrl;
30
	private static String imageBaseUrl;
Line 31... Line 31...
31
	
31
	
Line 32... Line 32...
32
	private static String suiviBugUrl ;
32
	private static String suiviBugUrl ;
-
 
33
	
-
 
34
	private static String aideBaseUrl ;
Line 33... Line 35...
33
	
35
 
Line 34... Line 36...
34
	private static String aideBaseUrl ;
36
	private static String remarquesBaseUrl ;
Line 86... Line 88...
86
			"imageBaseUrl");
88
			"imageBaseUrl");
Line 87... Line 89...
87
			
89
			
88
			aideBaseUrl = Dictionary.getDictionary("configuration").get(
90
			aideBaseUrl = Dictionary.getDictionary("configuration").get(
Line -... Line 91...
-
 
91
			"aideBaseUrl");
-
 
92
			
-
 
93
			remarquesBaseUrl = Dictionary.getDictionary("configuration").get(
89
			"aideBaseUrl");
94
			"remarquesBaseUrl");
90
			
95
			
Line 91... Line 96...
91
			referentielGeo = Dictionary.getDictionary("configuration").get(
96
			referentielGeo = Dictionary.getDictionary("configuration").get(
92
			"referentielGeo");
97
			"referentielGeo");
Line 180... Line 185...
180
	public static String getAideBaseUrl() {
185
	public static String getAideBaseUrl() {
181
		return aideBaseUrl ;
186
		return aideBaseUrl ;
182
	}
187
	}
Line 183... Line 188...
183
	
188
	
-
 
189
	/**
-
 
190
	 * Accesseur pour l'url de base du widget de remarques
-
 
191
	 * 
-
 
192
	 * @return une url pointant vers la racine du widget (sans paramètres)
-
 
193
	 */
-
 
194
	public static String getRemarquesBaseUrl() {
-
 
195
		return remarquesBaseUrl;
-
 
196
	}
-
 
197
	
184
	/**
198
	/**
185
	 * Accesseur pour l'email de contact du carnet en ligne
199
	 * Accesseur pour l'email de contact du carnet en ligne
186
	 * 
200
	 * 
187
	 * @return une chaine contenant l'email de contact
201
	 * @return une chaine contenant l'email de contact
188
	 */
202
	 */