noConfig.jsp revision 678fa69e5b163e6445a26c1859e464dbcd8cb953
cb5caa98562cf06753163f558cbcfe30b8f4673adjl<%--
cb5caa98562cf06753163f558cbcfe30b8f4673adjl DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
cb5caa98562cf06753163f558cbcfe30b8f4673adjl
cb5caa98562cf06753163f558cbcfe30b8f4673adjl Copyright (c) 2005 Sun Microsystems Inc. All Rights Reserved
cb5caa98562cf06753163f558cbcfe30b8f4673adjl
cb5caa98562cf06753163f558cbcfe30b8f4673adjl The contents of this file are subject to the terms
cb5caa98562cf06753163f558cbcfe30b8f4673adjl of the Common Development and Distribution License
cb5caa98562cf06753163f558cbcfe30b8f4673adjl (the License). You may not use this file except in
cb5caa98562cf06753163f558cbcfe30b8f4673adjl compliance with the License.
cb5caa98562cf06753163f558cbcfe30b8f4673adjl
cb5caa98562cf06753163f558cbcfe30b8f4673adjl You can obtain a copy of the License at
cb5caa98562cf06753163f558cbcfe30b8f4673adjl https://opensso.dev.java.net/public/CDDLv1.0.html or
cb5caa98562cf06753163f558cbcfe30b8f4673adjl opensso/legal/CDDLv1.0.txt
cb5caa98562cf06753163f558cbcfe30b8f4673adjl See the License for the specific language governing
cb5caa98562cf06753163f558cbcfe30b8f4673adjl permission and limitations under the License.
cb5caa98562cf06753163f558cbcfe30b8f4673adjl
cb5caa98562cf06753163f558cbcfe30b8f4673adjl When distributing Covered Code, include this CDDL
cb5caa98562cf06753163f558cbcfe30b8f4673adjl Header Notice in each file and include the License file
cb5caa98562cf06753163f558cbcfe30b8f4673adjl at opensso/legal/CDDLv1.0.txt.
cb5caa98562cf06753163f558cbcfe30b8f4673adjl If applicable, add the following below the CDDL Header,
cb5caa98562cf06753163f558cbcfe30b8f4673adjl with the fields enclosed by brackets [] replaced by
cb5caa98562cf06753163f558cbcfe30b8f4673adjl your own identifying information:
cb5caa98562cf06753163f558cbcfe30b8f4673adjl "Portions Copyrighted [year] [name of copyright owner]"
cb5caa98562cf06753163f558cbcfe30b8f4673adjl
cb5caa98562cf06753163f558cbcfe30b8f4673adjl $Id: noConfig.jsp,v 1.5 2008/08/15 01:05:31 veiming Exp $
cb5caa98562cf06753163f558cbcfe30b8f4673adjl
cb5caa98562cf06753163f558cbcfe30b8f4673adjl--%>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl<%--
cb5caa98562cf06753163f558cbcfe30b8f4673adjl Portions Copyrighted 2012 ForgeRock AS
cb5caa98562cf06753163f558cbcfe30b8f4673adjl--%>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl
cb5caa98562cf06753163f558cbcfe30b8f4673adjl<html xmlns="http://www.w3.org/1999/xhtml">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <%@page info="No Configuration Error" language="java"%>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <%@taglib uri="/WEB-INF/jato.tld" prefix="jato"%>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <%@taglib uri="/WEB-INF/auth.tld" prefix="auth"%>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <jato:useViewBean className="com.sun.identity.authentication.distUI.LoginViewBean">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <%@ page contentType="text/html" %>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <head>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <title><jato:text name="htmlTitle_NoConfigError" /></title>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <%
cb5caa98562cf06753163f558cbcfe30b8f4673adjl String ServiceURI = (String) viewBean.getDisplayFieldValue(viewBean.SERVICE_URI);
cb5caa98562cf06753163f558cbcfe30b8f4673adjl %>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <link href="<%= ServiceURI%>/css/new_style.css" rel="stylesheet" type="text/css" />
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <!--[if IE 9]> <link href="<%= ServiceURI %>/css/ie9.css" rel="stylesheet" type="text/css"> <![endif]-->
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <!--[if lte IE 7]> <link href="<%= ServiceURI %>/css/ie7.css" rel="stylesheet" type="text/css"> <![endif]-->
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </head>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <body>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <div class="container_12">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <div class="grid_4 suffix_8">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <a class="logo" href="<%= ServiceURI%>"></a>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </div>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <div class="box box-spaced clear-float">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <div class="grid_3">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <div class="product-logo"></div>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </div>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <div class="grid_9">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <div class="box-content clear-float">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <div class="message">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <span class="icon error"></span>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <h3><auth:resBundle bundleName="amAuthUI" resourceKey="noconfig.found" /></h3>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <p><auth:resBundle bundleName="amAuthUI" resourceKey="contactadmin" /></p>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <jato:content name="ContentHref">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <p><auth:href name="DefaultLoginURL" fireDisplayEvents='true'><jato:text name="txtGotoLoginAfterFail" /></auth:href></p>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </jato:content>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </div>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </div>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </div>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </div>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <div class="footer alt-color">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <div class="grid_6 suffix_3">
cb5caa98562cf06753163f558cbcfe30b8f4673adjl <p><auth:resBundle bundleName="amAuthUI" resourceKey="copyright.notice" /></p>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </div>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </div>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </div>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </body>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl </jato:useViewBean>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl</html>
cb5caa98562cf06753163f558cbcfe30b8f4673adjl