Novell ACCESS MANAGER 3.1 SP2 - IDENTITY SERVER GUIDE 2010 Manual page 65

Identity server guide
Hide thumbs Also See for ACCESS MANAGER 3.1 SP2 - IDENTITY SERVER GUIDE 2010:
Table of Contents

Advertisement

2b Replace the value with the title you want to appear. For example:
String hdrTitle = "My Company"
Make sure to enclose your title value with double quotes.
3 Replace the window title that appears in the browser title bar:
3a Locate the following line that appears between the
<title><%=handler.getResource(JSPResDesc.TITLE)%></title>
3b Replace the content between the
appear. For example:
<title>My Company</title>
4 Replace the Access Manager logo on the left of the header (see
4a Locate the following string:
String hdrImage = "AMHeader_image.png";
4b Replace the value in the quotes with the path and the filename of the image you want to
use.
For example, if you created a
string would have a value similar to the following:
hdrImage
String hdrImage = "/custom_images/myapp.png"
5 Replace the Novell logo on the right of the header (see
5a Locate the following string:
String hdrLogo = "AMHeader_logo.png";
5b Replace the value of the
want to use.
For example, if you created a
string would have a value similar to the following:
hdrLogo
String hdrLogo = "/custom_images/companylogo.png"
6 To change the background image for the header (which allows for variable sizing of the page):
6a Locate the following string:
String hdrBgndImg = "AMHeader_background.png";
6b Replace the value of the
you want to use. You can use a color or an image that can be repeated. The style is set to
repeat it from left to right as the window expands.
For example, if you created a
string would have a value similar to the following:
hdrBgndImg
String hdrBgndImg = "/custom_images/mybackground.png"
7 If your custom images or title do not appear in the header where you want them, you need to
modify the style section.
7a Locate the following lines:
and
<title>
</title>
directory in the
/custom_images
string with the path and the filename of the image you
hdrLogo
_images directory in the
/custom
string with the path and the filename of the image
hdrBgndImg
directory in the
/custom_images
Customizing Login Pages, Logout Pages, and Messages
tags:
<head></head>
tags with the title you want to
Figure
2-2):
directory, the
images
Figure
2-2):
directory, the
images
directory, the
images
65

Advertisement

Table of Contents
loading

Table of Contents