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