Novell ACCESS MANAGER 3.1 SP1 - IDENTITY SERVER Manual page 304

Identity server guide
Table of Contents

Advertisement

<%@ page language="java" %>
<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
<%@ page import="java.util.*" %>
<%@ page import="com.novell.nidp.*" %>
<%@ page import="com.novell.nidp.servlets.*" %>
<%@ page import="com.novell.nidp.resource.*" %>
<%@ page import="com.novell.nidp.resource.jsp.*" %>
<%@ page import="com.novell.nidp.ui.*" %>
<%
ContentHandler handler = new ContentHandler(request,response);
String target = (String)request.getAttribute("target");
String hdrImage = "/custom_images/hhbimages.jpeg";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//
<%=handler.getLanguageCode()%>">
<html lang="<%=handler.getLanguageCode()%>">
<head>
<META HTTP-EQUIV="Content-Language"
CONTENT="<%=handler.getLanguageCode()%>">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<style type="text/css" media="screen">
.instructions { color: #4d6d8b; font-size: 0.8em; margin: 0 10px 10px
0 }
</style>
<script type="text/javascript" src="<%=
handler.getImage("showhide_2.js",false)%>"></script>
<script language="JavaScript">
</script>
</head>
<body text="lightcyan" style="background-color:Black" marginwidth="300"
marginheight="100" leftmargin="350" topmargin="0" rightmargin="0"
onLoad="document.IDPLogin.Ecom_User_ID.focus();" >
<br>
<form name="IDPLogin" enctype="application/x-www-form-urlencoded"
304 Novell Access Manager 3.1 SP1 Identity Server Guide
<title>HHB CUSTOM LOGIN </title>
td label
{ font-size: 0.85em ; padding-right: 0.2em; }
label
{ font-size: 0.77em; padding-right: 0.2em; }
input { font-family: sans-serif; }
var i = 0;
function imageSubmit()
{
if (i == 0)
{
i = 1;
document.IDPLogin.submit();
}
return false;
}
<h1><u>
IT'S A NEW WORLD</u></h1>

Advertisement

Table of Contents
loading

This manual is also suitable for:

Access manager 3.1 sp1

Table of Contents