Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\admin\rep\chooseDeleteOptions.jsp
<%@ include file="/sdk/oemTop.jspf"%> <%@ include file="/oemNoscript.jspf" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <script> function openNewWindow(buttonName) { var userName=document.forms[0].resultstring.value; window.open("viewObjects?userName="+userName, "name","width=600, height=600, location=no, menubar=no, status=no, scrollbars=yes, resizable=yes"); } function setSearchPage() { var userEntered = document.forms[0].userChoice.value; //remove special characters userEntered=userEntered.replace(/^["'~!@#$%^&()_=-?*{}[]|"]+/g,""); userEntered=userEntered.replace(/["'~!@#$%^&()_=-?{}[]|"]+/g,""); //Remove Trailing and leading spaces userEntered=userEntered.replace(/^[\s]+/g,""); userEntered=userEntered.replace(/[\s]+/g,""); userEntered=escape(userEntered); var userName=document.forms[0].resultstring.value; window.open("../../admin/rep/postBackWithEventDel$username="+ userName+"$userChoice="+userEntered,'lovWindow',"width=500,height=430,location=no, menubar=no, status=no,scrollbars=yes, resizable=yes"); window.myData = 'userChoice'; } function myCallBack(lovwin, event) { // do nothing; mySelect on lov takes care of everything } </script> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <uix:bundle name="commonResourceBundle" class="oracle.sysman.resources.CommonResourceBundle"/> <uix:bundle name="mntrResourceBundle" class="oracle.sysman.resources.MntrResourceBundle"/> <uix:bundle name="TrackResourceBundle" class="oracle.sysman.eml.ecm.resources.TrackResourceBundle"/> <uix:bundle name="EcmResourceBundle" class="oracle.sysman.eml.ecm.util.EcmResourceBundle"/> <uix:bundle name="sdkUIBundle" class="oracle.sysman.emSDK.eml.SDKUIMsg"/> <uix:bundle name="adminResourceBundle" class="oracle.sysman.eml.admin.rep.AdminResourceBundle"/> <uix:document> <%@ include file=" /oemTitle.jspf"%> <uix:body> <uix:form name="schedule" method="POST"> <uix:pageLayout> <%@ include file="/enablePPR.jspf"%> <%@ include file=" /oemGlobal.jspf"%> <%@ include file="../../health/header.jsp"%> <uix:contents> <uix:header textBinding="header@servletRequest"> <uix:switcher childNameBinding="errorMsg@chooseDeleteOptionsData@servletRequest"> <uix:case name="nullMsg"> <uix:stackLayout> <uix:contents> <uix:messageBox messageBinding="userNullMsg@chooseDeleteOptionsData@servletRequest" messageType="error" textBinding="userNullText@chooseDeleteOptionsData@servletRequest"/> <uix:spacer height="20"/> </uix:contents> </uix:stackLayout> </uix:case> <uix:case name="equalMsg"> <uix:stackLayout> <uix:contents> <uix:messageBox messageBinding="userEqualMsg@chooseDeleteOptionsData@servletRequest" messageType="error" textBinding="userEqualText@chooseDeleteOptionsData@servletRequest"/> <uix:spacer height="20"/> </uix:contents> </uix:stackLayout> </uix:case> <uix:case name="validMsg"> <uix:stackLayout> <uix:contents> <uix:messageBox messageBinding="userValidMsg@chooseDeleteOptionsData@servletRequest" messageType="error" textBinding="userValidText@chooseDeleteOptionsData@servletRequest"/> <uix:spacer height="20"/> </uix:contents> </uix:stackLayout> </uix:case> </uix:switcher> <uix:rowLayout hAlign="right"> <uix:pageButtonBar> <uix:submitButton textBinding="CANCEL@sdkUIBundle" name="event" value="ct_cancel"/> <uix:button textBinding="VIEW_OBJECTS@adminResourceBundle"name="event" onClick="openNewWindow('view')"/> <uix:submitButton textBinding="OK@sdkUIBundle" name="event" value="ct_ok" /> </uix:pageButtonBar> </uix:rowLayout> </uix:header> <uix:formValue name="resultstring" valueBinding="userName@chooseDeleteOptionsData@servletRequest"/> <uix:spacer height="30"/> <uix:stackLayout> <uix:radioButton name="chooseOption" textBinding="DEL_USER_OBJ@adminResourceBundle" value="cascade" selectedValue="DeleteCascade" disabled="false"/> <uix:rowLayout width="70%"> <uix:spacer width="35"/> <uix:styledText styleClass="OraPromptText" textBinding="DEL_CASCADE_INFO@adminResourceBundle"/> </uix:rowLayout> <uix:spacer height="15"/> <uix:radioButton name="chooseOption" textBinding="REASSIGN_USER_OBJ@adminResourceBundle" value="reassign" selected="true" selectedValue="ReassignObjects" disabled="false"/> <uix:rowLayout width="70%"> <uix:spacer width="35"/> <uix:styledText styleClass="OraPromptText" textBinding="DEL_USER_REASSIGN_INFO@adminResourceBundle"/> </uix:rowLayout> <uix:spacer height="8"/> <uix:rowLayout hAlign="left "> <uix:spacer width="35"/> <uix:inlineMessage promptBinding="NEW_OWNER@adminResourceBundle" nodeID="userChoice"> <uix:lovField searchDescBinding="SELECT_ADMIN@adminResourceBundle" name="userChoice" onClick="setSearchPage();" id="userChoice" columns="20" shortDescBinding="NEW_OWNER@adminResourceBundle"/> <uix:formValue name="selectUsersPage"/> </uix:inlineMessage> </uix:rowLayout> </uix:stackLayout> </uix:contents> <uix:contentFooter> <uix:pageButtonBar> <uix:submitButton textBinding="CANCEL@sdkUIBundle" name="event" value="ct_cancel"/> <uix:button textBinding="VIEW_OBJECTS@adminResourceBundle" name="event" onClick="openNewWindow('view')"/> <uix:submitButton textBinding="OK@sdkUIBundle" name="event" value="ct_ok" /> </uix:pageButtonBar> </uix:contentFooter> </uix:pageLayout> </uix:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de