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