Skip to content

Webanmeldeseite: So ändern Sie den Anmeldesplashscreen

Aperçu

When the remote connection is loading, the HTML5 client is displaying a default splashscreen such as the screenshot below:

Screenshot 1 Puedes personalizar este contenido modificando un archivo de configuración de JavaScript.

HTML5-Client

Créer le contenu de votre écran de démarrage personnalisé

Cualquier contenido en texto o HTML se puede utilizar para la pantalla de presentación.

Also, if you need to use simple quotes ( ’ ) or double quotes ( ” ) you will have to write a backslash before ( ’ and ” ) instead of just the quotes.

Finally, please note that the content must be written in only 1 line.

El siguiente ejemplo es un contenido válido para la pantalla de presentación:

This is my customized splashscreen

Please say “hello”!

It will display a title (“This is my customized splashscreen”), a text (“Please say hello!”) and the animated ring picture as in the standard TSplus Splashscreen.

Modifying the Splashscreen data to use your own content

If you do not have a file named “settings.js” in the “C:\Program Files (x86)\TSplus\Clients\www\software\html5” folder, then your TSplus version is older and this documentation does not apply. Please update your system first or contact support.

Edit the file “settings.js” located in the “C:\Program Files (x86)\TSplus\Clients\www\software\html5” folder. We advise you to use a text editor such as Notepad or Notepad++. no use Word).

Search for the line starting by this:

W.splashscreencontent = ”

Replace it completely by the following line:

W.splashscreencontent = “su contenido personalizado aquí”;

Do not forget the ending double quotes and semi-colon ( ”; ).

If you wish to lengthen the duration of the logon splashscreen in HTML5, you can do so by modifying the value in milliseconds:

W.splashscreentime = 5000; // tiempo de reproducción de la pantalla de inicio.

We recommend you clear your browser’s cache after saving the changed html page.