Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\pa\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) - amroy 09/14/06 - - shgangul 09/14/06 - - tasingh 03/08/06 - Display target type's display name instead of - target type - 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@patchAdvisorRB" 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@" selectedIndex="0" selectedIndexBinding="singleSelIdx@pageSegmentBean@" shortDescBinding="SELECT@commonResourceBundle"> <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_DISPLAY_NAME"/> <uix:styledText textBinding="TARGET_TYPE_DISPLAY_NAME"/> <uix:styledText textBinding="HOST_NAME"/> <%-- 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"> </uix:image> </uix:column> </uix:table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de