invalid_domain.jsp revision 678fa69e5b163e6445a26c1859e464dbcd8cb953
1N/A $Id: invalid_domain.jsp,v 1.5 2008/08/15 01:05:30 veiming Exp $
1N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1N/A<html xmlns="http://www.w3.org/1999/xhtml">
1N/A <%@taglib uri="/WEB-INF/jato.tld" prefix="jato"%>
1N/A <%@taglib uri="/WEB-INF/auth.tld" prefix="auth"%>
1N/A <jato:useViewBean className="com.sun.identity.authentication.distUI.LoginViewBean">
1N/A <!--[if IE 9]> <link href="<%= ServiceURI %>/css/ie9.css" rel="stylesheet" type="text/css"> <![endif]-->
1N/A <!--[if lte IE 7]> <link href="<%= ServiceURI %>/css/ie7.css" rel="stylesheet" type="text/css"> <![endif]-->
1N/A <h3><auth:resBundle bundleName="amAuthUI" resourceKey="nosuch.domain" /></h3>
1N/A <p><auth:href name="DefaultLoginURL" fireDisplayEvents='true'><jato:text name="txtGotoLoginAfterFail" /></auth:href></p>
1N/A <p><auth:resBundle bundleName="amAuthUI" resourceKey="copyright.notice" /></p>