Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\gensvc\test\segments\beaconsSummary.jsp
<%-- /* $Header: beaconsSummary.jsp 13-jun-2005.17:19:56 andyao Exp $ */ /* Copyright (c) 2004, 2005, Oracle. All rights reserved. */ /* DESCRIPTION Beacons Summary page segment PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 06/13/05 - add short description andyao 01/05/05 - andyao_svcfixes11 andyao 01/05/05 - add row banding andyao 12/27/04 - Creation */ /** * @version $Header: beaconsSummary.jsp 13-jun-2005.17:19:56 andyao Exp $ * @author andyao * @since release specific (what release of product did this appear in) */ --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import='oracle.sysman.eml.gensvc.test.data.ui.BeaconsSummaryBean' %> <%@ page import='oracle.cabo.ui.UIConstants' %> <oem:pageSegment> <uix:dataScope currentDataBinding="bean"> <uix:bundle name="gensvc" class="oracle.sysman.resources.eml.gensvc.GensvcResourceBundle" /> <uix:bundle name="common" class="oracle.sysman.resources.CommonResourceBundle" /> <uix:table columnHeaderDataBinding="<%=BeaconsSummaryBean.COLUMN_HEADER_DATA_KEY%>" columnFormatsBinding="<%=BeaconsSummaryBean.COLUMN_FORMATS_DATA_KEY%>" tableDataBinding="<%=BeaconsSummaryBean.TABLE_DATA_KEY%>" alternateTextBinding="NO_BEACONS_ADDED@gensvc" width="80%" id="<%=BeaconsSummaryBean.TABLE_ID_KEY%>" partialRenderMode="self" blockSizeBinding="<%=BeaconsSummaryBean.BLOCK_SIZE_KEY%>" maxValueBinding="<%=BeaconsSummaryBean.MAX_KEY%>" valueBinding="<%=BeaconsSummaryBean.START_KEY%>" unvalidated="true" formSubmitted="true" summaryBinding="TEST_STATUS@gensvc" > <uix:tableFormat tableBanding="rowBanding"/> <uix:columnHeaderStamp> <uix:sortableHeader textBinding="<%=UIConstants.TEXT_KEY%>" sortableBinding="sortable"/> </uix:columnHeaderStamp> <uix:contents> <uix:text textBinding="<%=BeaconsSummaryBean.NAME_KEY%>"/> <uix:image shortDescBinding="<%=BeaconsSummaryBean.STATUS_LABEL_KEY%>" destinationBinding="<%=BeaconsSummaryBean.STATUS_DEST_KEY%>" sourceBinding="<%=BeaconsSummaryBean.STATUS_CLICKABLE_ICON_KEY%>"/> </uix:contents> </uix:table> </uix:dataScope> </oem:pageSegment>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de