%--
-- Name: em/metrics/baselines/defineBaseline.jsp
-- Description: This is the JSP for the Define Baseline page.
--
-- Controller: oracle.sysman.eml.metrics.bsln.ctlr.EmBaselineController
--
-- Notes:
--
-- MODIFIED (MM/DD/YY)
-- jsoule 07/12/05 - add noscript tag
-- jsoule 01/24/05 - create only static baselines
-- jsoule 12/15/04 - add message for compute
-- jsoule 11/29/04 -
-- jsoule 11/11/04 - add weekend tip
-- jsoule 10/15/04 - jsoule_grid_baseline_support
-- jsoule 10/08/04 - Relocated to core
-- jsoule 10/01/04 - increase content widths
-- jsoule 09/30/04 - 10 second refresh
-- jsoule 09/30/04 - hide-show compute statistics
-- jsoule 09/28/04 - add day/night tip
-- jsoule 09/28/04 - reorder static and rolling
-- jsoule 08/31/04 - remove time partitioning label
-- jsoule 08/17/04 - fix compute statistics
-- jsoule 08/13/04 - add day and week components to partitioning
-- jsoule 08/10/04 - add status indicator
-- jsoule 08/05/04 - reorganize form
-- jsoule 07/30/04 - jsoule_add_baseline_model
-- jsoule 07/30/04 - move insufficient data parameters
-- jsoule 07/28/04 - fix subdivided by
-- jsoule 07/27/04 - use backend constants
-- jsoule 07/23/04 - move statistics help to create page
-- jsoule 07/23/04 - pre-compute statistics
-- jsoule 07/06/04 - use page view
-- jsoule 06/22/04 - Created
--%>
<%@ include file="/sdk/oemTop.jspf" %>
<%@ include file="/oemNoscript.jspf" %>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
<%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %>
<%@ page import="oracle.cabo.ui.UIConstants" %>
<%@ page import="oracle.cabo.ui.data.MessageData" %>
<%@ page import="oracle.sysman.emSDK.eml.SDKUIMsgID" %>
<%@ page import="oracle.sysman.emSDK.eml.BaselineMsgID" %>
<%@ page import="oracle.sysman.emSDK.page.mtrx.bsln.BaselineConstants" %>
<%@ page import="oracle.sysman.emSDK.page.mtrx.bsln.BaselineUIConstants" %>
<%@ page import="oracle.sysman.eml.rsc.bsln.EmBaselineMsgID" %>
<%-- JavaBean references --%>
<%-- JavaScript functions --%>
<%-- JSP Rendering Tags --%>
<%@ include file="/enablePPR.jspf" %>
<%@ include file="/oemTitle.jspf" %>
<%@ include file="/setRefreshRate.jspf" %>
<%@ include file="/oemGlobal.jspf" %>
<%-- Message area --%>
<%@ include file="/metrics/baselines/baselineMessage.jspf" %>
<%-- Page layout constants --%>
<% final int RADIO_WIDTH = 21;
final int LFL_GAP = 12;
final int HEADER_INDENT = 20;
final int COL1_WIDTH = 50;
final int COL2_WIDTH = 200 + RADIO_WIDTH + LFL_GAP;
final int COL3_WIDTH = 200 + RADIO_WIDTH + LFL_GAP;
final int COL4_WIDTH = 320;
final int SPACER_WIDTH = 15;
final int ROW_WIDTH = COL1_WIDTH + COL2_WIDTH + COL3_WIDTH + COL4_WIDTH + 2*SPACER_WIDTH;
final int IMAGE_WIDTH = 25;
final int SINGLE_ROW_HEIGHT = 5;
final int COMPSTATS_ROW_HEIGHT = 1; %>
<%-- Create Baseline Form --%>
<%-- Baseline Name --%>
<%-- Baseline Period --%>
<%-- Interval Begin --%>
<%-- Interval End --%>
<%-- Baseline Partitioning --%>
<%-- Day: X, Week: X --%>
<%-- Day: N, Week: W --%>
<%-- Day: H, Week: D --%>
<%-- Hidden form inputs --%>
<%-- Compute Statistics --%>
<%-- Data Sufficiency indicator --%>
<%
MessageData results = baselinePageView.getResults();
boolean hasError = Boolean.TRUE.equals(results.selectValue(renderingContext, BaselineUIConstants.NAME_FORM_DEFINEBASELINE)) && !baselinePageView.areResultsPending().booleanValue();
if (hasError)
{
results.addToRenderingContext(renderingContext);
}
%>
<%-- (message area) --%>
<%-- Baseline usage --%>
<%-- Processing element --%>
">
<%-- Summary Statistics table --%>
<%-- Hidden form inputs --%>
<%-- Cancel button --%>
<%-- OK button --%>