If you want to change the wording in the WebOffice html client loading screen, you can do in the file C:\Tomcat\webapps\<WebOffice application>\client_workspace\JSXAPPS\weboffice\jss\splashscreen.txt. There are basically three text resources and a parameter for the design (classic or v10) that can be changed for the loading screen:
Default value in splashscreen.txt |
Customized value in splashscreen.txt |
poweredby = " "; productname = "WebOffice"; productinfo = ""; wo_splash_mode = "v10";
|
poweredby = "My Company"; productname = "Your Office"; productinfo = "presents"; wo_splash_mode = "classic";
|