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