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