Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\rac\ioDetails.jsp
<%-- * Copyright (c) 2006, 2009, Oracle and/or its affiliates.All rights reserved. * * NAME * ioDetails.jsp * * NOTES * tbd * * MODIFIED * pboopath 05/05/08 - swf path change from database/flex to rac/flex * pboopath 03/17/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/19/08 - flex tilechart window height change * pboopath 01/10/08 - flex changes for tile chart * kmckeen 11/20/07 - XbranchMerge kmckeen_bug-3857794 from main * kmckeen 11/12/07 - Bug 6499189 - fix breadcrumbs * pboopath 11/04/07 - flex chart changes * kmckeen 08/24/07 - Support Historical mode * pboopath 02/19/07 - Min,Max,Avg ioCharts * rsamaved 01/11/07 - XbranchMerge rsamaved_ui_review from main * kmckeen 12/28/06 - UI review - remove Prev/Next table navigation info * kmckeen 12/21/06 - UI review - switch tile/top radio buttons * rsamaved 11/30/06 - fix OAC 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 - * rsamaved 08/20/06 - rac perf enhancements --%> <%@ 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" %> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <%-- For flex summary chart no full page refresh is required. But for flex tile chart full page refresh is required. --%> <uix:switcher childNameBinding="manualSelected@servletRequest"> <uix:case name="false"> <uix:rawText> <meta http-equiv="Refresh" content="<%=request.getAttribute("refreshChoiceGIF")%>; URL=<%=request.getAttribute("refreshDest") %>" > </uix:rawText> </uix:case> </uix:switcher> <uix:document> <%@ include file="/oemTitle.jspf" %> <uix:body> <uix:switcher childNameBinding="showWarning@servletRequest"> <uix:case name="true"> <oem:messageBox messageTypeBinding="messageType@servletRequest" errorTableBinding="msgBox@servletRequest" destTableBinding="msgUrls@servletRequest" titleTextKey="titleText" mainTextKey="mainText"/> </uix:case> </uix:switcher> <db:form name="ioForm" method="post" destination="/console/rac/racPerfDetails" copyParams="target,type,drillDown,ioMetric,rateType,instNum,ioRateType"> <uix:formValue name="ioChart" valueBinding="ioChart@servletRequest" /> <uix:pageLayout> <%@ include file="/database/global.jspf" %> <uix:header textBinding="ioTitle@servletRequest"> <uix:stackLayout> <uix:tableLayout width="100%" > <uix:rowLayout> <uix:cellFormat hAlign="left" vAlign="top" wrappingDisabled="true" renderedBinding="renderDetailsMetricsDropdown@servletRequest"> <uix:flowLayout> <uix:styledText styleClass="OraFieldText" textBinding="detailsMetricsLabel@servletRequest"/> <uix:choice id="detailsMetric" name="detailsMetric" selectedValueBinding="detailsMetric@servletRequest" shortDescBinding="detailsMetricsLabel@servletRequest" onChange="submitForm(document.forms[0], true, {'event':'switchDetailsMetric'})"> <uix:contents childDataBinding="detailsMetrics@servletRequest"> <uix:option textBinding="text" valueBinding="value"/> </uix:contents> </uix:choice> </uix:flowLayout> </uix:cellFormat> <uix:cellFormat hAlign="right" vAlign="top" wrappingDisabled="true"> <uix:flowLayout> <uix:styledText styleClass="OraFieldText" textBinding="VIEW_DATA@DBMsgBundle@servletRequest" labeledNodeId="refreshChoice"/> <uix:choice name="refreshChoice" id="refreshChoice" shortDescBinding="VIEW_DATA@DBMsgBundle@servletRequest" onChange="submitForm(document.forms[0], true, {'event':'doLoad'})" selectedValueBinding="refreshChoiceSelected@servletRequest"> <uix:option textBinding="REAL_TIME_AUTO_15_SEC@DBMsgBundle@servletRequest" value="RT_15"/> <uix:option textBinding="REAL_TIME_1_MIN@DBMsgBundle@servletRequest" value="RT_60"/> <uix:option textBinding="REAL_TIME_MANUAL@DBMsgBundle@servletRequest" value="RT_MAN"/> <uix:option textBinding="HISTORICAL@DBMsgBundle@servletRequest" renderedBinding="renderHistoricalOption@defaultBean@servletRequest" value="HIST_CUST"/> </uix:choice> </uix:flowLayout> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:tableLayout width="100%"> <uix:rowLayout> <uix:spacer height="5"/> </uix:rowLayout> </uix:tableLayout> <uix:tableLayout width="100%"> <uix:rowLayout> <uix:cellFormat hAlign="left" vAlign="top" wrappingDisabled="true"> <uix:flowLayout> <uix:radioSet> <uix:radioButton name="chartType" value="topChart" selectedValueBinding="chartType@servletRequest" textBinding="TOP_CHART_VIEW@racMsgBundle@servletRequest" onClick="submitForm(document.forms[0], true, {'event':'switchChartType', 'chartType':'topChart'})"/> <uix:radioButton name="chartType" value="tileChart" selectedValueBinding="chartType@servletRequest" textBinding="TILE_CHART_VIEW@racMsgBundle@servletRequest" onClick="submitForm(document.forms[0], true, {'event':'switchChartType', 'chartType':'tileChart'})"/> </uix:radioSet> </uix:flowLayout> </uix:cellFormat> <uix:cellFormat hAlign="right" vAlign="top" wrappingDisabled="true"> <uix:flowLayout> <uix:submitButton textBinding="CUSTOMIZE_BUTTON@racMsgBundle@servletRequest" name="event" value="customizeDetails"/> </uix:flowLayout> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:switcher childNameBinding="chartType@servletRequest"> <uix:case name="tileChart"> <uix:switcher childNameBinding="useSVG@servletRequest"> <uix:case name="false"> <%@ include file="tileChart.jspf" %> </uix:case> <uix:case name="true"> <uix:spacer height="5"/> <uix:stackLayout> <db:flexRegion swfName="/rac/flex/ioDetailsTileChart.swf" dataSrcKeyBinding="flexKey@racDBBean@servletRequest" optionsBinding="flexracIODrillDownKeys@servletRequest" windowHeightBinding="flexWindowHeightForTileChart@racDBBean@servletRequest" windowWidth="100%" idBase="flexRacIODetailsChart"/> </uix:stackLayout> </uix:case> </uix:switcher> </uix:case> <uix:case name="topChart"> <uix:switcher childNameBinding ="useSVG@servletRequest"> <uix:case name ="false"> <uix:stackLayout> <uix:header textBinding="topChartHdr@servletRequest"> <uix:stackLayout> <uix:styledText styleClass="OraInstructionText" textBinding="topChartTip@servletRequest"/> <oem:chart chartType="timeSeriesChart" width="800" height="150" orientation="vertical" fill="cumulative" timeGranularity="SECOND" legendPosition="east" legendVisible="external" yAxisLabelBinding="ioUnit@servletRequest" noDataMessage="No data"> <oem:boundChartDataSource chartDataSourceBinding="ioDetailChart@servletRequest"/> <oem:chartColumn isKey="true" displayLabel="Target" sourceIndex="0"/> <oem:chartColumn isTimeColumn="true" displayLabel="Date" sourceIndex="1"/> <oem:chartColumn displayLabel="" sourceIndex="2"/> <oem:imageMap imageMapDataSourceBinding="instImageMap@servletRequest"/> </oem:chart> </uix:stackLayout> </uix:header> <%-- Uncomment after implementing Min-Max_Avg Chart--%> <uix:header textBinding="minMaxAvgHdr@servletRequest"> <uix:stackLayout> <uix:styledText styleClass="OraInstructionText" textBinding="minMaxAvgTip@servletRequest"/> <oem:chart titleBinding="detailsMinMaxAvgChartTitle@servletRequest" titleVisible="false" chartType="timeSeriesChart" width="800" height="150" timeGranularity="SECOND" orientation="vertical" fill="none" legendPosition="east" legendVisible="external" yAxisLabelBinding="ioUnit@servletRequest"> <oem:boundChartDataSource chartDataSourceBinding="ioDetailChartMinMaxAvg@servletRequest"/> <oem:chartColumn isKey="true" displayLabel="Target" sourceIndex="0"/> <oem:chartColumn isTimeColumn="true" displayLabel="Date" sourceIndex="1"/> <oem:chartColumn displayLabel="" sourceIndex="2"/> </oem:chart> </uix:stackLayout> </uix:header> </uix:stackLayout> </uix:case> <uix:case name="true"> <uix:stackLayout> <%-- <uix:header textBinding="topChartHdr@servletRequest"> --%><uix:styledText styleClass="OraInstructionText" textBinding="topChartTip@servletRequest"/> <%--</uix:header> <db:lineGraph dataSrcKeyBinding="ioDetailChart@servletRequest" windowWidth="1000" windowHeight="240" viewportWidth="90%" viewportHeight="240" stacked="true" legendPos="east" updateIntervalBinding="refreshChoiceSVG@servletRequest" preserveAspectRatio="false" /> <%-- Uncomment after implementing Min-Max_Avg Chart --%> <%--<uix:header textBinding="minMaxAvgHdr@servletRequest"> <uix:styledText styleClass="OraInstructionText" textBinding="minMaxAvgTip@servletRequest"/> </uix:header>--%> <db:flexRegion swfName="/rac/flex/ioDetails.swf" dataSrcKeyBinding="flexKey@racDBBean@servletRequest" optionsBinding="flexracIODrillDownKeys@servletRequest" windowHeight="270" windowWidth="100%" idBase="flexRacIODetailsChart"/> <uix:tableLayout width="100%"> <uix:rowLayout> <uix:spacer width="15"/> <uix:styledText styleClass="OraInlineInfoText" textBinding="minMaxAvgTip@servletRequest"/> </uix:rowLayout> </uix:tableLayout> </uix:stackLayout> </uix:case> </uix:switcher> </uix:case> </uix:switcher> <uix:header textBinding="INSTANCES_DATA_HDR@racMsgBundle@servletRequest"> <oem:table name="racTopNInstsDS" width="100%" beanKey="racDBBean" dataSourceProp="racTopNInstsDS" partialRenderMode="self" id="racTopNInstsTable" formSubmitted="true" blockSize="<%= RacConstants.BLOCKSIZE_UNLIMITED %>" summaryBinding="INSTANCES_DATA_HDR@racMsgBundle@servletRequest" alternateTextBinding="NO_DATA_ALT@racMsgBundle@servletRequest"/> </uix:header> </uix:stackLayout> </uix:header> </uix:pageLayout> </db:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de