Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 322 Rev 431
Line 21... Line 21...
21
	
21
	
Line 22... Line 22...
22
	private static String suiviBugUrl ;
22
	private static String suiviBugUrl ;
Line -... Line 23...
-
 
23
	
-
 
24
	private static String aideBaseUrl ;
23
	
25
	
Line 24... Line 26...
24
	private static String aideBaseUrl ;
26
	private static String emailContact;
Line 25... Line 27...
25
	
27
	
Line 42... Line 44...
42
		
44
		
43
		//if(GWT.isScript()) {
45
		//if(GWT.isScript()) {
44
			serviceBaseUrl = Dictionary.getDictionary("configuration").get(
46
			serviceBaseUrl = Dictionary.getDictionary("configuration").get(
Line -... Line 47...
-
 
47
					"serviceBaseUrl");
-
 
48
			
-
 
49
			emailContact = Dictionary.getDictionary("configuration").get(
45
					"serviceBaseUrl");
50
			"emailContact");
46
			
51
			
Line 47... Line 52...
47
			suiviBugUrl = Dictionary.getDictionary("configuration").get(
52
			suiviBugUrl = Dictionary.getDictionary("configuration").get(
48
			"suiviBugUrl");
53
			"suiviBugUrl");
Line 104... Line 109...
104
	public static String getAideBaseUrl() {
109
	public static String getAideBaseUrl() {
105
		return aideBaseUrl ;
110
		return aideBaseUrl ;
106
	}
111
	}
Line 107... Line 112...
107
	
112
	
-
 
113
	/**
-
 
114
	 * Accesseur pour l'email de contact du carnet en ligne
-
 
115
	 * 
-
 
116
	 * @return une chaine contenant l'email de contact
-
 
117
	 */
-
 
118
	public static String getEmailContact() {
-
 
119
		return emailContact;
-
 
120
	}
-
 
121
	
108
	/**
122
	/**
109
	 * Accesseur pour le référentiel geo
123
	 * Accesseur pour le référentiel geo
110
	 * 
124
	 * 
111
	 * @return le référentiel geo
125
	 * @return le référentiel geo
112
	 */
126
	 */
Line 135... Line 149...
135
	
149
	
136
	public static String getRefTaxVersion() {
150
	public static String getRefTaxVersion() {
Line 137... Line 151...
137
		return refTaxVersion;
151
		return refTaxVersion;
138
		
-
 
139
	}
152