<%-- /* $Header: selectMetrics.jsp 12-aug-2005.00:44:51 andyao Exp $ */ /* Copyright (c) 2004, 2005, Oracle. All rights reserved. */ /* DESCRIPTION Monitoring Settings - Dummy page for a metric selection page PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 08/12/05 - add return url andyao 06/13/05 - add table summary andyao 03/08/05 - layout fixes yxie 02/25/05 - add test label-value pair andyao 03/03/05 - fix bug 4181325 andyao 01/21/05 - UI Fixes andyao 01/07/05 - remove html comment andyao 01/05/05 - andyao 11/19/04 - fix page header andyao 10/22/04 - fix form values andyao 10/16/04 - andyao_mon_settings andyao 09/01/04 - Creation */ /** * @version $Header: selectMetrics.jsp 12-aug-2005.00:44:51 andyao Exp $ * @author andyao * @since release specific (what release of product did this appear in) */ --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ 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.sysman.emSDK.eml.EmlConstants' %> <%@ page import='oracle.sysman.eml.gensvc.test.data.ui.MetricsSelectorUIBean' %> <%@ page import='oracle.sysman.eml.gensvc.GenSvcUIConstants' %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/enablePPR.jspf" %> <%@ include file="/oemGlobal.jspf"%> <%-- used to track the incoming level --%> <%@ include file="configTop.jspf"%> <%@ include file="configNav.jspf"%>