CreateFedletWarning.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
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 You can obtain a copy of the License at
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin See the License for the specific language governing
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin permission and limitations under the License.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin When distributing Covered Code, include this CDDL
$Id: CreateFedletWarning.jsp,v 1.3 2009/01/09 17:42:56 veiming Exp $
<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
request.setCharacterEncoding("UTF-8");
locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2008" fireDisplayEvents="true">
return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>