%@ 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.sysman.eml.mntr.Constants"%>
<%@ page import="oracle.cabo.ui.data.ListDataObjectList"%>
<%@ include file="/oemTitle.jspf" %>
<%
String orientation = "top";
%>
<%@ include file="/oemGlobal.jspf" %>
<%@ include file="header.jsp" %>
<%@ include file="healthTimestampandError.jsp" %>
<%@ include file="healthFaintTabs.jsp" %>
<%
ListDataObjectList table = (ListDataObjectList)request.getAttribute("tableData");
if((table != null) && (table.getLength() > 0))
{
%>
<%
String hasDelete = (String)request.getAttribute("hasDelete");
if((hasDelete != null) && (hasDelete.equals("true")))
{
%>
<%
}
%>
<%
}
%>
<%
orientation = "bottom";
%>
<%@ include file="healthFaintTabs.jsp" %>
<%@ include file="healthRelatedLinks.jsp" %>