Header.jsp revision 3f03ccf4c50575b3a56699be84d35713e0fbbb16
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden<%--
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden The contents of this file are subject to the terms
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden of the Common Development and Distribution License
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden (the License). You may not use this file except in
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden compliance with the License.
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden You can obtain a copy of the License at
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden https://opensso.dev.java.net/public/CDDLv1.0.html or
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden opensso/legal/CDDLv1.0.txt
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden See the License for the specific language governing
864e2a74d7dc5e572cd895466611cc57e3523083Andrew Forrest permission and limitations under the License.
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden When distributing Covered Code, include this CDDL
7bf512aea50c834dc9c3ef5a0a228059fcc753a5jenkins Header Notice in each file and include the License file
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden at opensso/legal/CDDLv1.0.txt.
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden If applicable, add the following below the CDDL Header,
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden with the fields enclosed by brackets [] replaced by
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden your own identifying information:
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden "Portions Copyrighted [year] [name of copyright owner]"
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden $Id: Header.jsp,v 1.4 2008/08/15 01:05:32 veiming Exp $
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden--%>
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden
7bf512aea50c834dc9c3ef5a0a228059fcc753a5jenkins<%@ page
1d03ac3e808c2c653316d01713105e209914fc81Neil Maddenimport="com.sun.identity.common.SystemConfigurationUtil"
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden%>
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden<%
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden String deployuri = SystemConfigurationUtil.getProperty(
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden "com.iplanet.am.services.deploymentDescriptor");
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden if ((deployuri == null) || (deployuri.length() == 0)) {
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden deployuri = "../../..";
1d03ac3e808c2c653316d01713105e209914fc81Neil Madden }
d45a839aef1439938b43cec508f1bbbd3c5c235eNeil Madden%>
d45a839aef1439938b43cec508f1bbbd3c5c235eNeil Madden
d45a839aef1439938b43cec508f1bbbd3c5c235eNeil Madden
d45a839aef1439938b43cec508f1bbbd3c5c235eNeil Madden
d45a839aef1439938b43cec508f1bbbd3c5c235eNeil Madden<html>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste<head>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste<title>Service Provider</title>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste<link rel="stylesheet" type="text/css" href="<%= deployuri %>/com_sun_web_ui/css/css_ns6up.css" />
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste</head>
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste<body class="DefBdy">
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste<div class="MstDiv"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="MstTblTop" title="">
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste<tbody><tr>
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste<td nowrap="nowrap">&nbsp;</td>
864e2a74d7dc5e572cd895466611cc57e3523083Andrew Forrest<td nowrap="nowrap">&nbsp;</td>
864e2a74d7dc5e572cd895466611cc57e3523083Andrew Forrest</tr></tbody></table>
864e2a74d7dc5e572cd895466611cc57e3523083Andrew Forrest
864e2a74d7dc5e572cd895466611cc57e3523083Andrew Forrest<table width="100%" border="0" cellpadding="0" cellspacing="0" class="MstTblBot" title="">
864e2a74d7dc5e572cd895466611cc57e3523083Andrew Forrest<tbody><tr>
89c76a8c99f25ef6d24c3642f95dde19c5fd4d05Phill Cunnington<td class="MstTdTtl" width="99%">
89c76a8c99f25ef6d24c3642f95dde19c5fd4d05Phill Cunnington<div class="MstDivTtl"><img name="ProdName" src="<%= deployuri %>/console/images/PrimaryProductName.png" alt="" /></div></td><td class="MstTdLogo" width="1%"><img name="RMRealm.mhCommon.BrandLogo" src="<%= deployuri %>/com_sun_web_ui/images/other/javalogo.gif" alt="Java(TM) Logo" border="0" height="55" width="31" /></td></tr></tbody></table>
89c76a8c99f25ef6d24c3642f95dde19c5fd4d05Phill Cunnington<table class="MstTblEnd" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td><img name="RMRealm.mhCommon.EndorserLogo" src="<%= deployuri %>/com_sun_web_ui/images/masthead/masthead-sunname.gif" alt="Sun(TM) Microsystems, Inc." align="right" border="0" height="10" width="108" /></td></tr></tbody></table></div><div class="SkpMedGry1"><a name="SkipAnchor2089" id="SkipAnchor2089"></a></div>
89c76a8c99f25ef6d24c3642f95dde19c5fd4d05Phill Cunnington<div class="SkpMedGry1"><a href="#SkipAnchor4928"><img src="<%= deployuri %>/com_sun_web_ui/images/other/dot.gif" alt="Jump Over Tab Navigation Area. Current Selection is: Access Control" border="0" height="1" width="1" /></a></div>
89c76a8c99f25ef6d24c3642f95dde19c5fd4d05Phill Cunnington
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott
971de91bce73bb05574a64c4304daf9f60e2b5b8Neil Madden<table border="0" cellpadding="10" cellspacing="0" width="100%">
971de91bce73bb05574a64c4304daf9f60e2b5b8Neil Madden<tr><td>
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott<p>&nbsp;</p>
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott