Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\ha\strms.jsp
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import="oracle.sysman.emo.dist.streams.StreamsStatusInfo" %> <%@ page import="oracle.sysman.emo.ha.HABean" %> <uix:tableLayout width="100%"> <uix:contents> <% HABean haBean = ((HABean)(request.getAttribute("HABean"))); if (haBean != null && haBean.getShowStreamsStatus()) { %> <uix:cellFormat vAlign="top" widthBinding="firstColWidth@HABean@servletRequest"> <uix:contents> <uix:borderLayout> <uix:contents> <uix:header textBinding="STREAMS_SUMMARY@HABundle@servletRequest"> <uix:stackLayout> <uix:contents> <uix:spacer width="10" /> <uix:tableLayout > <%-- Begin Streams Status --%> <%-- This section should be identical to /database/dist/streams/streamsHomeInclude.jspf (except for the spacing) --%> <uix:rowLayout renderedBinding="showStreamsPathStatus@defaultBean@servletRequest"> <uix:cellFormat hAlign="right" wrappingDisabled="true"> <uix:styledText styleClass="OraPromptText" textBinding="STREAMS_PATH_STATUS@DBMsgBundle@servletRequest" /> </uix:cellFormat> <uix:spacer width="5"/> <uix:cellFormat wrappingDisabled="true" hAlign="left"> <uix:include nodeBinding="streamsPathStatus@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <% StreamsStatusInfo infoBean= (StreamsStatusInfo) request.getAttribute("streamsStatus"); if (infoBean != null) { %> <uix:rowLayout renderedBinding="showStreamsStatus@defaultBean@servletRequest"> <uix:cellFormat hAlign="right" wrappingDisabled="true"> <uix:styledText styleClass="OraPromptText" textBinding="STREAMS_STATUS@DBMsgBundle@servletRequest" /> </uix:cellFormat> <uix:spacer width="5"/> <uix:cellFormat wrappingDisabled="true" hAlign="left"> <uix:rowLayout> <uix:contents> <% if (infoBean.getCritCompCount() > 0) { %> <uix:image source="/em/images/criticalind_status.gif"/> <uix:spacer width="2"/> <db:link destination="/console/database/dist/streams/streamsOverview" copyParams="type,target" shortDescBinding="CRITICAL_STREAMS_COMPS@streamsMsgBundle@servletRequest" textBinding="critCompCount@streamsStatus@servletRequest"/> <uix:spacer width="7"/> <% } if (infoBean.getWarnCompCount() > 0) { %> <uix:image source="/em/images/warningind_status.gif"/> <uix:spacer width="2"/> <db:link destination="/console/database/dist/streams/streamsOverview" copyParams="type,target" shortDescBinding="WARNING_STREAMS_COMPS@streamsMsgBundle@servletRequest" textBinding="warnCompCount@streamsStatus@servletRequest"/> <uix:spacer width="7"/> <% } if (infoBean.getHealthyCompCount() > 0) { %> <uix:image source="/em/images/okind_status.gif"/> <uix:spacer width="2"/> <db:link destination="/console/database/dist/streams/streamsOverview" copyParams="type,target" shortDescBinding="HEALTHY_STREAMS_COMPS@streamsMsgBundle@servletRequest" textBinding="healthyCompCount@streamsStatus@servletRequest"/> <uix:spacer width="7"/> <% } %> </uix:contents> </uix:rowLayout> </uix:cellFormat> </uix:rowLayout> <% } %> <uix:rowLayout renderedBinding="showStreamsMonitor@defaultBean@servletRequest"> <uix:cellFormat hAlign="right" wrappingDisabled="true"> <uix:styledText styleClass="OraPromptText" textBinding="STREAMS_MONITOR@DBMsgBundle@servletRequest" /> </uix:cellFormat> <uix:spacer width="5"/> <uix:cellFormat wrappingDisabled="true" hAlign="left"> <uix:styledText styleClass="OraPromptText" textBinding="streamsMonitor@defaultBean@servletRequest" /> </uix:cellFormat> </uix:rowLayout> <%-- End Streams Status --%> </uix:tableLayout> </uix:contents> </uix:stackLayout> </uix:header> </uix:contents> </uix:borderLayout> </uix:contents> </uix:cellFormat> <% } %> </uix:contents> </uix:tableLayout>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de