module_template.jsp revision 678fa69e5b163e6445a26c1859e464dbcd8cb953
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync Copyright (c) 2005 Sun Microsystems Inc. All Rights Reserved
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync The contents of this file are subject to the terms
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync of the Common Development and Distribution License
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync (the License). You may not use this file except in
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync compliance with the License.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync You can obtain a copy of the License at
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync https://opensso.dev.java.net/public/CDDLv1.0.html or
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync See the License for the specific language governing
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync permission and limitations under the License.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync When distributing Covered Code, include this CDDL
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync Header Notice in each file and include the License file
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync If applicable, add the following below the CDDL Header,
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync with the fields enclosed by brackets [] replaced by
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync your own identifying information:
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync "Portions Copyrighted [year] [name of copyright owner]"
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync $Id: module_template.jsp,v 1.5 2008/08/15 01:05:31 veiming Exp $
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync Portions Copyrighted 2012 ForgeRock Inc
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync <%@page info="Module Template Page" language="java"%>
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync <%@taglib uri="/WEB-INF/jato.tld" prefix="jato"%>
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync <%@taglib uri="/WEB-INF/auth.tld" prefix="auth"%>
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync <jato:useViewBean className="com.sun.identity.authentication.distUI.LoginViewBean">
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync <%@ page contentType="text/html" %>
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync <title><jato:text name="htmlTitle_Login" /></title>
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync String ServiceURI = (String) viewBean.getDisplayFieldValue(viewBean.SERVICE_URI);
<!--[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="static.message" /></h3>
<p><auth:href name="LoginURL" fireDisplayEvents='true'><jato:text name="txtGotoLoginAfterFail" /></auth:href></p>
<jato:tiledView name="tiledButtons" type="com.sun.identity.authentication.UI.ButtonTiledView">
<p><auth:resBundle bundleName="amAuthUI" resourceKey="copyright.notice" /></p>