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