<%-- * Copyright (c) 2006, 2009, Oracle and/or its affiliates.All rights reserved. * * NAME * cccDetails.jsp * * NOTES * tbd * * MODIFIED * pboopath 05/05/08 - swf path change from database/flex to rac/flex * kmckeen 04/21/08 - * pboopath 03/18/08 - Flex to avoid full page refresh * pboopath 02/13/08 - Flex no refresh required for summarychart,as flex * already has a refresh * dchakumk 03/10/08 - XbranchMerge dchakumk_6752_xbmsrc from * st_emdbsa_11.1 * pboopath 01/30/08 - Flex summary chart change to avoid full page * refresh * pboopath 01/22/08 - XbranchMerge pboopath_bug-6759170 from main * pboopath 01/21/08 - XbranchMerge pboopath_flex_rac_txn2 from main * pboopath 01/16/08 - flex tile chart changes * kmckeen 11/20/07 - XbranchMerge kmckeen_bug-3857794 from main * kmckeen 11/13/07 - Bug 6499189 - fix breadcrumbs * pboopath 11/04/07 - flex chart changes * kmckeen 10/24/07 - Support historical mode * rsamaved 01/11/07 - XbranchMerge rsamaved_ui_review from main * kmckeen 12/29/06 - UI review - align graphs in SVG mode * kmckeen 12/28/06 - UI review - remove Prev/Next table navigation info * kmckeen 12/21/06 - UI review - switch tile/top radio buttons * kmckeen 11/30/06 - Fix oac/ui issues * pboopath 11/21/06 - SVG in IE(5663821) * pboopath 11/16/06 - Bug 5663821 * kmckeen 09/14/06 - Make legends external * ezeng 09/14/06 - Switch from oem:lineGraph to db:lineGraph * kmckeen 05/17/06 - Created to support tile charts for CCC instance details drilldowns --%> <%@ 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" %> <%@ 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="/oemTitle.jspf" %> <%@ include file="/database/global.jspf" %> <%@ include file="../tileChart.jspf" %>