<%-- /* $Header: testTxn.jsp 16-jul-2007.15:26:22 rgraham Exp $ */ /* Copyright (c) 2001, 2007, Oracle. All rights reserved. */ /* DESCRIPTION The JSP segment for displaying transaction recording button. NOTES None MODIFIED (MM/DD/YY) rgraham 07/16/07 - add tip text andyao 06/28/07 - change layout rgraham 05/16/07 - Add play buttons andyao 05/15/07 - rgraham 04/09/07 - Creation */ /** * @version $Header: testTxn.jsp 16-jul-2007.15:26:22 rgraham Exp $ * @author rgraham * @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.sysman.eml.mntr.Constants"%> <%@ page import="oracle.sysman.eml.chronos.WebsiteConstants"%> <%@ page import="oracle.cabo.ui.UIConstants" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.TestTxnUIBean" %>