<%-- /* $Header: pendingChanges.jsp 20-jul-2005.16:25:21 andyao Exp $ */ /* Copyright (c) 2004, 2005, Oracle. All rights reserved. */ /* DESCRIPTION Pending Changes - Page segment PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 07/20/05 - andyao 06/22/05 - show hide beacons andyao 06/13/05 - add table summary andyao 01/05/05 - add row banding mfidanbo 12/29/04 - fix alternate text mfidanbo 12/22/04 - add user col. rmarripa 11/03/04 - rmarripa_txn_sync_job_changes */ /** * @version $Header: pendingChanges.jsp 20-jul-2005.16:25:21 andyao Exp $ * @author rmarripa * @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.cabo.ui.UIConstants' %> <%@ page import='oracle.sysman.eml.gensvc.test.data.ui.PendingChangesBean' %> <% if (((Boolean)request.getAttribute("showBeacons")).booleanValue()) { %> <% } %> <% if (((Boolean)request.getAttribute("showStatus")).booleanValue()) { %> <% } %>