<%-- -- Page: view.jsp -- Controller: oracle.sysman.eml.ecm.generic.ViewController -- Bean: oracle.sysman.eml.ecm.generic.ViewBean -- -- Description: This page displays a snapshot. -- -- MODIFIED (MM/DD/YY) -- lappanmu 12/04/05 - -- jochen 08/08/05 - Add refresh -- jochen 08/02/05 - Add target context -- jochen 08/01/05 - jochen_view1 -- jochen 03/28/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.ViewController" %> <%@ page import="oracle.sysman.eml.ecm.generic.ViewBean" %> <%@ 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 --%> <%-- --%> <%-- --%> <%-- --%> <%-- Page segments --%> <%-- --%>