Novell ACCESS MANAGER 3.1 SP1 - IDENTITY SERVER Manual page 35

Identity server guide
Table of Contents

Advertisement

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:
#header { background-image: url(<%=
handler.getImage(hdrBgndImg,false)%>); background-repeat: repeat-x; }
#logo { position: absolute; top: 0px; right: 0px; }
#title { position: absolute; font-size: 1.2em; color: white; top:
13px; left: 55px; }
7b Modify the top, left, and right values.
8 To change the background colors on the page, modify the color values in the
of the
element.
<head>
9 If you need to create multiple custom login pages, repeat
10 Copy the custom login pages and the images they require to each Identity Server in the cluster.
11 Continue with one of the following tasks:
To modify what appears in the credential frame, continue with
Credential Frame" on page
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
36.
Figure
1-3):
directory, the
images
Figure
1-3):
directory, the
images
directory, the
images
<style>
Step 1
through
Step
8.
"Customizing the
Configuring an Identity Server
section
35

Advertisement

Table of Contents
loading

This manual is also suitable for:

Access manager 3.1 sp1

Table of Contents