<%@ include file="/sdk/oemTop.jspf" %> <%-- * Copyright (c) 2003, Oracle Corporation. All rights reserved. * * NAME * results.jsp * * NOTES * A form view the summary info of job * --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ include file="/em2go/em2goHrGlobal.jspf" %> <%@ include file="/em2go/em2goBreadCrumbs.jspf" %> <% Object actionAttr = request.getAttribute("action"); if ( null != actionAttr && !"".equals(actionAttr) ) { System.out.println("Action "); %> <% } %> <%-- Need to put a condition so that either Summary or Log is shown --%> <% //if ( (request.getAttribute("FLAG_LS")).equals("SUM") ) //{ %> <%-- --%> <% //} //else { %> <%-- --%> <% //} %> <%-- *** SHOW THE INCLUDED INFO --%> <% if ( request.getAttribute("ctxSummary") != null ) { %> <% } %> <% if ( request.getAttribute("ctxLogs") != null ) { %> <% } %> <% if ( request.getAttribute("ctxInclude") != null ) { %> "/> <% } %> <%--dont need this .uri's include --%> <%@ include file="/em2go/em2goThinFooter.jspf" %>