Using user-defined HTML templates

Inserted or changed with LCOS 8.50

An an option, the appearance of the wizard can be adapted to your company's design guidelines by uploading a customized HTML template into the device. The template can specify the basic structure of HTML pages and the design of colors, fonts, etc. by means of CSS rules.

Two fixed tags in the HTML template are used to insert the contents from the wizard into the respective HTML pages:

A very simple example of an HTML template looks like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
   <html> 
     <head>
       <title>Titel des Assistenten</title> 
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     </head> 
     <body> 
       <div> 
         <WIZARD_LOGO> 
       </div> 
         <WIZARD_CONTENT> 
       </body> 
   </html> 

The wizard a selection of predefined CSS classes that you can easily customize by specifying appropriate values in your HTML template, including: