Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\common\targetsel\singleSel.jspf
<%-- - FILE - singleSel.jsp - - DESCRIPTION - This JSP fragment contains UI code for showing targets table with - single selection option. - - MODIFIED (MM/DD/YY) - svijayar 09/26/06 - - vsagar 07/18/06 - 10.2.0.3.0 backport - vsagar 07/18/06 - 10.2.0.3.0 backport - vsagar 02/11/06 - XbranchMerge vsagar_bug-5006602_5006611 from - st_empp_10.2.0.1.0 - vsagar 02/06/06 - bug fix - 5006602, 5006611 - vsagar 12/29/05 - - tasingh 12/16/05 - Comment out the columns EMD URL and timezone - region. - tasingh 10/14/05 - created --%> <uix:table width="100%" nameBinding="tableName@pageSegmentBean@" id="<%=tableID%>" partialRenderMode="self" summaryBinding="EM_TARGETS_TABLE_SUMMARY@targetSelRB" formSubmitted="true" alternateTextBinding="tgtTableAltTxt@pageSegmentBean@" tableDataBinding="rows@pageSegmentBean@" valueBinding="currVal@pageSegmentBean@" minValueBinding="minVal@pageSegmentBean@" blockSizeBinding="blockSize@pageSegmentBean@" maxValueBinding="maxVal@pageSegmentBean@" columnHeaderDataBinding="columnHeaders@pageSegmentBean@"> <uix:tableActions> <uix:submitButton renderedBinding="addBtnRendered@pageSegmentBean@" name="event" valueBinding="addBtnEvent@pageSegmentBean@" textBinding="ADD@commonResourceBundle"/> </uix:tableActions> <uix:tableSelection> <uix:singleSelection renderedBinding="tableSelRendered@pageSegmentBean@" selectedIndexBinding="singleSelIdx@pageSegmentBean@" shortDescBinding="SELECT@commonResourceBundle" disabledBinding="isDisabled"> <uix:submitButton name="event" valueBinding="remBtnEvent@pageSegmentBean@" renderedBinding="remBtnRendered@pageSegmentBean@" textBinding="REMOVE@commonResourceBundle"> </uix:submitButton> </uix:singleSelection> </uix:tableSelection> <uix:tableFormat tableBanding="rowBanding"/> <uix:columnHeaderStamp> <uix:sortableHeader textBinding="text" sortableBinding="sortable"> </uix:sortableHeader> </uix:columnHeaderStamp> <%--<uix:styledText textBinding="TARGET_NAME"/>--%> <%--<uix:styledText textBinding="TARGET_TYPE"/>--%> <uix:styledText textBinding="HOST_NAME" renderedBinding="render@HOST_NAME@UIData@pageSegmentBean@" /> <uix:styledText textBinding="TARGET_NAME" renderedBinding="render@TARGET_NAME@UIData@pageSegmentBean@"/> <uix:styledText textBinding="ORACLE_HOME" renderedBinding="render@ORACLE_HOME@UIData@pageSegmentBean@"/> <uix:styledText textBinding="VERSION" renderedBinding="render@VERSION@UIData@pageSegmentBean@" /> <uix:styledText textBinding="PLATFORM" renderedBinding="render@PLATFORM@UIData@pageSegmentBean@" /> <%--For the time being, comment these two columns <uix:styledText textBinding="EMD_URL"/> <uix:styledText textBinding="TIMEZONE_REGION"/> --%> <uix:column> <uix:columnFormat columnDataFormat="iconButtonFormat"/> <uix:image sourceBinding="CURRENT_STATUS" shortDescBinding="CURRENT_STATUS_DESC" renderedBinding="render@CURRENT_STATUS@UIData@pageSegmentBean@"> </uix:image> </uix:column> <uix:styledText textBinding="AGENT_VERSION" renderedBinding="render@AGENT_VERSION@UIData@pageSegmentBean@" /> <uix:styledText textBinding="TARGET_TYPE_DISPLAY_NAME" renderedBinding="render@TARGET_TYPE_DISPLAY_NAME@UIData@pageSegmentBean@" /> <uix:styledText textBinding="TARGET_DISPLAY_NAME" renderedBinding="render@TARGET_DISPLAY_NAME@UIData@pageSegmentBean@" /> <uix:styledText textBinding="EMD_URL" renderedBinding="render@EMD_URL@UIData@pageSegmentBean@" /> <uix:styledText textBinding="TIMEZONE_REGION" renderedBinding="render@TIMEZONE_REGION@UIData@pageSegmentBean@" /> </uix:table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de