<%-- /* $Header: beaconPingHttp.jsp 23-sep-2005.08:22:40 andyao Exp $ */ /* Copyright (c) 2001, 2005, Oracle. All rights reserved. */ /* DESCRIPTION NOTES MODIFIED (MM/DD/YY) andyao 09/23/05 - fix auto complete bug andyao 06/14/05 - fix OAC issues dbrown 05/28/03 - Set charset to utf-8. rmarripa 03/15/03 - add broken content section rmarripa 02/20/03 - cleanup resources jriel 11/20/02 - hide password jriel 11/21/02 - fix help button asawant 07/25/02 - Adding headers for the tables njuillar 07/11/02 - Move chart legend to the South asawant 06/25/02 - Changing split chart order njuillar 06/10/02 - Cutting over to POST. lyang 06/11/02 - Use EMURLEncoder asawant 05/22/02 - Error msg box not showing up (BUG) asawant 05/15/02 - Adding redirect time to split bar chart. asawant 05/10/02 - cut over to UIX JSP asawant 05/07/02 - history section added */ /** * @version $Header: beaconPingHttp.jsp 23-sep-2005.08:22:40 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" %>