Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2392 Rev 2600
Line 33... Line 33...
33
	
33
	
Line 34... Line 34...
34
	private static String aideBaseUrl ;
34
	private static String aideBaseUrl ;
Line 35... Line 35...
35
 
35
 
Line 36... Line 36...
36
	private static String remarquesBaseUrl ;
36
	private static String remarquesBaseUrl ;
Line 37... Line 37...
37
	
37
	
Line 84... Line 84...
84
		
84
		
85
		//if(GWT.isScript()) {
85
		//if(GWT.isScript()) {
86
			serviceBaseUrl = Dictionary.getDictionary("configuration").get(
86
			serviceBaseUrl = Dictionary.getDictionary("configuration").get(
Line 87... Line 87...
87
					"serviceBaseUrl");
87
					"serviceBaseUrl");
88
			
88
			
Line 89... Line 89...
89
			emailContact = Dictionary.getDictionary("configuration").get(
89
			serviceContact = Dictionary.getDictionary("configuration").get(
90
			"emailContact");
90
			"serviceContact");
Line 91... Line 91...
91
			
91
			
Line 214... Line 214...
214
	public static String getRemarquesBaseUrl() {
214
	public static String getRemarquesBaseUrl() {
215
		return remarquesBaseUrl;
215
		return remarquesBaseUrl;
216
	}
216
	}
Line 217... Line 217...
217
	
217
	
218
	/**
218
	/**
219
	 * Accesseur pour l'email de contact du carnet en ligne
219
	 * Accesseur pour le service de contact du carnet en ligne
220
	 * 
220
	 * 
221
	 * @return une chaine contenant l'email de contact
221
	 * @return une chaine contenant le service de contact
222
	 */
222
	 */
223
	public static String getEmailContact() {
223
	public static String getServiceContact() {
224
		return emailContact;
224
		return serviceContact;
Line 225... Line 225...
225
	}
225
	}
226
	
226
	
227
	/**
227
	/**