<%@ include file="/sdk/oemTop.jspf" %> <%-- * Copyright (c) 2003, 2005, Oracle. All rights reserved. * * NAME * runDetails.jsp * * NOTES * the rollup of a (multiplexed) job run * * MODIFIED * jvishen 07/15/05 - Add CA specific breadcrumbs * ashugupt 06/10/05 - Fix ADA volations * nqureshi 04/26/05 - fixing 4319517 by enabling PPR * ashugupt 04/27/05 - Fix 4333567 * nqureshi 03/07/05 - implementing pagination * nqureshi 02/11/05 - enabling PPR * ashugupt 12/28/04 - added buttons to do job level action * nqureshi 12/16/04 - removing commentedout code * nqureshi 12/08/04 - making view Defition link unconditional * nqureshi 11/06/04 - adding jobType Hidden fornm Field * nqureshi 10/18/04 - adding ppr * nqureshi 09/29/04 - * jmcclung 11/04/03 - ADA fixes * rdabbott 10/18/03 - move strings to jobs resource * rdabbott 10/03/03 - only need execid or jobid as form values * rdabbott 09/30/03 - add run actions * rdabbott 09/23/03 - one set of buttons * xshen 09/22/03 - include oemTop * rdabbott 08/27/03 - make buttons work * rdabbott 08/14/03 - rdabbott_run_details * rdabbott 07/23/03 - add summary section * rdabbott 07/21/03 - creation * --%> <%@ include file="/oemNoscript.jspf" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/enablePPR.jspf" %> <%@ include file="/oemGlobal.jspf" %> <%-- Warning/Error display --%> <% Object actionAttr = request.getAttribute("action"); if ( null != actionAttr && !"".equals(actionAttr) ) { %> <% } %> <% if(session.getAttribute("selval") != null) { Integer sss = (Integer)session.getAttribute("selval"); request.setAttribute("selectedRow",sss); } %> <%-- --%>