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