<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: wizSelectTablespacesDetailed.jsp -- Controller: oracle.sysman.db.util.shrinkAdv.ShrinkAdvController -- -- Description: Select tablespaces object for detailed mode -- -- MODIFIED (MM/DD/YY) -- ychan 12/08/06 - -- mnihalan 08/16/05 - Fix bug 4555126 -- mnihalan 08/10/04 - Add page name -- mnihalan 05/27/04 - Change page status -- mnihalan 01/22/04 - Fix cache manager changes -- mnihalan 09/12/03 - Add tablespace msg resource bundle -- mnihalan 08/13/03 - Fix ADA issues -- hsu 07/25/03 - change global -- mnihalan 06/18/03 - Add browser title -- qsong 04/29/03 - Add oemTop.jspf -- mnihalan 03/19/03 - Add target, type -- mnihalan 03/13/03 - mnihalan_trans_shrink_adv -- mnihalan 02/28/03 - Add code -- mnihalan 01/22/03 - Add code -- jochen 01/17/03 - jochen_stgadv -- jochen 10/21/02 - Initial entry based on kmckeen prototype --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%@ include file="/oemNoscript.jspf" %> <%-- Imports --%> <%@ page import="oracle.sysman.db.util.shrinkAdv.JspConstants" %> <%-- Message Bundle --%> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%-- HTML Form --%> <%@ include file="/database/global.jspf" %> <%-- --%> <%-- Train --%> <%-- --%> <%@ include file="wizTrain.jsp" %> <%-- --%> <%-- Navigation buttons --%> <%-- --%> <%-- Use the pageStatus tag to provide page/wizard context (target name) --%> <%@ include file="wizPageStatus.jsp" %> <%-- Page that displays the table of objects --%> <%@ include file="wizSelectTablespaces.jsp" %> <%-- Options --%> <%@ include file="wizOptionsInclude.jsp" %>