AMAdminFrame.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe The contents of this file are subject to the terms
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe of the Common Development and Distribution License
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe (the License). You may not use this file except in
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe compliance with the License.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe You can obtain a copy of the License at
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe https://opensso.dev.java.net/public/CDDLv1.0.html or
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe See the License for the specific language governing
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe permission and limitations under the License.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe When distributing Covered Code, include this CDDL
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe Header Notice in each file and include the License file
f71f7a61dec7c9089378d14493ad564a1dedf0b5neil_a_wilson If applicable, add the following below the CDDL Header,
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe with the fields enclosed by brackets [] replaced by
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe your own identifying information:
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe "Portions Copyrighted [year] [name of copyright owner]"
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe $Id: AMAdminFrame.jsp,v 1.2 2008/06/25 05:44:36 qcheng Exp $
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson Portions Copyrighted 2012 ForgeRock Inc
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson Portions Copyrighted 2012 Open Source Solution Technology Corporation
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson<%@page info="AMAdminFrame" language="java"%>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson<%@taglib uri="/WEB-INF/jato.tld" prefix="jato"%>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson<jato:useViewBean className="com.sun.identity.console.base.AMAdminFrameViewBean">
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson<cc:i18nbundle baseName="amConsole" id="amConsole"
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson<script language="javascript">
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe top.location.replace("<jato:text name="txtViewbeanURL" />");
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe<body></body>
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe</jato:useViewBean>