Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\ecm\patch\cpf\lov\versionLov.jsp
<%-- - FILE - versionLov.jspf - - DESCRIPTION - the lov page for versions - - MODIFIED (MM/DD/YY) - somukher 06/28/05 - Bug - 4442864 - mningomb 09/20/04 - mningomb_final - mningomb 08/02/04 - created - --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ page import="oracle.sysman.eml.ecm.patch.PatchConsts,java.util.Hashtable" %> <%--uix Tag Library--%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <%--ResourceBundle for labels/headers specific to 'EM Patching' Project--%> <uix:bundle name="patchResourceBundle" class="oracle.sysman.eml.ecm.patch.util.PatchResourceBundle"/> <% Hashtable errors = (Hashtable)request.getAttribute(PatchConsts.ERRORS); %> <uix:document> <uix:body> <% if (errors != null ) { %> <uix:stackLayout> <uix:styledText textBinding="mainText@errors@servletRequest" /> <%-- <oem:messageBox messageType="error" titleTextKey="titleText" mainTextKey="mainText" errorTableBinding="errors@servletRequest"/> --%> <uix:spacer height="15"/> <uix:button textBinding="LBL_CLOSE@patchResourceBundle" onClick="top.close()"/> </uix:stackLayout> <% } else { %> <uix:styledText textBinding="SELECT_VERSION_MESSAGE@patchResourceBundle"/> <uix:spacer height="5"/> <uix:form name="form1"> <uix:script id="cpf_script" source="/em/ecm/patch/cpf/lov/cpf.js"/> <noScript></noScript> <uix:tableLayout> <uix:rowLayout> <uix:contents> <uix:styledText textBinding="LBL_SEARCH_VERSION@patchResourceBundle"/> <uix:spacer width="5"/> <uix:choice name="version" selectedValueBinding="selectedVersion@servletRequest"> <uix:contents childDataBinding="versionList@servletRequest"> <uix:option textBinding="versionName" valueBinding="versionName"/> </uix:contents> </uix:choice> <uix:button textBinding="LBL_SELECT@patchResourceBundle" onClick="myVersionSelect()"/> <uix:button textBinding="LBL_CLOSE@patchResourceBundle" onClick="top.close()"/> </uix:contents> </uix:rowLayout> </uix:tableLayout> </uix:form> <% } %> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de