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