<%-- * Copyright (c) 2006, 2009, Oracle and/or its affiliates.All rights reserved. * * NAME * cccDrillDown.jsp * * NOTES * tbd * * MODIFIED * pboopath 05/05/08 - swf path change from database/flex to rac/flex * kmckeen 03/28/08 - Add form params * pboopath 02/13/08 - Flex no refresh required for summarychart,as flex * already has a refresh * pboopath 01/16/08 - flex tile chart changes * kmckeen 11/13/07 - Bug 6499189 - fix breadcrumbs * pboopath 11/12/07 - * rsamaved 04/06/07 - * pboopath 03/26/07 - Cleanup * pboopath 03/22/07 - removing the switch for svg and non-svg for * min/max/avg * pboopath 03/20/07 - Convert from db:lineGraph to oem:chart * kmckeen 12/21/06 - UI review - switch tile/top radio buttons --%> <%@ 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. --%> ; URL=<%=request.getAttribute("refreshDest") %>" > <%@ include file="/enablePPR.jspf" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/oemGlobal.jspf"%> <%@ include file="/oemNoscript.jspf"%> <%-- --%> <%@ include file="/database/global.jspf" %> <%@ include file="tileChart.jspf" %>