Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\provision\components\create.jsp
<%-- - FILE - subfolder.jsp - - DESCRIPTION - Create components in the software library. - - MODIFIED (MM/DD/YY) - eworth 12/22/04 - Add step description text - eworth 10/29/04 - eworth_prov_ui_041025 - eworth 10/28/04 - Include forms for each page - eworth 10/27/04 - add more content - eworth 10/26/04 - created - --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%--All page content is within this tag--%> <uix:buildTree nodeID="pageContent" scope="request"> <uix:labeledFieldLayout labelWidth="80"> <uix:contents> <uix:messageStyledText promptBinding="parentPrompt@levelOnePage@ProvisionContext@servletRequest" textBinding="parentText@data@levelOnePage@ProvisionContext@servletRequest" contentStyleClass="OraDataText"/> <uix:spacer width="20" height="10"/> <uix:messageStyledText promptBinding="subtypePrompt@levelOnePage@ProvisionContext@servletRequest" textBinding="subtype@data@levelOnePage@ProvisionContext@servletRequest" renderedBinding="subtypeRendered@data@levelOnePage@ProvisionContext@servletRequest" contentStyleClass="OraDataText"/> </uix:contents> </uix:labeledFieldLayout> <uix:stackLayout> <uix:contents> <uix:separator/> <uix:styledText textBinding="stepDesc@levelOnePage@ProvisionContext@servletRequest" styleClass="OraInstructionText "/> <uix:spacer height="10" width="100"/> <%--Dynamically include a JSP page for the current step--%> <% String formPage = (String)request.getAttribute("formPage"); %> <uix:include node="<%= formPage %>"/> </uix:contents> </uix:stackLayout> </uix:buildTree> <%@ include file="/provision/wizardTemplate.jspf" %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de