<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: baselineSettingRepeating.jsp -- Controller: db/adm/inst/BaselineController.java -- -- Description: Page for the repeating 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 prefix --%> <%-- baseline start time --%> <%-- baseline frequency --%> <%-- baseline repeating start and end time--%> <%@ include file="startTS.jspf" %> <%@ include file="endTS.jspf" %> <%-- --%> <%-- baseline retention --%> <%-- END: Specify baseline setting contents ends here --%> <%-- Cancel/Back/Finish Button --%> <%-- Cancel BUTTON --%> <%-- Back BUTTON --%> <%-- OK BUTTON --%> <%-- END: HTML Form --%> <%-- END: Content --%>