GlobalEventHandlerAdd.jsp revision 62639ee1329be2d687701dfa01fc006314440bf7
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync<%--
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync The contents of this file are subject to the terms of the Common Development and
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync Distribution License (the License). You may not use this file except in compliance with the
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync License.
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync specific language governing permission and limitations under the License.
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync When distributing Covered Software, include this CDDL Header Notice in each file and include
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync Header, with the fields enclosed by brackets [] replaced by your own identifying
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync information: "Portions copyright [year] [name of copyright owner]".
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync Copyright 2015 ForgeRock AS.
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync--%>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync<%@ page info="GlobalEventHandlerAdd" language="java" %>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync<jato:useViewBean
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync className="com.sun.identity.console.audit.GlobalEventHandlerAddViewBean"
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync fireChildDisplayEvents="true">
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <cc:i18nbundle baseName="amConsole" id="amConsole"
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <cc:i18nbundle baseName="audit" id="audit"
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2015"
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync fireDisplayEvents="true">
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <script language="javascript" src="../console/js/am.js"></script>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <cc:form name="GlobalEventHandlerAdd" method="post" defaultCommandChild="/button1">
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <script language="javascript">
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync function confirmLogout() {
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync }
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync </script>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();"
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <cc:breadcrumbs name="breadCrumb" bundleID="amConsole"/>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <table border="0" cellpadding="10" cellspacing="0" width="100%">
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <tr>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <td>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <cc:alertinline name="ialertCommon" bundleID="audit"/>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync </td>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync </tr>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync </table>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <%-- PAGE CONTENT --------------------------------------------------------- --%>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <cc:pagetitle name="pgtitleTwoBtns" bundleID="audit" pageTitleText="event.handler.page.title.add"
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage=""
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync showPageButtonsTop="true" showPageButtonsBottom="false"/>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync <cc:propertysheet name="propertyAttributes" bundleID="audit"/>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync </cc:form>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync </cc:header>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync</jato:useViewBean>
f9a51917495bc8ba8b60632219652a7b122c1190vboxsync