<%-- /* $Header: configThresholds.jsp 11-aug-2005.18:21:03 andyao Exp $ */ /* Copyright (c) 2004, 2005, Oracle. All rights reserved. */ /* DESCRIPTION Monitoring Settings - Threshold Settings page PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 08/11/05 - use form submission mvajapey 07/28/05 - remove location andyao 07/25/05 - add apply train andyao 03/04/05 - add error handling code yxie 02/25/05 - add test label value pair andyao 12/03/04 - move error location andyao 11/19/04 - fix page header andyao 10/22/04 - provide a way to return to Monitoring Setting - Tests andyao 10/16/04 - andyao_mon_settings andyao 09/01/04 - Creation */ /** * @version $Header: configThresholds.jsp 11-aug-2005.18:21:03 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.sysman.eml.gensvc.test.data.ui.ThresholdBean' %> <%@ page import='oracle.sysman.eml.PageSegmentTypes' %> <%@ page import='oracle.cabo.ui.UIConstants' %> <%@ page import='oracle.sysman.eml.gensvc.GenSvcUIConstants' %> <%@ page import="oracle.sysman.emSDK.eml.EmlConstants" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/enablePPR.jspf" %> <%@ include file="/oemGlobal.jspf"%> <%@ include file="/webapp/tmpl/applyTemplateTrain.jspf" %> <%@ include file="/gensvc/message.jspf"%> <%@ include file="configTop.jspf"%> <%@ include file="configNav.jspf"%>