<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: wizReview.jsp -- Controller: oracle.sysman.db.util.shrinkAdv.ShrinkAdvController -- -- Description: Review page for wizard -- -- MODIFIED (MM/DD/YY) -- mnihalan 05/27/04 - Change page status -- mnihalan 04/27/04 - Remove mode -- mnihalan 01/22/04 - Cache manager change -- mnihalan 09/22/03 - Fix time limit display -- hsu 07/25/03 - change global -- mnihalan 06/18/03 - Remove automatic Shrink -- qsong 04/29/03 - Add oemTop.jspf -- mnihalan 04/15/03 - mnihalan_emdw_shrink -- mnihalan 04/02/03 - Initial 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" %> <%@ page import="oracle.sysman.emo.util.shrinkAdv.ShrinkAdvConstants" %> <%-- Message Bundle --%> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%-- HTML Form --%> <%-- Oracle Logo and Tabs, breadcrumb data from --%> <%-- controller getNavigatorPath() --%> <%@ include file="/database/global.jspf" %> <%@ include file="wizTrain.jsp" %> <%-- --%> <%-- Navigation buttons --%> <%-- --%> <%-- Use the pageStatus tag to provide page/wizard context (target name) --%> <%@ include file="wizPageStatus.jsp" %>