Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\common\targetsel\multipleSel.jspf
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%><%-- - FILE - multipleSel.jsp - - DESCRIPTION - This JSP fragment contains UI code for showing targets table with - multiple selection option. - - MODIFIED (MM/DD/YY) - skhekale 06/19/07 - - svijayar 09/29/06 - - vsagar 07/18/06 - 10.2.0.3.0 backport - vsagar 07/18/06 - 10.2.0.3.0 backport - vsagar 03/30/06 - Forward Merge form 10.2.0.2.0 to MAINGC - vsagar 02/28/06 - XbranchMerge vsagar_asprov_bug_fixes_2 from - st_empp_10.2.0.1.0 - vsagar 02/06/06 - bug fix - 5006602, 5006611 - vsagar 02/11/06 - XbranchMerge vsagar_bug-5006602_5006611 from - st_empp_10.2.0.1.0 - tasingh 12/16/05 - Comment out 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:flowLayout> <uix:contents> <uix:cellFormat> <uix:styledText renderedBinding="remBtnRendered@pageSegmentBean@" styleClass="OraTipLabel" textBinding="ACTION@targetSelRB"/> </uix:cellFormat> <uix:cellFormat> <%--<uix:submitButton renderedBinding="addBtnRendered@pageSegmentBean@" name="event" valueBinding="addBtnEvent@pageSegmentBean@" textBinding="ADD@commonResourceBundle"/>--%> <uix:button renderedBinding="addBtnRendered@pageSegmentBean@" onClickBinding="addBtnOnClickStr@pageSegmentBean@" textBinding="ADD@commonResourceBundle"/> </uix:cellFormat> <uix:cellFormat> <uix:button name="event" primaryClientActionBinding="remBtnEvent@pageSegmentBean@" renderedBinding="remBtnRendered@pageSegmentBean@" disabledBinding="remBtnDisabled@pageSegmentBean@" textBinding="REMOVE_ALL_HOSTS@targetSelRB" shortDescBinding="REMOVE_ALL_HOSTS@targetSelRB"> </uix:button> </uix:cellFormat> </uix:contents> </uix:flowLayout> </uix:tableActions> <%-- <uix:footer> <uix:tableLayout hAlign="right"> <uix:rowLayout hAlign="right"> <uix:button name="event" renderedBinding="trashIconVisible@pageSegmentBean@" disabledBinding="remBtnDisabled@pageSegmentBean@" textBinding="REMOVE_ALL_HOSTS@targetSelRB" shortDescBinding="REMOVE_ALL_HOSTS@targetSelRB"> </uix:button> </uix:rowLayout> </uix:tableLayout> </uix:footer> --%> <uix:tableSelection> <uix:multipleSelection renderedBinding="tableSelRendered@pageSegmentBean@" selectedBinding="isSelected" shortDescBinding="SELECT@commonResourceBundle" disabledBinding="isDisabled"/> </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:column renderedBinding="remBtnRendered@pageSegmentBean@" rendered="false"> <uix:columnFormat columnDataFormat="iconButtonFormat"/> <uix:image renderedBinding="remBtnRendered@pageSegmentBean@" textBinding="REMOVE_TARGET@targetSelRB" sourceBinding="trashIcon" shortDescBinding="REMOVE_TARGET@targetSelRB" primaryClientActionBinding="DELETE_TARGET_EVENT"> </uix:image> </uix:column> </uix:table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de