Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1513 Rev 1549
Line 95... Line 95...
95
			"	<p>"+
95
			"	<p>"+
96
			"		<span class='{css_label}'>{i18n_code}{label_separateur}</span> {code}<br />"+
96
			"		<span class='{css_label}'>{i18n_code}{label_separateur}</span> {code}<br />"+
97
			"		<span class='{css_label}'>{i18n_version}{label_separateur}</span> {version}<br />"+
97
			"		<span class='{css_label}'>{i18n_version}{label_separateur}</span> {version}<br />"+
98
			"		<span class='{css_label}'>{i18n_version_nom}{label_separateur}</span> {version_nom}<br />"+
98
			"		<span class='{css_label}'>{i18n_version_nom}{label_separateur}</span> {version_nom}<br />"+
99
			"		<span class='{css_label}'>{i18n_revision}{label_separateur}</span> {revision}<br />"+
99
			"		<span class='{css_label}'>{i18n_revision}{label_separateur}</span> {revision}<br />"+
100
			"		<span class='{css_label}'>{i18n_revision_jrest}{label_separateur}</span> {revision_jrest}<br />"+
100
			"		<span class='{css_label}'>{i18n_revision_services}{label_separateur}</span> {revision_services}<br />"+
101
			"		<span class='{css_label}'>{i18n_licence}{label_separateur}</span> {licence}"+
101
			"		<span class='{css_label}'>{i18n_licence}{label_separateur}</span> {licence}"+
102
			"	</p>"+
102
			"	</p>"+
103
			"	<hr />"+
103
			"	<hr />"+
104
			"	<h2>{i18n_titre_compilation}</h2>"+
104
			"	<h2>{i18n_titre_compilation}</h2>"+
105
			"	<p>"+
105
			"	<p>"+
Line 151... Line 151...
151
		
151
		
152
		aproposParams.set("i18n_code", i18nC.aproposCode());
152
		aproposParams.set("i18n_code", i18nC.aproposCode());
153
		aproposParams.set("i18n_version", i18nC.aproposVersion());
153
		aproposParams.set("i18n_version", i18nC.aproposVersion());
154
		aproposParams.set("i18n_version_nom", i18nC.aproposVersionNom());
154
		aproposParams.set("i18n_version_nom", i18nC.aproposVersionNom());
155
		aproposParams.set("i18n_revision", i18nC.aproposRevision());
155
		aproposParams.set("i18n_revision", i18nC.aproposRevision());
156
		aproposParams.set("i18n_revision_jrest", i18nC.aproposRevisionJrest());
156
		aproposParams.set("i18n_revision_services", i18nC.aproposRevisionServices());
157
		aproposParams.set("i18n_licence", i18nC.aproposLicence());
157
		aproposParams.set("i18n_licence", i18nC.aproposLicence());
158
		aproposParams.set("i18n_titre_compilation", i18nC.aproposTitreCompilation());
158
		aproposParams.set("i18n_titre_compilation", i18nC.aproposTitreCompilation());
159
		aproposParams.set("i18n_compilation_date", i18nC.aproposCompilationDate());
159
		aproposParams.set("i18n_compilation_date", i18nC.aproposCompilationDate());
160
		aproposParams.set("i18n_version_java", i18nC.aproposVersionJava());
160
		aproposParams.set("i18n_version_java", i18nC.aproposVersionJava());
Line 167... Line 167...
167
		aproposParams.set("appli_nom", (String) Registry.get(RegistreId.APPLI_NOM));
167
		aproposParams.set("appli_nom", (String) Registry.get(RegistreId.APPLI_NOM));
168
		aproposParams.set("code", (String) Registry.get(RegistreId.APPLI_CODE));
168
		aproposParams.set("code", (String) Registry.get(RegistreId.APPLI_CODE));
169
		aproposParams.set("version", (String) Registry.get(RegistreId.APPLI_VERSION));
169
		aproposParams.set("version", (String) Registry.get(RegistreId.APPLI_VERSION));
170
		aproposParams.set("version_nom", (String) Registry.get(RegistreId.APPLI_VERSION_NOM));
170
		aproposParams.set("version_nom", (String) Registry.get(RegistreId.APPLI_VERSION_NOM));
171
		aproposParams.set("revision", (String) Registry.get(RegistreId.APPLI_REVISION));
171
		aproposParams.set("revision", (String) Registry.get(RegistreId.APPLI_REVISION));
172
		aproposParams.set("revision_jrest", (String) Registry.get(RegistreId.JREST_REVISION));
172
		aproposParams.set("revision_services", (String) Registry.get(RegistreId.SERVICES_REVISION));
173
		aproposParams.set("licence", (String) Registry.get(RegistreId.APPLI_LICENCE));
173
		aproposParams.set("licence", (String) Registry.get(RegistreId.APPLI_LICENCE));
174
		aproposParams.set("compilation_date", (String) Registry.get(RegistreId.APPLI_COMPILATION_DATE_HEURE));
174
		aproposParams.set("compilation_date", (String) Registry.get(RegistreId.APPLI_COMPILATION_DATE_HEURE));
175
		aproposParams.set("version_java", (String) Registry.get(RegistreId.APPLI_COMPILATION_JAVA_VERSION));
175
		aproposParams.set("version_java", (String) Registry.get(RegistreId.APPLI_COMPILATION_JAVA_VERSION));
176
		aproposParams.set("gwt", GWT.getVersion());
176
		aproposParams.set("gwt", GWT.getVersion());
177
		aproposParams.set("gxt", GXT.getVersion().getRelease());
177
		aproposParams.set("gxt", GXT.getVersion().getRelease());