1056N/A<%--
1056N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1276N/A
1276N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
1276N/A
1276N/A The contents of this file are subject to the terms
1276N/A of the Common Development and Distribution License
1276N/A (the License). You may not use this file except in
1276N/A compliance with the License.
1276N/A
1276N/A You can obtain a copy of the License at
1276N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
1276N/A opensso/legal/CDDLv1.0.txt
1276N/A See the License for the specific language governing
1276N/A permission and limitations under the License.
1276N/A
1276N/A When distributing Covered Code, include this CDDL
1276N/A Header Notice in each file and include the License file
1276N/A at opensso/legal/CDDLv1.0.txt.
1276N/A If applicable, add the following below the CDDL Header,
1276N/A with the fields enclosed by brackets [] replaced by
1276N/A your own identifying information:
1276N/A "Portions Copyrighted [year] [name of copyright owner]"
1276N/A
1276N/A $Id: Authenticated.jsp,v 1.2 2008/06/25 05:44:36 qcheng Exp $
1276N/A
1276N/A--%>
1276N/A
1276N/A
1276N/A
1276N/A
1276N/A<%@page info="Authenticated" language="java"%>
1276N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
1276N/A<%@taglib uri="/WEB-INF/com_sun_web_ui/cc.tld" prefix="cc"%>
1276N/A<jato:useViewBean
1276N/A className="com.sun.identity.console.base.AuthenticatedViewBean"
1276N/A fireChildDisplayEvents="true">
1276N/A
1276N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
1276N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
1276N/A
1276N/A<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
1276N/A<p>&nbsp;</p>
1276N/A<cc:form name="Authenticated" method="post" defaultCommandChild="/">
1276N/A
1276N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
1276N/A <tr>
1276N/A <td>
1276N/A <cc:alertinline name="ialertCommon" bundleID="amConsole" />
1276N/A </td>
1276N/A </tr>
1276N/A</table>
1276N/A</cc:form>
1276N/A</cc:header>
1276N/A</jato:useViewBean>
1276N/A