Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\target\svc\svcHomeChartSegment.jsp
<%-- * Copyright (c) 2003, 2004, Oracle. All rights reserved. * * NAME * svcHomeGeneralSegment.jsp * * NOTES * Service Home Page General segment * * MODIFIED * jpyang 10/07/04 - add chart contents * jpyang 10/06/04 - jpyang_aggsvc_home_1 * jpyang 09/27/04 - creation * --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <oem:pageSegment> <uix:renderingContext id="renderingContext"> <uix:dataScope currentDataBinding="chartSegBean@servletRequest"> <uix:switcher childNameBinding="type@"> <uix:case name="perfAndUsage"> <oem:chart axisMaxBinding="axisMax@" axisMinBinding="axisMin@" chartType="timeSeriesChart" criticalThresholdBinding="critical@" destinationBinding="destination@" heightBinding="height@" legendPosition="south" legendVisibleBinding="legendVisible@" showKeyInLegendBinding="showKeyInLegend" orientationBinding="orientation@" seriesColorsAutomatic="true" timeGranularityBinding="timeGranularity@" titleBinding="title@" warningThresholdBinding="warning@" widthBinding="width@" xAxisLabelBinding="xAxisLabel@" yAxisLabelBinding="yAxisLabel@" > <uix:contents> <oem:sqlChartDataSource sqlPreparedStatementBinding="preparedStatement@" /> <oem:chartColumn displayLabel="neverShown0" isTimeColumn="true" sourceIndex="0" /> <oem:chartColumn displayLabel="" displayLabelBinding="column2Label@" sourceIndex="1" /> <oem:chartColumn displayLabel="" displayLabelBinding="column3Label@" isSubchart="true" sourceIndex="2" /> </uix:contents> </oem:chart> </uix:case> <uix:case name="perfOnly"> <oem:chart axisMaxBinding="axisMax@" axisMinBinding="axisMin@" chartType="timeSeriesChart" criticalThresholdBinding="critical@" destinationBinding="destination@" heightBinding="height@" legendPosition="south" legendVisibleBinding="legendVisible@" showKeyInLegendBinding="showKeyInLegend" orientationBinding="orientation@" seriesColorsAutomatic="true" timeGranularityBinding="timeGranularity@" titleBinding="title@" warningThresholdBinding="warning@" widthBinding="width@" xAxisLabelBinding="xAxisLabel@" yAxisLabelBinding="yAxisLabel@" > <uix:contents> <oem:sqlChartDataSource sqlPreparedStatementBinding="preparedStatement@" /> <oem:chartColumn displayLabel="neverShown0" isTimeColumn="true" sourceIndex="0" /> <oem:chartColumn displayLabel="" displayLabelBinding="column2Label@" sourceIndex="1" /> </uix:contents> </oem:chart> </uix:case> <uix:case name="usageOnly"> <oem:chart axisMaxBinding="axisMax@" axisMinBinding="axisMin@" chartType="timeSeriesChart" criticalThresholdBinding="critical@" destinationBinding="destination@" heightBinding="height@" legendPosition="south" legendVisibleBinding="legendVisible@" showKeyInLegendBinding="showKeyInLegend" orientationBinding="orientation@" seriesColorsAutomatic="true" timeGranularityBinding="timeGranularity@" titleBinding="title@" warningThresholdBinding="warning@" widthBinding="width@" xAxisLabelBinding="xAxisLabel@" yAxisLabelBinding="yAxisLabel@" > <uix:contents> <oem:sqlChartDataSource sqlPreparedStatementBinding="preparedStatement@" /> <oem:chartColumn displayLabel="neverShown0" isTimeColumn="true" sourceIndex="0" /> <oem:chartColumn displayLabel="" displayLabelBinding="column3Label@" isSubchart="true" sourceIndex="2" /> </uix:contents> </oem:chart> </uix:case> <uix:case name="nothing"> </uix:case> </uix:switcher> </uix:dataScope> </uix:renderingContext> </oem:pageSegment>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de