<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: wizSelectTablespacesBrief.jsp -- Controller: oracle.sysman.db.util.shrinkAdv.ShrinkAdvController -- -- Description: Select tablespaces brief page -- -- MODIFIED (MM/DD/YY) -- mnihalan 09/12/03 - Add tablespace msg resource bundle -- hsu 07/25/03 - change global -- mnihalan 06/17/03 - Change layout -- qsong 04/29/03 - Add oemTop.jspf -- mnihalan 04/08/03 - Change the header -- mnihalan 03/19/03 - Add target, type -- mnihalan 03/13/03 - mnihalan_trans_shrink_adv -- mnihalan 03/05/03 - Add code -- mnihalan 02/28/03 - Initital creation --%> <%@ 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" %> <%-- Page that displays the table of objects --%> <%@ include file="wizSelectTablespaces.jsp" %>