Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a file containing HTML content to appear on the home screen. 
    1. Images can be referenced in the HTML if they are in the Tomcat/webapps/{phixflow instance}/images folder where PhixFlow is installed.
    2. An Example To test this create an example HTML file called "homeScreenHtml.html" saved in the location "c:\PhixFlow\PhixFlowHomeScreen" 

                   <font size="12pt" color="red"><b>CenterView has been rebranded as PhixFlow</b></font>
                   <br/>
                   <img height="150" src="../images/centerViewLogoW800Img.png" alt="cvimg"/>

...

  1. Set the System Configuration > General Settings tab - 'Home Screen Message HTML File' field. Specify the full path and file name of a file containing HTML text that will appear on the Home screen
    Specify the full path and file name. For the above example this would be set to "c:\PhixFlow\PhixFlowHomeScreen\homeScreen.html"

...