Banner Page
An optional banner page is now available. This banner page displays before the login page. It includes a button that must be clicked before the user can continue to the login page.
The database setting DISPLAY_BANNER_PAGE controls banner page display. Values are "yes" (display banner page) or "no" (do not display banner page).
A placeholder HTML banner page is included and must be customized. Create text content for the banner wording and insert it into the following section in
{tomcat-home}/webapps/VoiceConsole/WEBINF/classes/page/banner.ftl. Edit the <td></td> line shown below and add additional <td></td> lines, if needed.
<div class="formdata">
<table id="banner">
<tr><th>${title}</th></tr>
<tr>
<td>This is the Banner Page.
<br>Please update as you see fit.</td>
</tr>
</table>
</div>
Update the database, and set voc_system_properties.DISPLAY_BANNER_PAGE "yes".