Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\sidb\sidbSrcSel.jspf
<uix:header textBinding="SIDB_SRC_SEL_SEC_HDR@sidbResourceBundle" id="sidbsrcselhdr"> <uix:stackLayout id="srcOptSwicherId"> <%--Source Selection radio button --%> <uix:tableLayout> <uix:rowLayout> <uix:messageRadioButton name="srcOptions" value="srcInstHomeSel" textBinding="SIDB_SRC_SEL_INST_HOME_OPT@sidbResourceBundle" primaryClientActionBinding="srcSelOptChangeEvent@sidb_src_sel_page_bean@stepMap@servletRequest" selectedValueBinding="srcOptions@servletRequest"/> <uix:messageRadioButton name="srcOptions" value="srcSelSftLibSel" textBinding="SIDB_SRC_SEL_SFT_LIB_OPT@sidbResourceBundle" primaryClientActionBinding="srcSelOptChangeEvent@sidb_src_sel_page_bean@stepMap@servletRequest" selectedValueBinding="srcOptions@servletRequest"/> </uix:rowLayout> </uix:tableLayout> <%-- <uix:messageRadioGroup name="srcSelection" id="sidbSrcSel" selectedValueBinding="sourceSelected@sidb_src_sel_page_bean@stepMap@servletRequest" vAlign="top" type="radio" childDataBinding="srcSelOptData@servletRequest" textBinding="srcSelOptTxt" valueBinding="srcSelOptVal" primaryClientActionBinding="srcSelOptChangeEvent@sidb_src_sel_page_bean@stepMap@servletRequest"/>--%> <%--Switcher to decide the source selection option --%> <uix:spacer height="10"/> <%--Software Library Option --%> <uix:switcher childNameBinding="sourceSelected@sidb_src_sel_page_bean@stepMap@servletRequest"> <uix:case name="srcSelSftLibSel"> <uix:labeledFieldLayout id="sftLibOptDetails" labelWidth="0%" fieldWidth="100%"> <uix:messageLovField name="compName" columns="100" noAutoComplete="true" onMouseDown="javascript:return false;" onKeyDown="javascript:if(event.keyCode == 9) return true; else return false;" textBinding="componentName@sidb_src_sel_page_bean@stepMap@servletRequest" messageBinding="componentNameMsgType@servletRequest" messageTypeBinding="componentNameErrMsg@servletRequest" onClickBinding="sftLibCompSelEvent@sidb_src_sel_page_bean@stepMap@servletRequest" promptBinding="SIDB_SRC_SEL_SFT_LIB_CMPT_LBL@sidbResourceBundle" searchDescBinding="SIDB_SRC_SEL_SFT_LIB_CMPT_LBL@sidbResourceBundle" shortDescBinding="SIDB_SRC_SEL_SFT_LIB_CMPT_SHORT_DESC@sidbResourceBundle"/> <uix:messageTextInput name="compLoc" onMouseDown="javascript:return false;" onKeyDown="javascript:if(event.keyCode == 9) return true; else return false;" columns="100" textBinding="componentLocation@sidb_src_sel_page_bean@stepMap@servletRequest" shortDescBinding="SIDB_SRC_SEL_SFT_LIB_CMPT_LOC_SHORT_DESC@sidbResourceBundle" promptBinding="SIDB_SRC_SEL_SFT_LIB_CMPT_LOC_LBL@sidbResourceBundle"/> </uix:labeledFieldLayout> </uix:case> <%--Installed Home Option --%> <uix:case name="srcInstHomeSel"> <uix:tableLayout> <uix:rowLayout> <%--Source host name --%> <uix:tableLayout> <uix:rowLayout> <uix:cellFormat width="5%"/> <uix:cellFormat> <uix:messageLovField id="srcHostName" name="srcHostName" renderedBinding="true" noAutoComplete="true" onMouseDown="javascript:return false;" onKeyDown="javascript:if(event.keyCode == 9) return true; else return false;" messageBinding="srcHostNameMsgType@servletRequest" messageTypeBinding="srcHostNameErrMsg@servletRequest" textBinding="srcHostName@sidb_src_sel_page_bean@stepMap@servletRequest" promptBinding="SIDB_SRC_SEL_INST_HOME_SRCHOST_LBL@sidbResourceBundle" searchDescBinding="SIDB_SRC_SEL_INST_HOME_SRCHOST_LBL@sidbResourceBundle" onClickBinding="instHomeTgtSelEvent@sidb_src_sel_page_bean@stepMap@servletRequest" shortDescBinding="SIDB_SRC_SEL_INST_HOME_SRCHOST_SHORT_DESC@sidbResourceBundle"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:rowLayout> <uix:rowLayout> <%--Source host details --%> <uix:hideShowHeader id="refHostDetHdr" disclosedBinding="refHostDetHdrDisclosed@sidb_src_sel_page_bean@stepMap@servletRequest" partialRenderMode="multiple" formSubmitted="true" textBinding="SIDB_SRC_SEL_INST_HOME_REFHOST_DET_HDR@sidbResourceBundle"> <uix:tableLayout cellSpacing="10"> <uix:rowLayout> <uix:cellFormat width="5%"/> <uix:cellFormat> <uix:messageTextInput name="oracleHome" disabled="true" columns="30" textBinding="oracleHome@sidb_src_sel_page_bean@stepMap@servletRequest" promptBinding="SIDB_SRC_SEL_INST_HOME_ORHOME_LBL@sidbResourceBundle"/> </uix:cellFormat> <uix:cellFormat wrappingDisabled="true"> <uix:messageTextInput id="workdir" name="workdir" columns="30" messageBinding="workDirMsgType@servletRequest" required="uiOnly" messageTypeBinding="workDirErrMsg@servletRequest" textBinding="workingDirectory@sidb_src_sel_page_bean@stepMap@servletRequest" promptBinding="SIDB_SRC_SEL_INST_HOME_WORKDIR_LBL@sidbResourceBundle"/> </uix:cellFormat> <uix:cellFormat wrappingDisabled="true"> <uix:messageTextInput name="filesToExclude" columns="30" textBinding="filesToExclude@sidb_src_sel_page_bean@stepMap@servletRequest" promptBinding="SIDB_SRC_SEL_INST_HOME_FIL_TO_EXCL_LBL@sidbResourceBundle"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:tip textBinding="workdirTipTxt@servletRequest"/> <uix:tip textBinding="filesToExclTipTxt@servletRequest"/> <uix:spacer height="5"/> </uix:hideShowHeader> </uix:rowLayout> <uix:rowLayout> <%--Source home credentials --%> <uix:hideShowHeader id="homeCredsShowHdr" disclosedBinding="refHostCredDisclosed@sidb_src_sel_page_bean@stepMap@servletRequest" partialRenderMode="multiple" formSubmitted="true" textBinding="SIDB_SRC_HOME_CRED_HDR@sidbResourceBundle"> <uix:rowLayout> <uix:ref refID="PAGE_SEGMENT_TYPE_PROV_CREDS_oracle_home_psc"/> </uix:rowLayout> </uix:hideShowHeader> </uix:rowLayout> </uix:tableLayout> </uix:case> </uix:switcher> </uix:stackLayout> </uix:header>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de