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