<%-- /* $Header: testBasedMetric.jsp 13-jun-2005.14:15:48 andyao Exp $ */ /* Copyright (c) 2004, 2005, Oracle. All rights reserved. */ /* DESCRIPTION The Test Based Metric page segment PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 06/13/05 - add table summary andyao 05/06/05 - add tip yxie 03/01/05 - remove tip text andyao 03/02/05 - fix bug 4178401 andyao 01/07/05 - remove html comment andyao 01/05/05 - add row banding andyao 12/22/04 - fix layout andyao 12/03/04 - remove error.jspf andyao 11/15/04 - fix test based promotion andyao 11/11/04 - add metric source andyao 11/11/04 - add source andyao 09/30/04 - UI and functionality changes andyao 09/20/04 - fix formats andyao 09/09/04 - revisiting services code andyao 08/24/04 - andyao_services andyao 08/01/04 - Creation */ /** * @version $Header: testBasedMetric.jsp 13-jun-2005.14:15:48 andyao Exp $ * @author andyao * @since release specific (what release of product did this appear in) */ --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.PageViewBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.MetricSourcePageViewBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.TestBasedMetricPageViewBean" %> <%@ page import="oracle.cabo.ui.UIConstants" %> <%-- the Service Test Drop Down --%> <%-- the Service Test Name --%> <%-- the Service Test Type --%> <%-- radio button chocie to choose a txn --%> <%-- radio button choice to choose a step--%> <%-- radio button choice to choose a stepgroup --%> <%-- the Metric drop down --%> <%-- the Metric label --%> <%-- beacon dep selection --%> <%-- radio button choice to choose one component --%> <%-- a list of all system components --%> <%-- radio button choice to choose multiple components --%> <%-- aggregation function --%> <%-- the components table --%>