AMInvalidURL.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
7e9b9cef1a7257941c756168938bd7d777348741vboxsync DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
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 You can obtain a copy of the License at
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync https://opensso.dev.java.net/public/CDDLv1.0.html or
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync See the License for the specific language governing
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync permission and limitations under the License.
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync When distributing Covered Code, include this CDDL
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync Header Notice in each file and include the License file
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]"
2f0d866e126dd288169fed591c259c1c6b4016e5vboxsync $Id: AMInvalidURL.jsp,v 1.2 2008/06/25 05:44:36 qcheng Exp $
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">
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync<cc:i18nbundle baseName="amConsole" id="amConsole"
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync<p> </p>
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync<cc:form name="AMInvalidURL" method="post" defaultCommandChild="/">
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync<table border="0" cellpadding="10" cellspacing="0" width="100%">
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync <cc:alertinline name="ialertCommon" bundleID="amConsole" />
79f3fc22f1940ba088cf03fd922096395f320051vboxsync</cc:header>
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync</jato:useViewBean>