Customize banner, footer, toolbar, and navigation bar content
We can change the appearance of the self-service user interface by customizing the banner, footer, toolbar, and navigation bar.
Content in the directories\itim_self_service.war\custom directory can be replaced or modified to alter the appearance of the self-service user interface. We can replace or modify the banner, footer, toolbar, and navigation bar.
The layout elements are JSP fragments that are included in the layout of the web page when the JSP is rendered.
The following table displays a list of layout elements and their corresponding files, which are in the directories\itim_self_service.war\custom directory.
Layout element File name Banner banner.jsp Footer footer.jsp Toolbar toolbar.jsp Navigation bar nav.jsp To modify these files...
- From the top level of the Appliance Dashboard, click Configure > Advanced Configuration > Custom File Management.
- Download the property files from directories\itim_self_service.war\custom directory.
- Update the attributes in the properties file and upload the files.
- Restart ISIM application to apply the changes.
The default version of these files is shipped with the product archive. Be sure to back up the custom version of the files we created so that your changes are not lost.
- Request parameters and content examples for use in customizing user interface content
This section describes the request parameters that we can use in JSP files to customize content.Parent topic: Self-service user interface customization