Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\common\selcompsftlib\selComponentSftLib.jspf
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%-- Search criteria --%> <uix:header textBinding="SIMPLE_SEARCH@selCompResourceBundle"> <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" shortDescBinding="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" shortDescBinding="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> <%-- Subtype --%> <uix:messageChoice nameBinding="SC_COMP_SUBTYPE_CHOICE@selCompResourceBundle" promptBinding="SC_COMP_SUBTYPE_CHOICE_PROMPT@selCompResourceBundle" selectedValueBinding="subTypeChoice@servletRequest" shortDescBinding="SC_COMP_SUBTYPE_CHOICE_PROMPT@selCompResourceBundle" 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> <%-- Filename --%> <uix:messageTextInput nameBinding="SC_FILENAME_INPUT@selCompResourceBundle" promptBinding="SC_FILENAME_INPUT_PROMPT@selCompResourceBundle" shortDescBinding="SC_FILENAME_INPUT_PROMPT@selCompResourceBundle" textBinding="filename@servletRequest" id="filename"/> <%-- Maturity --%> <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> <%-- Status --%> <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> <%-- Author --%> <uix:messageTextInput nameBinding="SC_AUTHOR_INPUT@selCompResourceBundle" promptBinding="SC_AUTHOR_INPUT_PROMPT@selCompResourceBundle" textBinding="author@servletRequest" renderedBinding="render@author@UIData@compTableBean@servletRequest" id="authorInput"/> <!--disabledBinding="render@productName@UIData@compTableBean@servletRequest"--> <%-- Product Name --%> <uix:messageTextInput nameBinding="SC_PRODUCT_NAME_INPUT@selCompResourceBundle" promptBinding="SC_PRODUCT_NAME_INPUT_PROMPT@selCompResourceBundle" disabledBinding="disabled@productName@UIData@compTableBean@servletRequest" renderedBinding="render@productName@UIData@compTableBean@servletRequest" textBinding="productName@servletRequest" id="productNameInput"/> </uix:contents> </uix:labeledFieldLayout> </uix:contents> </uix:cellFormat> </uix:rowLayout> </uix:header> <uix:rowLayout width="23%"> <uix:contents> <uix:cellFormat hAlign="right"> <uix:contents> <%-- Search button --%> <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 nameBinding="SC_COMPONENTS_TABLE@selCompResourceBundle" alternateTextBinding="SC_COMPONENT_TABLE_NO_ITEMS_FOUND@selCompResourceBundle" tableDataBinding="table@cmpDataBean@servletRequest" blockSizeBinding="blockSize@compTableBean@servletRequest" valueBinding="currVal@compTableBean@servletRequest" summaryBinding="SC_COMPONENT_TABLE_NO_ITEMS_FOUND@selCompResourceBundle" maxValueBinding="maxVal@compTableBean@servletRequest" minValueBinding="minVal@compTableBean@servletRequest" formSubmitted="false" width="100%" columnHeaderDataBinding="columnHeaders@compTableBean@servletRequest"> <uix:tableActions> <uix:flowLayout> <uix:contents> <uix:cellFormat> <%-- <uix:button name="UploadComp" destinationBinding="provisioningURL@servletRequest" targetFrame="_new" textBinding="UPLOAD_COMP@selCompResourceBundle"/>--%> </uix:cellFormat> <uix:cellFormat> <%--Use the same event as GO buttons event --%> <uix:submitButton name="RefreshComp" event="compSearch" value="compSearch" textBinding="REFRESH_COMP@selCompResourceBundle"/> </uix:cellFormat> </uix:contents> </uix:flowLayout> </uix:tableActions> <uix:tableSelection> <uix:singleSelection selectedIndexBinding="compSelectedIndex@servletRequest" shortDescBinding="SC_SELECT_COMP_RADIO_BTN_PROMPT@selCompResourceBundle" disabledBinding="isDisable"/> </uix:tableSelection> <uix:tableFormat tableBanding="rowBanding"/> <uix:columnHeaderStamp> <uix:sortableHeader textBinding="text" sortableBinding="sortable"> </uix:sortableHeader> </uix:columnHeaderStamp> <uix:contents> <%@ include file="ComponentsTableColumns.jspf" %> </uix:contents> </uix:table> </uix:contents> </uix:cellFormat> </uix:rowLayout> <uix:spacer height="5"/> <uix:rowLayout renderedBinding="displayTipText@compTableBean@servletRequest" > <uix:tip textBinding="componentToolTipVersion@compTableBean@servletRequest"> </uix:tip> </uix:rowLayout> <uix:spacer height="5"/> <%-- <uix:tip renderBinding="displayTipText@compTableBean@servletRequest" textBinding="SC_COMP_UNAVAILABLE_TIP@selCompResourceBundle"> </uix:tip> --%>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de