<%-- * Copyright (c) 2001, 2007, Oracle. All rights reserved. * * NAME * procedureStatus.jsp * * NOTES * Page to check the status of a running instance of a deployment procedure. * * MODIFIED (MM/DD/YY) VERSION * ptorreti 07/04/07 - For changing jobs tab name * ptorreti 07/12/07 - Adding delete button * ptorreti 10/06/06 - Backport ptorreti_bug5215217 from main * ktamtoro 08/03/06 - Backport ktamtoro_bug-5412873 from main * ptorreti 07/25/06 - addding elapsed time as table header * ktamtoro 01/23/06 - Add scheduled time * ktamtoro 01/23/06 - translate instance name * ktamtoro 01/23/06 - Add scheduled time * ktamtoro 01/23/06 - translate instance name * ktamtoro 01/24/06 - XbranchMerge ktamtoro_paf_bugfixes_3 from main * ktamtoro 12/28/05 - XbranchMerge ktamtoro_paf_exit_review_fix from main * ktamtoro 12/13/05 - XbranchMerge ktamtoro_upload_script from main * ktamtoro 09/19/05 - Move auto-refresh to base template * ktamtoro 09/02/05 - Remove auto refresh * ktamtoro 08/25/05 - Display error handling mode * ktamtoro 08/23/05 - Update status string * ktamtoro 08/19/05 - Add refresh timestamp and auto-refresh * ktamtoro 08/18/05 - Add form value to hold instance guid * ktamtoro 08/12/05 - Move status columns to left * ktamtoro 08/08/05 - * sonorato 08/04/05 - * ktamtoro 08/03/05 - * ktamtoro 07/30/05 - * fantic 07/12/05 - * ktamtoro 06/16/05 - Change JSP to using oracle.sysman.pp.paf.* * ktamtoro 06/08/05 - ktamtoro_empp_paf_ui * ktamtoro 04/28/05 - created * * Inputs: * [everything expected by pageButtons.jsp] * DeploymentBean deploymentBean@servletRequest * [everything expected by procedureHGrid.jsp] * [everything expected by templateBase.jspf] --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%-- Buttons for page events (located on top right side) --%> <%-- Instance General Status --%> <%-- Instance GUID --%> <%-- left column row 1 --%> <%-- Instance Name --%> <%-- left column row 2 --%> <%-- Procedure Name --%> <%-- left column row 3 --%> <%-- Procedure Version --%> <%-- left column row 4 --%> <%-- Error Handling Mode --%> <%-- left column row 5 --%> <%-- Instance Status --%> <%-- left column row 6 --%> <%-- Owner of the instance --%> <%-- right column row 1 --%> <%-- Date and Time the instance is created --%> <%-- right column row 2 --%> <%-- Date and Time the instance is scheduled to run --%> <%-- right column row 3 --%> <%-- Date and time the instance starts executing --%> <%-- right column row 4 --%> <%-- Last Updated date --%> <%-- right column row 5 --%> <%-- Date and time the instance is completed --%> <%-- Procedure HGrid --%> <%-- Subtab links --%> <%-- Selected link: steps --%> <%-- jobs link --%> <%-- Results link --%> <%-- log file link --%> <%-- Procedure Detail HGrid --%> <%-- Buttons for page events (located on top right side) --%> <%@ include file="templateBase.jspf" %>