<%-- -- Page: compare.jsp -- Controller: oracle.sysman.eml.ecm.generic.CompareController -- Bean: oracle.sysman.eml.ecm.generic.CompareBean -- -- Description: This page displays a comparison of two ECM snapshots. -- -- MODIFIED (MM/DD/YY) -- jochen 01/26/06 - XbranchMerge jochen_bug-4991534 from main -- lappanmu 12/13/05 - XbranchMerge lappanmu_bug-4684929 from main -- lappanmu 12/12/05 - Fix for oac -- jochen 08/11/05 - -- jochen 08/02/05 - UI review comments -- jochen 08/01/05 - jochen_view1 -- jochen 07/29/05 - Review comments -- jochen 04/20/05 - Creation --%> <%@ 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.ecm.generic.CompareController" %> <%@ page import="oracle.sysman.eml.ecm.generic.BaseCompTableDataSource" %> <%@ include file="/oemNoscript.jspf" %> <%-- Message Bundle --%> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%-- HTML Form --%> <%-- Note that if there is an error rendering the page segments, the quickLinks throw an exception when trying to render the child headers, so don't render quicklinks if we encounter an error --%> <%-- Oracle Logo and Tabs, breadcrumb data from --%> <%-- controller getNavigatorPath() --%> <%@ include file="/oemGlobal.jspf" %> <%-- --%> <%-- Errors --%> <%-- --%> <%-- --%> <%-- First Target Context --%> <%-- --%> <%-- Link to first target homepage --%> <%-- Link to first host homepage --%> <%-- Link to first target view configuration --%> <%-- First target saved configuration description --%> <%-- --%> <%-- Second Target Context --%> <%-- --%> <%-- Link to second target homepage --%> <%-- Link to second host homepage --%> <%-- Link to second target view configuration --%> <%-- Second target saved configuration description --%> <%-- --%> <%-- Summary --%> <%-- --%> <%-- --%> <%-- Compare Data --%> <%-- --%>