Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\has\resources\hostSelection.jsp
<%@ include file="/sdk/oemTop.jspf"%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db"%> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <uix:document > <script> function onLoad(){ var closeit = '<%= request.getAttribute("windowClose")%>'; if(closeit == "true"){ //refresh the parent window and close the popup var lovField = "chamka"; lovField = '<%=request.getAttribute("lovField")%>' ; var obj = window.opener.document.getElementById("<%=request.getAttribute("lovField")%>"); window.opener.document.getElementById("<%=request.getAttribute("lovField")%>").value= '<%= request.getAttribute("fileNameSelected")%>'; window.opener.location.reload(); self.close(); } } </script> <%@ include file="/enablePPR.jspf"%> <%@ include file="/oemTitle.jspf"%> <uix:body onLoad="onLoad();"> <db:form name="hostSelectionForm" method="post" destinationBinding="addDestination@addRes@servletRequest" copyParams="target,type,isRepDown"> <uix:pageLayout> <%@ include file="/oemGlobal.jspf"%> <uix:messages> <oem:messageBox messageTypeBinding="messageType@servletRequest" errorTableBinding="msgBox@servletRequest" destTableBinding="msgUrls@servletRequest" titleTextKey="titleText" mainTextKey="mainText"/> </uix:messages> <uix:formValue name="lovField" valueBinding="lovField@servletRequest"/> <uix:stackLayout> <uix:contents> <uix:header textBinding="FILENAME_SELECTION@resourcesBundle@servletRequest"> <uix:tableLayout width="100%"> <uix:rowLayout> <uix:cellFormat hAlign="left"> <uix:styledText styleClass="OraInstructionText" textBinding="SPECIFY_HOST_CREDENTIALS_INTRO@resourcesBundle@servletRequest" /> </uix:cellFormat> <uix:cellFormat hAlign="left"> <uix:spacer width="5"/> </uix:cellFormat> <uix:cellFormat hAlign="right"> <uix:flowLayout> <uix:button textBinding="CANCEL_BUTTON@hasBundle@servletRequest" onClick="window.close()"/> <uix:spacer width="10"/> <uix:submitButton textBinding="SUBMIT_BUTTON@hasBundle@servletRequest" name="event" value="RFSHostSelected"/> </uix:flowLayout> </uix:cellFormat> <uix:cellFormat> <uix:spacer width="5" /> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <%--<uix:spacer height="5"/>--%> <%--<uix:styledText styleClass="OraInstructionText" text="Specify the Cluster Host Credentials for the Host from which Action Script/ Action Program is being selected"/>--%> <uix:spacer height="15"/> <uix:labeledFieldLayout labelWidthBinding="credsLabelWidth@credsBean@servletRequest"> <uix:contents> <uix:messageChoice name="hostName" promptBinding="SELECT_HOST@hasBundle@servletRequest" selectedValueBinding="hostName@servletRequest" onChange="submitForm(\'hostSelectionForm\', true, {\'event\':\'updateHostCredentials\'})"> <uix:contents childDataBinding="hostList@addRes@servletRequest"> <uix:option textBinding="text" valueBinding="value"/> </uix:contents> </uix:messageChoice> </uix:contents> </uix:labeledFieldLayout> <uix:tableLayout width="100%"> <uix:rowLayout> <uix:cellFormat widthBinding="credsLabelWidth@credsBean@servletRequest" hAlign="right"> </uix:cellFormat> <uix:cellFormat hAlign="left"> <uix:styledText textBinding="HOST_SELECTION_TIP2@resourcesBundle@servletRequest" styleClass="OraInlineInfoText"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:spacer width="10"/> <%@include file="/credentials.jspf"%> <uix:spacer height="15"/> <uix:tableLayout width="100%" cellSpacing="5" cellPadding="5"> <uix:rowLayout> <uix:cellFormat widthBinding="credsLabelWidth@credsBean@servletRequest" hAlign="right"> <uix:styledText textBinding="FILE_SELECTION@resourcesBundle@servletRequest" styleClass="OraInstructionText"/> </uix:cellFormat> <uix:cellFormat hAlign="left"> <uix:stackLayout> <uix:flowLayout> <uix:radioButton name="fileSelectionRadio" value="knownPath" valueBinding="fileSelectionRadio@servletRequest" textBinding="SPECIFY_FILEPATH@resourcesBundle@servletRequest"/> <uix:spacer width="10" /> <uix:textInput name="fileNameSelected" textBinding="fileSelected@servletRequest" /> </uix:flowLayout> <uix:radioButton name="fileSelectionRadio" value="rfbSelection" valueBinding="fileSelectionRadio@servletRequest" textBinding="SELECT_USING_FILE_BROWSER@resourcesBundle@servletRequest"/> </uix:stackLayout> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> </uix:cellFormat> <uix:cellFormat> <uix:checkBox name="overwriteFile" value="true" valueBinding="overwriteFile@servletRequest" textBinding="OVERWRITE_ACTION_SCRIPT_FILE@resourcesBundle@servletRequest"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:spacer height="15"/> </uix:header> </uix:contents> </uix:stackLayout> <uix:contentFooter> <uix:pageButtonBar> <uix:spacer width="10"/> <uix:flowLayout> <uix:button textBinding="CANCEL_BUTTON@hasBundle@servletRequest" onClick="window.close()"/> <uix:spacer width="10"/> <uix:submitButton textBinding="SUBMIT_BUTTON@hasBundle@servletRequest" name="event" value="RFSHostSelected"/> </uix:flowLayout> </uix:pageButtonBar> </uix:contentFooter> </uix:pageLayout> </db:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de