Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 66 Rev 102
Line 20... Line 20...
20
		GXT.hideLoadingPanel("loading");
20
		GXT.hideLoadingPanel("loading");
Line 21... Line 21...
21
		
21
		
22
		Registry.register(RegistreId.APPLI_NOM, "Collections en ligne");
22
		Registry.register(RegistreId.APPLI_NOM, "Collections en ligne");
23
		Registry.register(RegistreId.APPLI_CODE, "COEL");
23
		Registry.register(RegistreId.APPLI_CODE, "COEL");
24
		Registry.register(RegistreId.APPLI_VERSION, "0.1");
24
		Registry.register(RegistreId.APPLI_VERSION, "0.1");
25
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 66 $");
25
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 102 $");
Line 26... Line 26...
26
		Registry.register(RegistreId.CONFIG, new Configuration());
26
		Registry.register(RegistreId.CONFIG, new Configuration());
-
 
27
 
-
 
28
		new Mediateur();
-
 
29
		// J'appelle directement la page où je travaille
27
 
30
		Mediateur mediat = Registry.get(RegistreId.MEDIATEUR);
28
		new Mediateur();
31
		mediat.clicAjouterStructure();
29
	}
32
	}