<%-- * Copyright (c) 2006, 2008, Oracle. All rights reserved. * * NAME * topActHistDrill.jsp * * NOTES * tbd * * MODIFIED * pboopath 05/05/08 - swf path change from database/flex to rac/flex * pboopath 04/11/08 - Flex tilechart historical changes * kmckeen 03/18/08 - Support historical tile chart * kmckeen 03/22/08 - No min/max/avg chart for historical * pboopath 03/20/08 - Flex conversion * pboopath 02/24/08 - hist drill chart * --%> <%@ include file="/sdk/oemTop.jspf" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%@ page import="oracle.sysman.db.rac.RacConstants" %> <%-- For flex summary chart no full page refresh is required. But for flex tile chart full page refresh is required. --%> <%@ include file="/enablePPR.jspf" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/oemGlobal.jspf"%> <%@ include file="/oemNoscript.jspf"%> <%-- --%> <%@ include file="/database/global.jspf" %> <%-- ---------------------------------------------------------------------- --%> <%-- Summary Chart/Tile Chart radio buttons on the left. --%> <%-- Customize button on the right. --%> <%-- -------------------------------------------------- --%> <%@ include file="tileChart.jspf" %>