CreateFedletWarning.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
3e14f97f673e8a630f076077de35afdd43dc1587Roger A. Faulkner<%--
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin The contents of this file are subject to the terms
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin of the Common Development and Distribution License
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin (the License). You may not use this file except in
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin compliance with the License.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin You can obtain a copy of the License at
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin https://opensso.dev.java.net/public/CDDLv1.0.html or
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin opensso/legal/CDDLv1.0.txt
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin See the License for the specific language governing
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin permission and limitations under the License.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin When distributing Covered Code, include this CDDL
Header Notice in each file and include the License file
at opensso/legal/CDDLv1.0.txt.
If applicable, add the following below the CDDL Header,
with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
$Id: CreateFedletWarning.jsp,v 1.3 2009/01/09 17:42:56 veiming Exp $
--%>
<%@ page info="CreateFedletWarning" language="java" %>
<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
<%
request.setCharacterEncoding("UTF-8");
%>
<jato:useViewBean
className="com.sun.identity.console.task.CreateFedletWarningViewBean"
fireChildDisplayEvents="true" >
<cc:i18nbundle baseName="amConsole" id="amConsole"
locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2008" fireDisplayEvents="true">
<link rel="stylesheet" type="text/css" href="../console/css/openam.css" />
<script language="javascript">
function confirmLogout() {
return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
}
</script>
<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td>
<cc:alertinline name="ialertCommon" bundleID="amConsole" />
</td>
</tr>
</table>
</cc:header>
</jato:useViewBean>