Splash Screen

The default splash screen is displayed, by default, when the user logs on for the first time to ITBA.

After the user clicks Accept, the logon page is displayed:

You can customize the splash screen text and background.

ClosedCustomize the splash screen

  • You can customize the splash screen by modifying the following HTML file to your specifications:

    $HPBA_HOME\webserver\httpd\htdocs\static\html\splashscreen.html

  • You can customize the background picture by adding the following code in the splashscreen.html file:

    <style type="text/css">
        body{
            font-family: HPEMetricRegular, Arial, Verdana;
    		background: url("<background_picture_name>.jpg") no-repeat center top;
    		background-size: 878px 500px;
        }
        #stepItems li {
            margin-top: 5px;
            margin-bottom: 5px;
        }
    </style>

    The supported formats for the background picture are: .JPG, .GIF, .PNG, or .BMP. Note that . JPG or . GIF are recommended because of their smaller size.

    Once CAC is enabled, you MUST configure the splash screen to show a popup dialog that displays agreement terms to the end user. The end user MUST agree to the terms to continue after choosing the certificate for login.

    The customized splash screen can be configured with pure html code in the following file:
    $HPBA_HOME/webserver/httpd/htdocs/static/html/splashscreen.html

    The splash screen with the default content is as follows:

ClosedEnable or Disable the splash screen

You can select to enable or disable the splash screen by selecting Admin >Settings > Foundation, and setting the Splash Screen Switch setting to true or false (default) . When set to true, a popup dialog is displayed that shows agreement terms to the end user. The end user must agree to the terms to continue after choosing the logon certificate. For details, see Settings - Foundation.