Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 252 Rev 260
Line 22... Line 22...
22
	private static String suiviBugUrl ;
22
	private static String suiviBugUrl ;
Line 23... Line 23...
23
	
23
	
Line 24... Line 24...
24
	private static String aideBaseUrl ;
24
	private static String aideBaseUrl ;
25
	
-
 
26
	private static String referentielGeo ;
-
 
Line 27... Line 25...
27
	
25
	
28
	private static String systemeProj ;
26
	private static String referentielGeo ;
29
 
27
 
30
	/**
28
	/**
Line 48... Line 46...
48
			"aideBaseUrl");
46
			"aideBaseUrl");
Line 49... Line 47...
49
			
47
			
50
			referentielGeo = Dictionary.getDictionary("configuration").get(
48
			referentielGeo = Dictionary.getDictionary("configuration").get(
Line 51... Line -...
51
			"referentielGeo");
-
 
52
			
-
 
53
			systemeProj = Dictionary.getDictionary("configuration").get(
49
			"referentielGeo");
54
			"systemeProj");
50
			
55
		}
51
		}
56
		else
52
		else
57
		{
53
		{
Line 104... Line 100...
104
	 * @return une url pointant vers la racine de l'aide
100
	 * @return une url pointant vers la racine de l'aide
105
	 */
101
	 */
106
	public static String getReferentielGeo() {
102
	public static String getReferentielGeo() {
107
		return referentielGeo ;
103
		return referentielGeo ;
108
	}
104
	}
109
	
-
 
110
	/**
-
 
111
	 * Accesseur pour l'url de base de l'aide
-
 
112
	 * 
-
 
113
	 * @return une url pointant vers la racine de l'aide
-
 
114
	 */
-
 
115
	public static String getSystemeProj() {
-
 
116
		return systemeProj ;
-
 
117
	}
-
 
118
	
-
 
119
	
-
 
Line 120... Line 105...
120
 
105