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