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