...
- Create a file containing HTML content to appear on the home screen.
- Images can be referenced in the HTML if they are in the Tomcat/webapps/{phixflow instance}/images folder where PhixFlow is installed.
- 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"/>
...
- 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"
...