Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\sidb\sidbTgtSel.jspf
<uix:header textBinding="SIDB_TGT_SEL_SEC_HDR@sidbResourceBundle" id="sidbsrcselhdr"> <uix:styledText textBinding="TGT_SEL_INSTR_TXT@sidbResourceBundle" styleClass="OraInstructionText"/> <uix:stackLayout id="tgtDetails"> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10"/> </uix:cellFormat> </uix:rowLayout> <uix:inlineMessage messageBinding="tgtDetErrMsg@servletRequest" messageTypeBinding="tgtDetMsgType@servletRequest"> <uix:table id="sidbTgtTableId" width="100%" name="sidbTgtTable" formSubmitted="true" partialRenderMode="self" summaryBinding="SIDB_TGT_SEL_SEC_HDR@sidbResourceBundle" tableDataBinding="rows@sidb_tgt_sel_page_bean@stepMap@servletRequest" valueBinding="currVal@sidb_tgt_sel_page_bean@stepMap@servletRequest" minValueBinding="minVal@sidb_tgt_sel_page_bean@stepMap@servletRequest" blockSizeBinding="blockSize@sidb_tgt_sel_page_bean@stepMap@servletRequest" alternateTextBinding="SIDB_NO_TGT_SELECTED@sidbResourceBundle" maxValueBinding="maxVal@sidb_tgt_sel_page_bean@stepMap@servletRequest" columnHeaderDataBinding="columnHeaders@sidb_tgt_sel_page_bean@stepMap@servletRequest"> <uix:tableActions> <uix:rowLayout width="100%"> <uix:cellFormat width="50%" hAlign="left" columnSpan="3"> <uix:button shortDescBinding="ADD_BTN_NAME@sidbResourceBundle" onClickBinding="addBtnOnClickStr@sidb_tgt_sel_page_bean@stepMap@servletRequest" disabledBinding="disableTgtsDet@sidb_src_sel_page_bean@stepMap@servletRequest" textBinding="ADD_BTN_NAME@sidbResourceBundle"/> </uix:cellFormat> <uix:formattedText text=" | "/> <uix:cellFormat hAlign="right" width="20%"> <uix:messageChoice name="pathName" promptBinding="SIDB_TBL_PATH_DD_LBL@sidbResourceBundle" selectedValueBinding="pathSelval@sidb_tgt_sel_page_bean@stepMap@servletRequest" disabledBinding="removeAllButtonDisabled@sidb_tgt_sel_page_bean@stepMap@servletRequest" shortDescBinding="SIDB_TBL_PATH_DD_LBL@sidbResourceBundle" primaryClientActionBinding="changePathEventName@sidb_tgt_sel_page_bean@stepMap@servletRequest"> <uix:contents childDataBinding="pathList@sidb_tgt_sel_page_bean@stepMap@servletRequest"> <uix:option textBinding="pathOptTxt" valueBinding="pathOptValue"> </uix:option> </uix:contents> </uix:messageChoice> </uix:cellFormat> <uix:formattedText text=" "/> <uix:cellFormat hAlign="right" width="20%"> <uix:messageChoice name="credType" promptBinding="SIDB_TBL_CRED_DD_LBL@sidbResourceBundle" disabledBinding="removeAllButtonDisabled@sidb_tgt_sel_page_bean@stepMap@servletRequest" selectedValueBinding="credSelval@sidb_tgt_sel_page_bean@stepMap@servletRequest" shortDescBinding="SIDB_TBL_CRED_DD_LBL@sidbResourceBundle" primaryClientActionBinding="changeCredEventName@sidb_tgt_sel_page_bean@stepMap@servletRequest"> <uix:contents childDataBinding="credList@sidb_tgt_sel_page_bean@stepMap@servletRequest"> <uix:option textBinding="credOptTxt" valueBinding="credOptValue"> </uix:option> </uix:contents> </uix:messageChoice> </uix:cellFormat> </uix:rowLayout> </uix:tableActions> <uix:columnHeaderStamp> <uix:sortableHeader textBinding="text" sortableBinding="sortable"> </uix:sortableHeader> </uix:columnHeaderStamp> <%-- Host Name --%> <uix:styledText id="hostName" textBinding="TARGET_SELECTION_TABLE_COLUMN_HOST" shortDescBinding="TARGET_SELECTION_TABLE_COLUMN_HOST@sidbResourceBundle"/> <%-- Oracle Base --%> <uix:column> <uix:columnFormat cellNoWrapFormat="true"/> <uix:messageTextInput id="orclBase" name="TARGET_SELECTION_TABLE_COLUMN_ORACLE_BASE" textBinding="TARGET_SELECTION_TABLE_COLUMN_ORACLE_BASE" messageTypeBinding="ORCL_BASE_MSG_TYPE" messageBinding="ORCL_BASE_MSG" prompt="" disabledBinding="TARGET_SELECTION_DISABLE_PATH" columns="15" shortDescBinding="TARGET_SELECTION_TABLE_COLUMN_ORACLE_BASE@sidbResourceBundle"/> </uix:column> <%-- Oracle Home Location --%> <uix:column> <uix:columnFormat cellNoWrapFormat="true"/> <uix:messageTextInput id="orclHomeLoc" name="TARGET_SELECTION_TABLE_COLUMN_ORACLE_HOME" textBinding="TARGET_SELECTION_TABLE_COLUMN_ORACLE_HOME" columns="20" prompt="" messageTypeBinding="ORCL_HOME_MSG_TYPE" messageBinding="ORCL_HOME_MSG" disabledBinding="TARGET_SELECTION_DISABLE_PATH" shortDescBinding="TARGET_SELECTION_TABLE_COLUMN_ORACLE_HOME@sidbResourceBundle"/> </uix:column> <%-- Working Directory Location --%> <uix:column> <uix:columnFormat cellNoWrapFormat="true"/> <uix:messageTextInput id="wordir" name="TARGET_SELECTION_TABLE_COLUMN_WORKING_DIR" columns="15" prompt="" textBinding="TARGET_SELECTION_TABLE_COLUMN_WORKING_DIR" messageTypeBinding="WORKDIR_MSG_TYPE" messageBinding="WORKDIR_HOME_MSG" disabledBinding="TARGET_SELECTION_DISABLE_PATH" shortDescBinding="TARGET_SELECTION_TABLE_COLUMN_WORKING_DIR@sidbResourceBundle"/> </uix:column> <%-- Oracle Home User Name --%> <uix:column> <uix:columnFormat cellNoWrapFormat="true"/> <uix:messageTextInput id="orclusername" name="TARGET_SELECTION_TABLE_COLUMN_ORACLE_USER_NAME" columns="10" prompt="" textBinding="TARGET_SELECTION_TABLE_COLUMN_ORACLE_USER_NAME" messageTypeBinding="ORCL_USER_NAME_MSG_TYPE" messageBinding="ORCL_USER_NAME_MSG" disabledBinding="TARGET_SELECTION_DISABLE_CRED" shortDescBinding="TARGET_SELECTION_TABLE_COLUMN_ORACLE_USER_NAME@sidbResourceBundle"/> </uix:column> <%-- Oracle Home Password --%> <uix:column> <uix:columnFormat cellNoWrapFormat="true"/> <uix:messageTextInput id="orclPassword" name="TARGET_SELECTION_TABLE_COLUMN_ORACLE_PASSWORD" noAutoComplete="true" columns="10" messageTypeBinding="ORCL_PWD_MSG_TYPE" messageBinding="ORCL_PWD_MSG" textBinding="TARGET_SELECTION_TABLE_COLUMN_ORACLE_PASSWORD" disabledBinding="TARGET_SELECTION_DISABLE_CRED" secret="true" shortDescBinding="TARGET_SELECTION_TABLE_COLUMN_ORACLE_PASSWORD@sidbResourceBundle"/> </uix:column> <%-- Agent user name --%> <uix:column> <uix:columnFormat cellNoWrapFormat="true"/> <uix:messageTextInput id="agentusername" columns="10" prompt="" name="TARGET_SELECTION_TABLE_COLUMN_AGENT_USR_NAME" messageTypeBinding="AGENT_USR_NAME_MSG_TYPE" messageBinding="AGENT_USR_NAME_MSG" textBinding="TARGET_SELECTION_TABLE_COLUMN_AGENT_USR_NAME" disabledBinding="TARGET_SELECTION_DISABLE_CRED" shortDescBinding="TARGET_SELECTION_TABLE_COLUMN_AGENT_USR_NAME@sidbResourceBundle"/> </uix:column> <%-- Agent Home Password --%> <uix:column> <uix:columnFormat cellNoWrapFormat="true"/> <uix:messageTextInput id="agentPassword" columns="10" noAutoComplete="true" prompt="" name="TARGET_SELECTION_TABLE_COLUMN_AGENT_PASSWORD" messageTypeBinding="AGENT_PWD_MSG_TYPE" messageBinding="AGENT_PWD_NAME_MSG" textBinding="TARGET_SELECTION_TABLE_COLUMN_AGENT_PASSWORD" disabledBinding="TARGET_SELECTION_DISABLE_CRED" secret="true" shortDescBinding="TARGET_SELECTION_TABLE_COLUMN_AGENT_PASSWORD@sidbResourceBundle"/> </uix:column> <uix:column> <uix:columnFormat columnDataFormat="iconButtonFormat"/> <uix:image id="removetgt" source="/em/images/deleteicon_enabled.gif" primaryClientActionBinding="TARGET_SELECTION_TABLE_ACTION_REMOVE" shortDescBinding="TARGET_SELECTION_TABLE_ACTION_REMOVE@sidbResourceBundle" textBinding="TARGET_SELECTION_TABLE_ACTION_REMOVE@sidbResourceBundle"/> </uix:column> <uix:formValue name="hostName" valueBinding="TARGET_SELECTION_TABLE_COLUMN_HOST"/> <uix:footer> <uix:tableLayout width="100%"> <uix:rowLayout width="100%" hAlign="right"> <uix:button id="removeallTgts" textBinding="TARGET_SELECTION_TABLE_ACTION_REMOVE_ALL@sidbResourceBundle" shortDescBinding="TARGET_SELECTION_TABLE_ACTION_REMOVE_ALL@sidbResourceBundle" disabledBinding="removeAllButtonDisabled@sidb_tgt_sel_page_bean@stepMap@servletRequest" primaryClientActionBinding="onClickRemoveAllHosts@sidb_tgt_sel_page_bean@stepMap@servletRequest"/> </uix:rowLayout> </uix:tableLayout> </uix:footer> </uix:table> </uix:inlineMessage> <%--Additional Parameters --%> <uix:stackLayout id="addParamSection"> <uix:spacer height="10"/> <uix:rowLayout> <uix:messageTextInput name="additionalParms" tipBinding="SIDB_ADDITIONAL_PARAMETER_TIP@sidbResourceBundle" textBinding="additionalParam@sidb_tgt_sel_page_bean@stepMap@servletRequest" disabledBinding="removeAllButtonDisabled@sidb_tgt_sel_page_bean@stepMap@servletRequest" promptBinding="SIDB_ADDITIONAL_PARAMETER@sidbResourceBundle"/> </uix:rowLayout> </uix:stackLayout> <%--common staging location --%> <%-- <uix:stackLayout id="stgLocDet"> <uix:spacer height="10"/> <uix:rowLayout > <uix:messageCheckBox textBinding="SIDB_TGT_STAGE_LOC_CHK_TXT@sidbResourceBundle" name="stgLocChkBox" disabledBinding="removeAllButtonDisabled@sidb_tgt_sel_page_bean@stepMap@servletRequest" selectedValueBinding="stageLocSelected@sidb_tgt_sel_page_bean@stepMap@servletRequest" primaryClientActionBinding="selectStgLocEvent@sidb_tgt_sel_page_bean@stepMap@servletRequest"/> </uix:rowLayout> <uix:spacer height="15"/> <uix:rowLayout> <uix:spacer width="20"/> <uix:messageLovField name="sidbStageLocLOV" textBinding="stageLocation@sidb_tgt_sel_page_bean@stepMap@servletRequest" promptBinding="SIDB_TGT_STAGE_LOCATION_LOV_TXT@sidbResourceBundle" onClickBinding="stageLovEvent@sidb_tgt_sel_page_bean@stepMap@servletRequest" disabledBinding="stageLocDisabled@sidb_tgt_sel_page_bean@stepMap@servletRequest"> </uix:messageLovField> </uix:rowLayout> </uix:stackLayout>--%> </uix:stackLayout> </uix:header>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de