Technical Notes |
|
This technical note describes how to customize the appearance of the login page and the links list page that users and administrators use to access Reflection for the Web.
Note: For additional information about customizing Reflection for the Web, see the Customizing section of Technical Note 9988.
These steps describe how to modify the look of the login page and the links list page by editing the LauncherHTML.jsp file.
C:\Program Files\ReflectionServer\jakarta-tomcat\webapps\rweb\gmNote: Hexadecimal values for font and background colors can be obtained from various web sites. To locate this information, enter "hexadecimal color values" into the search engine of your choice. To use these values, change the hexadecimal value to the color of your choice. For example, the value #CCCCFF represents the color lavender.
background-color: #ffffff;Change the hexadecimal value to the color of your choice.
<param name="cabbase" value"Launcher.cab"> <param name="backgroundColor" value="#FFFFCC"> |
Change the hexadecimal value to the color of your choice.
<param name="cabbase" value"Launcher.cab"> <param name="foregroundColor" value="#228B22"> |
Change the hexadecimal value to the color of your choice.
Note: The HTML elements in the LauncherHTML.jsp file may be edited to affect the page that surrounds the Links List applet.
https://<your server>:<your port>/<application context name>/rwebNote: The default application context name is rweb.
When the login page opens, you should see the modifications made in the LauncherHTML.jsp page. If not, clear your browser's cached files, exit all browser sessions, and try again.