Novell ACCESS MANAGER 3.1 SP1 - IDENTITY SERVER Manual page 299

Identity server guide
Table of Contents

Advertisement

<%=bgcolor%>; }
#content
{ width: 100%; border: 0; margin: 0; padding: 0; overflow:
none; height: 376px; background-color: <%=bgcolor%>;}
#logoutbut
{ position: absolute; top: 25px; right: 35px;
#helpbutlogin { position: absolute; color: yellow; top: 25px; right: 10px;
}
#loggingbut
{ position: absolute; color: blue; top: 25px; right: 65px;
}
.NLtab .tab1s
padding-right: 8px; text-align: center; white-space: nowrap;
.NLtab .tab1s a
.NLtab span.tab1s { padding:5; color: white; font-size: 0.9em; font-
weight: bold; line-height: 17px; background-color: transparent; background-
image: none; text-decoration: none; }
.NLtab .tab1u
padding-right: 3px; text-align: center; white-space: nowrap; border-left: 1px
solid <%=bcolor%>; border-right: 1px solid <%=bcolor%>; border-top: 1px solid
<%=bcolor%>;
.NLtab span.tab1u { border: none; padding:5; color: black; font-size:
0.8em; font-weight: bold; line-height: 17px; text-decoration: none;
background-color: transparent;
.NLtab tr.subtab td
.NLtab tr.subtab a { font-size: .8em; color: white; text-decoration: none;
padding: 2px 5px 2px 5px}
.selx { border: 1px solid rgb(239, 238, 236); font-size: 1em; font-weight:
bolder; background-repeat: repeat-x; background-position: 0pt bottom;}
.unselx
{ border: 0px; font-size: .9em; font-weight: normal; background-
image: none; }
</style>
<script>
var g_curCard = null;
var g_cardContainer = null;
cards
var g_curSubtab = null;
var g_curTab = null;
var menuItem = 0;
function showHide(i)
{
document.getElementById('menu1').style.display='none';
document.getElementById('menu2').style.display='none';
document.getElementById('submenu1').style.display='none';
document.getElementById('submenu2').style.display='none';
document.getElementById('menu' + i).style.display='block';
document.getElementById('submenu' + i).style.display='block';
if (i == 1)
switchContentPage("<%= handler.getJSP("content")%>");
else
switchContentPage("<%= handler.getJSP("IdentityEditor")%>");
}
function switchContentPage(newSrc)
{
parent.document.getElementById("content").src = newSrc;
}
{ background-color: <%=menucolor%>; padding-left: 3px;
{ text-decoration: none; }
{ background-color: <%=bgcolor%>; padding-left: 3px;
}
}
{
color: white; padding: 2px }
// initial displayed card
// div that holds all the authentication
// subtab currently displayed
// tab currently displayed
}
}
Sample Custom Login Pages 299

Advertisement

Table of Contents
loading

This manual is also suitable for:

Access manager 3.1 sp1

Table of Contents