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