Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\asprov\asprovTargetList.jsp
<%-- - FILE - TargetList.jsp - - DESCRIPTION - Target list selection page - - MODIFIED (MM/DD/YY) - svijayar 08/30/06 - - rahgupta 06/16/06 - - vsagar 12/16/05 - ui review comments - clo 11/27/05 - Adding agent push button - clo 10/12/05 - Created - - SINCE - 10.2+ --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <%--All page contents should be within this tag--%> <uix:buildTree nodeID="asprovContent" scope="request"> <% String refIDs[] = ( String[]) request.getAttribute( "refIDs"); String hdrTxts[] = ( String[]) request.getAttribute( "hdrTxts"); int noOfPageSegments = 0; if( refIDs != null) { noOfPageSegments = refIDs.length; } for( int i = 0; i < noOfPageSegments; i++) { %> <uix:header text="<%=hdrTxts[i]%>"> <uix:ref refID="<%=refIDs[i]%>"/> <uix:separator/> </uix:header> <% } %> <uix:tip textBinding="targetTip@asprovTargetListBean@servletRequest"> </uix:tip> <uix:header rendered="false" textBinding="HDR_INSTALL_AGENT@asprovResourceBundle"> <uix:stackLayout> <uix:spacer height="10"/> <uix:submitButton textBinding="PUSH_AGENT_BTN@asprovResourceBundle" name="event" valueBinding="PUSH_AGENT@asprovResourceBundle" /> <uix:spacer height="10"/> <uix:styledText textBinding="INSTR_ADD_NODES@asprovResourceBundle" styleClass="OraPromptText"> </uix:styledText> <uix:spacer height="10"/> <uix:styledText textBinding="INSTR_UPDATE_NODES@asprovResourceBundle" styleClass="OraPromptText"> </uix:styledText> <uix:spacer height="10"/> </uix:stackLayout> </uix:header> </uix:buildTree> <%@ include file="asprovTemplate.jspf"%>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de