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