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