Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 60 Rev 64
Line 17... Line 17...
17
	 */
17
	 */
18
	public void onModuleLoad() {
18
	public void onModuleLoad() {
19
		GXT.setDefaultTheme(Theme.GRAY, true);
19
		GXT.setDefaultTheme(Theme.GRAY, true);
20
		GXT.hideLoadingPanel("loading");
20
		GXT.hideLoadingPanel("loading");
Line -... Line 21...
-
 
21
		
21
		
22
		Registry.register(RegistreId.APPLI_NOM, "Collections en ligne");
-
 
23
		Registry.register(RegistreId.APPLI_CODE, "COEL");
-
 
24
		Registry.register(RegistreId.APPLI_VERSION, "0.1");
22
		Registry.register(RegistreId.APPLI_NOM, "Coel");
25
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 64 $");
23
		Registry.register(RegistreId.CONFIG, new Configuration());
26
		Registry.register(RegistreId.CONFIG, new Configuration());
24
		new Mediateur();
27
		new Mediateur();
25
	}
28
	}
26
}
29
}