%@ include file="/sdk/oemTop.jspf" %>
<%@ include file="/oemNoscript.jspf" %>
<%--
-- Page: baselineSettingSingle.jsp
-- Controller: db/adm/inst/BaselineController.java
--
-- Description: Page for the single baseline setting, the second step of
-- creating a baseline.
--%>
<%-- 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" %>
<%-- Imports --%>
<%@ page import="oracle.sysman.emo.adm.instance.baseline.BaselineConst" %>
<%@ include file="/oemTitle.jspf" %>
<%-- HTML Page Title --%>
<%-- HTML Form --%>
<%-- Oracle Logo and Tabs --%>
<%@ include file="/database/global.jspf" %>
<%-- Warning/Error display --%>
<%-- START: Specify baseline setting contents starts here --%>
<%-- baseline name --%>
<%-- Baseline Interval--%>
<%-- include the time picker page segment. --%>
<%@ include file="startTS.jspf" %>
<%@ include file="endTS.jspf" %>
<%-- END: Specify baseline setting contents ends here --%>
<%-- Cancel/Back/Finish Button --%>
<%-- Cancel BUTTON --%>
<%-- Back BUTTON --%>
<%-- OK BUTTON --%>
<%-- END: HTML Form --%>
<%-- END: Content --%>