Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\ecm\patch\cpf\lov\alertLov.jsp
<%-- - FILE - alertLov.jspf - - DESCRIPTION - The lov page for alerts - - 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> <oem:messageBox messageType="error" titleTextKey="titleText" mainTextKey="mainText" errorTableBinding="errors@servletRequest"/> <uix:spacer height="15"/> <uix:button text="LBL_CLOSE@patchResourceBundle" onClick="top.close()"/> </uix:stackLayout> <% } else { %> <uix:styledText textBinding="SELECT_ALERT_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_ALERT@patchResourceBundle"/> <uix:spacer width="5"/> <uix:choice name="alert" selectedValueBinding="selectedAlert@servletRequest"> <uix:contents childDataBinding="alertList@servletRequest"> <uix:option textBinding="alertName" valueBinding="alertName"/> </uix:contents> </uix:choice> <uix:button textBinding="LBL_SELECT@patchResourceBundle" onClick="myAlertSelect()"/> <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