An HTML Message can be displayed on the PhixFlow Home page. The home pages is displayed once the application has been loaded before the user has logged in.
Create HTML content
- 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 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 location of HTML file in System Configuration
- 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 "c:\PhixFlow\PhixFlowHomeScreen\homeScreen.html"
Message Displayed on Home screen
When the PhixFlow Application is loaded the HTML will be displayed on the home screen.