<%-- /* $Header: beaconInteractive.jsp 14-jun-2005.11:29:05 andyao Exp $ */ /* Copyright (c) 2001, 2005, Oracle. All rights reserved. */ /* DESCRIPTION NOTES MODIFIED (MM/DD/YY) andyao 06/14/05 - fix OAC issues andyao 01/07/05 - remove html comment dbrown 05/28/03 - Set charset to utf-8. rmarripa 03/13/03 - add broken content section rmarripa 02/20/03 - cleanup resources jriel 11/21/02 - fix help button asawant 07/25/02 - Adding headers to http tables njuillar 07/11/02 - Move chart legend to the South asawant 06/25/02 - Changing chart components order njuillar 06/10/02 - Cutting over to POST. lyang 06/11/02 - Use EMURLEncoder asawant 05/16/02 - Cutting over to content metric (for http ping). asawant 05/15/02 - Adding redirect time to split bar chart. asawant 05/13/02 - cut over to UIX JSP and split bar chart added asawant 05/13/02 - history section added */ /** * @version $Header: beaconInteractive.jsp 14-jun-2005.11:29:05 andyao Exp $ * @author asawant * @since release specific (what release of product did this appear in) */ --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ page import="oracle.sysman.eml.beacon.BeaconConstants"%> <%@ page import="oracle.sysman.resources.beacon.BeaconResourceBundleID"%> <%@ include file="/oemTitle.jspf" %> <%@ include file="/oemGlobal.jspf" %>