%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%>
<%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%>
<%@ include file=" /oemNoscript.jspf" %>
<%
oracle.sysman.eml.ip.render.elem.system.SysDashRenderBean sdb =
((oracle.sysman.eml.ip.render.elem.system.SysDashRenderBean)
request.getAttribute("systemdashboardbean"));
String refFreq = sdb.getrefFreq();
try
{
refFreq = "" + Integer.parseInt(refFreq)*1000;
}
catch (Exception e)
{
refFreq = "180000";
}
%>
<%@ include file=" /enablePPR.jspf"%>
<%@ include file=" /oemGlobal.jspf"%>
<%-- error to be reported to end user if applicable --%>
<%-- No error to be reported to end user --%>
<%-- In this tableLayout, show the icon and customize and help links too --%>
<%--
--%>
<%-- In this tableLayout, show the GroupName, refresh time and Full/Rollup View table --%>
<%-- In this rowLayout show the Line on the top--%>
<%-- In this rowLayout show the name and refresh,etc--%>
<%-- In this rowLayout show the Line at the bottom--%>
<%-- In this rowLayout show the Targets or Rollup table--%>
<%-- In this tableLayout show the Alerts header and down/critical/warning info--%>
<%-- In this rowLayout show the Alerts exceeded header and info--%>
<%-- In this rowLayout show the Alerts table--%>
<%-- In this rowLayout show the Legend link--%>
<%-- In this rowLayout show the Copyright--%>