Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 516 Rev 907
Line 39... Line 39...
39
		aproposOnglet.addText("<h1>"+(String) Registry.get(RegistreId.APPLI_NOM)+"</h1>");
39
		aproposOnglet.addText("<h1>"+(String) Registry.get(RegistreId.APPLI_NOM)+"</h1>");
40
		aproposOnglet.addText("Code : "+(String) Registry.get(RegistreId.APPLI_CODE));
40
		aproposOnglet.addText("Code : "+(String) Registry.get(RegistreId.APPLI_CODE));
41
		aproposOnglet.addText("Version : "+(String) Registry.get(RegistreId.APPLI_VERSION));
41
		aproposOnglet.addText("Version : "+(String) Registry.get(RegistreId.APPLI_VERSION));
42
		aproposOnglet.addText("RĂ©vision : "+(String) Registry.get(RegistreId.APPLI_REVISION));
42
		aproposOnglet.addText("RĂ©vision : "+(String) Registry.get(RegistreId.APPLI_REVISION));
43
		aproposOnglet.addText("<hr />");
43
		aproposOnglet.addText("<hr />");
-
 
44
		aproposOnglet.addText("<h1>"+"Compilation"+"</h1>");
-
 
45
		aproposOnglet.addText("Date : "+(String) Registry.get(RegistreId.APPLI_COMPILATION_DATE_HEURE));
-
 
46
		aproposOnglet.addText("Version de Java : "+(String) Registry.get(RegistreId.APPLI_COMPILATION_JAVA_VERSION));
-
 
47
		aproposOnglet.addText("<hr />");
44
		aproposOnglet.addText("<h1>"+"Cadre de travail"+"</h1>");
48
		aproposOnglet.addText("<h1>"+"Cadre de travail"+"</h1>");
45
		aproposOnglet.addText("GWT : v"+GWT.getVersion());
49
		aproposOnglet.addText("GWT : v"+GWT.getVersion());
46
		Version gxtVersion = GXT.getVersion();
50
		Version gxtVersion = GXT.getVersion();
47
		aproposOnglet.addText("GXT : v"+gxtVersion.getRelease());
51
		aproposOnglet.addText("GXT : v"+gxtVersion.getRelease());
48
		aproposOnglet.addText("<hr />");
52
		aproposOnglet.addText("<hr />");