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