module_template.jsp revision 678fa69e5b163e6445a26c1859e464dbcd8cb953
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync<%--
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync Copyright (c) 2005 Sun Microsystems Inc. All Rights Reserved
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
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
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync You can obtain a copy of the License at
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync https://opensso.dev.java.net/public/CDDLv1.0.html or
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync opensso/legal/CDDLv1.0.txt
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync See the License for the specific language governing
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync permission and limitations under the License.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync When distributing Covered Code, include this CDDL
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync Header Notice in each file and include the License file
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync at opensso/legal/CDDLv1.0.txt.
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
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync $Id: module_template.jsp,v 1.5 2008/08/15 01:05:31 veiming Exp $
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync--%>
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync<%--
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync Portions Copyrighted 2012 ForgeRock Inc
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync--%>
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync<html xmlns="http://www.w3.org/1999/xhtml">
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 <head>
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync <title><jato:text name="htmlTitle_Login" /></title>
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync <%
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync String ServiceURI = (String) viewBean.getDisplayFieldValue(viewBean.SERVICE_URI);
%>
<link href="<%= ServiceURI%>/css/new_style.css" rel="stylesheet" type="text/css" />
<!--[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]-->
</head>
<body>
<div class="container_12">
<div class="grid_4 suffix_8">
<a class="logo" href="<%= ServiceURI%>"></a>
</div>
<div class="box box-spaced clear-float">
<div class="grid_3">
<div class="product-logo"></div>
</div>
<div class="grid_9">
<div class="box-content clear-float">
<div class="message">
<span class="icon error"></span>
<h3><auth:resBundle bundleName="amAuthUI" resourceKey="static.message" /></h3>
<jato:content name="ContentHref">
<p><auth:href name="LoginURL" fireDisplayEvents='true'><jato:text name="txtGotoLoginAfterFail" /></auth:href></p>
</jato:content>
</div>
<auth:form name="Login" method="post" defaultCommandChild="DefaultLoginURL" >
<jato:content name="hasButton">
<div class="row">
<jato:tiledView name="tiledButtons" type="com.sun.identity.authentication.UI.ButtonTiledView">
<input name="IDButton" type="submit" class="button" value="<jato:text name="txtButton" />" />
</jato:tiledView>
</div>
</jato:content>
</auth:form>
</div>
</div>
</div>
<div class="footer alt-color">
<div class="grid_6 suffix_3">
<p><auth:resBundle bundleName="amAuthUI" resourceKey="copyright.notice" /></p>
</div>
</div>
</div>
</body>
</jato:useViewBean>
</html>