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