<%-- /* $Header: tracedetails.jsp 13-jun-2005.20:00:39 mvajapey Exp $ */ /* Copyright (c) 2001, 2005, Oracle. All rights reserved. */ /* DESCRIPTION NOTES MODIFIED (MM/DD/YY) mvajapey 06/13/05 - ada bug 4427288. mvajapey 11/29/04 - Incorporate various UI changes. dbrown 05/28/03 - Set charset to utf-8. rmarripa 05/19/03 - fix help link rmarripa 03/07/03 - remove ERR_OCCUR rmarripa 01/24/03 - add conn details rmarripa 01/16/03 - add spacer rmarripa 01/13/03 - add breadcrumbs rmarripa 12/27/02 - make sortable columns rmarripa 12/18/02 - change header and layout rmarripa 12/12/02 - rmarripa_e2e_trace_4.0.1 rmarripa 12/09/02 - add txn and url namne rmarripa 11/20/02 - add tree ui rmarripa 10/11/02 - change the class name, rmarripa 10/11/02 - creation */ /** * @version $Header: tracedetails.jsp 13-jun-2005.20:00:39 mvajapey Exp $ * @author rmarripa * @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="oemjsp"%> <%@ taglib uri="http://xmlns.oracle.com/oem" prefix="oem"%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ page import="oracle.sysman.eml.webapp.e2e.data.TraceConstants"%> <%@ include file="/oemNoscript.jspf"%> <%@ include file="/oemGlobal.jspf"%> <%--Total Server Breakout Start--%> <%-- Tree representation of position --%> <%@ include file="svltjsptable.jspf"%> <%@ include file="ejbtable.jspf"%> <%@ include file="jdbctable.jspf"%>