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