RealmResourceOfferingEdit.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<%--
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes The contents of this file are subject to the terms
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes of the Common Development and Distribution License
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes (the License). You may not use this file except in
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes compliance with the License.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes You can obtain a copy of the License at
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes https://opensso.dev.java.net/public/CDDLv1.0.html or
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes opensso/legal/CDDLv1.0.txt
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes See the License for the specific language governing
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes permission and limitations under the License.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes When distributing Covered Code, include this CDDL
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes Header Notice in each file and include the License file
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes at opensso/legal/CDDLv1.0.txt.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes If applicable, add the following below the CDDL Header,
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes with the fields enclosed by brackets [] replaced by
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes your own identifying information:
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes "Portions Copyrighted [year] [name of copyright owner]"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes $Id: RealmResourceOfferingEdit.jsp,v 1.3 2008/06/25 05:44:48 qcheng Exp $
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes--%>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<%@ page info="RealmResourceOfferingEdit" language="java" %>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<jato:useViewBean
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes className="com.sun.identity.console.realm.RealmResourceOfferingEditViewBean"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes fireChildDisplayEvents="true" >
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<cc:i18nbundle baseName="amConsole" id="amConsole"
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<script language="javascript" src="../console/js/am.js"></script>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<script language="javascript">
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes function toggleTblButtonStateEx(obj) {
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes toggleTblButtonState('RealmResourceOfferingEdit',
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes 'RealmResourceOfferingEdit.SecurityMechID',
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes 'securityMechIDCount',
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes 'RealmResourceOfferingEdit.tblSecurityMechIDButtonDelete',
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes obj);
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes }
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes</script>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<cc:form name="RealmResourceOfferingEdit" method="post" defaultCommandChild="/button1" >
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<script language="javascript">
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes function confirmLogout() {
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes }
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes</script>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<table border="0" cellpadding="10" cellspacing="0" width="100%">
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes <tr>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes <td>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes <cc:alertinline name="ialertCommon" bundleID="amConsole" />
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes </td>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes </tr>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes</table>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<%-- PAGE CONTENT --------------------------------------------------------- --%>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="discovery.service.bootstrapResOff.create.page.title" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes<cc:propertysheet name="bootstrapRefPropertyAttributes" bundleID="amConsole" showJumpLinks="false" />
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes</cc:form>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes</cc:header>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes</jato:useViewBean>
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes