<%-- -- Page: stsCreateOptions.jsp -- Controller: oracle.sysman.db.adm.inst.StsCreateController.java -- -- Description: 2nd step of SQL Tuning Set creation wizard: Load Methods -- -- MODIFIED (MM/DD/YY)t -- yfeng 07/08/06 - Launch Time Picker -- yfeng 05/22/06 - include stsDataSources.jspf -- yfeng 05/15/06 - Use instance of StsDataSources for data binding -- yfeng 04/10/06 - Add LOV for baseline and fix javascript error -- yfeng 04/04/06 - created --%> <%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- Tag Libraries --%> <%@ 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" %> <%-- HTML Page Title --%> <%@ include file="/oemTitle.jspf" %> <%-- Include body tag so page is slightly indented from edge of window --%> <%-- HTML Form --%> <%-- Oracle Logo and Tabs --%> <%@ include file="/database/globalPopup.jspf" %> <%-- Display wizard train and Logged in As --%> <%-- Follow page/wizard context information with a separator --%> <%-- Warning/Error display --%> <%@ include file="stsDataSources.jspf" %> <%-- END: HTML Form --%> <%-- END: Content --%>