Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\bpelprov\selComponentSftLib.jspf
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%-- Search criteria --%> <uix:rowLayout width="100%"> <uix:cellFormat width="100%"> <uix:contents> <uix:labeledFieldLayout width="60%" columns="2"> <uix:contents> <%-- Reference Name --%> <uix:messageTextInput nameBinding="SC_REF_NAME_INPUT@selCompResourceBundle" promptBinding="SC_REF_NAME_INPUT_PROMPT@selCompResourceBundle" textBinding="referenceName@servletRequest" id="referenceNameInput"/> <%-- Revision --%> <uix:messageChoice nameBinding="SC_REVISION_CHOICE@selCompResourceBundle" promptBinding="SC_REVISION_CHOICE_PROMPT@selCompResourceBundle" disabledBinding="disabled@revision@UIData@compTableBean@servletRequest" selectedValueBinding="revision@servletRequest" id="revisionChoice"> <uix:contents childDataBinding="revisionOptions@servletRequest"> <uix:option textBinding="(text)@selCompResourceBundle" valueBinding="optionKey"/> </uix:contents> </uix:messageChoice> <%--<uix:messageChoice nameBinding="SC_COMP_SUBTYPE_CHOICE@selCompResourceBundle" promptBinding="SC_COMP_SUBTYPE_CHOICE_PROMPT@selCompResourceBundle" selectedValueBinding="subTypeChoice@servletRequest" readOnlyBinding="subTypeChoiceReadOnly@servletRequest" vAlign="middle" renderedBinding="subTypeRendered@servletRequest" id="compSubTypeChoice"> <uix:contents childDataBinding="subTypeOptions@servletRequest"> <uix:option textBinding="text" valueBinding="optionKey"/> </uix:contents> </uix:messageChoice> --%> <uix:messageTextInput nameBinding="SC_FILENAME_INPUT@selCompResourceBundle" promptBinding="SC_FILENAME_INPUT_PROMPT@selCompResourceBundle" textBinding="filename@servletRequest" id="filename"/> <%-- <uix:messageChoice nameBinding="SC_MATURITY_CHOICE@selCompResourceBundle" promptBinding="SC_MATURITY_CHOICE_PROMPT@selCompResourceBundle" selectedValueBinding="maturity@servletRequest" renderedBinding="render@maturity@UIData@compTableBean@servletRequest" id="maturityChoice"> <uix:contents childDataBinding="maturityOptions@servletRequest"> <uix:option textBinding="text" valueBinding="optionKey"/> </uix:contents> </uix:messageChoice> --%> <%--<uix:messageChoice nameBinding="SC_COMP_STATUS_CHOICE@selCompResourceBundle" promptBinding="SC_COMP_STATUS_CHOICE_PROMPT@selCompResourceBundle" selectedValueBinding="status@servletRequest" disabledBinding="disabled@status@UIData@compTableBean@servletRequest" id="compStatusChoice"> <uix:contents childDataBinding="statusOptions@servletRequest"> <uix:option textBinding="text" valueBinding="optionKey"/> </uix:contents> </uix:messageChoice> --%> <uix:messageTextInput nameBinding="SC_AUTHOR_INPUT@selCompResourceBundle" promptBinding="SC_AUTHOR_INPUT_PROMPT@selCompResourceBundle" textBinding="author@servletRequest" renderedBinding="render@author@UIData@compTableBean@servletRequest" id="authorInput"/> </uix:contents> </uix:labeledFieldLayout> </uix:contents> <uix:spacer height="5"/> <uix:contents> <uix:labeledFieldLayout width="60%" columns="2"> <uix:messageTextInput name="compLocation" promptBinding="COMPONENT_PATH@bpelRB" textBinding="compLocation@servletRequest" id="compLocation" columns="55"/> </uix:labeledFieldLayout> </uix:contents> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout width="18%"> <uix:contents> <uix:cellFormat hAlign="right"> <uix:contents> <uix:submitButton textBinding="SC_SEARCH_BTN@selCompResourceBundle" name="event" rendered="true" valueBinding="SC_COMPONENT_SEARCH@selCompResourceBundle"/> <uix:spacer height="10" width="10"/> </uix:contents> </uix:cellFormat> </uix:contents> </uix:rowLayout> <uix:rowLayout> <uix:contents> <uix:spacer height="10" width="10"/> </uix:contents> </uix:rowLayout> <%-- The actual table --%> <uix:rowLayout width="100%"> <uix:cellFormat width="100%" wrappingDisabled="true"> <uix:contents> <%-- TODO: value needs to be specified for blockSize, minValue, and maxValue to matter --%> <uix:table name="SC_COMPONENTS_TABLE" alternateTextBinding="SC_COMPONENT_TABLE_NO_ITEMS_FOUND@selCompResourceBundle" tableDataBinding="table@cmpDataBean@servletRequest" blockSizeBinding="blockSize@compTableBean@servletRequest" valueBinding="currVal@compTableBean@servletRequest" maxValueBinding="maxVal@compTableBean@servletRequest" minValueBinding="minVal@compTableBean@servletRequest" formSubmitted="false" width="100%" columnHeaderDataBinding="columnHeaders@compTableBean@servletRequest" summaryBinding="SC_COMPONENT_TABLE_NO_ITEMS_FOUND@selCompResourceBundle"> <uix:tableSelection> <uix:switcher childNameBinding="selectedComponentType@servletRequest"> <uix:case name="bpelSuitcaseFile"> <uix:multipleSelection /> </uix:case> <uix:case name="bpelBuildFile"> <uix:singleSelection /> </uix:case> </uix:switcher> </uix:tableSelection> <uix:tableFormat tableBanding="rowBanding"/> <uix:columnHeaderStamp> <uix:sortableHeader textBinding="text" sortableBinding="sortable"> </uix:sortableHeader> </uix:columnHeaderStamp> <uix:contents> <uix:styledText styleClassBinding="style" textBinding="SC_COMP_NAME_CH" renderedBinding="render@SC_COMP_NAME_CH@UIData@compTableBean@servletRequest"/> <%-- Component Location --%> <uix:styledText styleClassBinding="style" textBinding="SWLIB_TABLE_FIELD_2" renderedBinding="render@SWLIB_TABLE_FIELD_2@UIData@compTableBean@servletRequest"/> <uix:styledText styleClassBinding="style" textBinding="SWLIB_TABLE_FIELD_3" renderedBinding="render@SWLIB_TABLE_FIELD_3@UIData@compTableBean@servletRequest"/> <uix:styledText styleClassBinding="style" textBinding="SC_COMP_LOCATION" renderedBinding="render@SC_COMP_LOCATION@UIData@compTableBean@servletRequest"/> <uix:styledText styleClassBinding="style" textBinding="SC_FILE_NAME" rendered="true"/> <uix:styledText styleClassBinding="style" textBinding="SC_COMP_DESC_CH" rendered="false"/> <uix:styledText styleClassBinding="style" textBinding="SC_COMP_LAST_MODIFIED_BY_CH" rendered="true"/> </uix:contents> </uix:table> <uix:spacer height="5"/> <uix:tip> <uix:contents><uix:styledText textBinding="SOURCE_POPUP_TIP@bpelRB"/></uix:contents> </uix:tip> </uix:contents> </uix:cellFormat> </uix:rowLayout> <uix:spacer height="5"/> <%-- <uix:tip textBinding="SC_COMP_UNAVAILABLE_TIP@selCompResourceBundle"> </uix:tip> --%>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de