%--
* Copyright (c) 2001, 2007, Oracle. All rights reserved.
*
* NAME
* procedureStatusJobs.jsp
*
* NOTES
* Page to check the status of jobs of a running instance.
*
* MODIFIED (MM/DD/YY) VERSION
* ptorreti 07/04/07 - For changing jobs tab name and log tab name
* ktamtoro 08/02/06 - Add log file page
* ktamtoro 08/02/06 - Add log file page
* ktamtoro 08/03/06 - Backport ktamtoro_bug-5412873 from main
* 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/30/05 - XbranchMerge ktamtoro_resource_translation from main
* ktamtoro 12/28/05 - XbranchMerge ktamtoro_paf_exit_review_fix from main
* ktamtoro 12/20/05 - XbranchMerge ktamtoro_paf_ui_fixes_2 from main
* ktamtoro 12/13/05 - XbranchMerge ktamtoro_upload_script from main
* ktamtoro 12/12/05 -
* fantic 11/14/05 - add link to custom status monitoring ui for each step
* fantic 10/20/05 - removing ignore and retry buttons from the jobs table
* ktamtoro 08/25/05 - Display error handling mode
* ktamtoro 08/23/05 - Update status string
* ktamtoro 08/18/05 - Add form value to hold instance guid
* ktamtoro 08/12/05 - Move status columns to left
* ktamtoro 08/06/05 -
* ktamtoro 08/04/05 -
* sonorato 08/04/05 -
* ktamtoro 07/30/05 -
* fantic 07/19/05 - connecting to the backend via DeploymentJobsBean
* sonorato 07/01/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
*
--%>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
<%-- 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 --%>
<%-- Jobs table --%>
<%-- Subtab links --%>
<%-- steps link --%>
<%-- Selected link: jobs link --%>
<%-- results link --%>
<%-- log file link --%>
<%-- Jobs table --%>
<%-- save the GUID --%>
<%-- save the GUID --%>
<%-- Job ID --%>
<%--
targetFrame="_blank"/>
--%>
<%-- Job Name --%>
<%--
targetFrame="_blank"/>
--%>
<%-- step status --%>
<%-- job status --%>
<%-- Job Type --%>
<%-- Target the job operates on --%>
<%-- Date and time the job status is last updated --%>
<%-- (not rendered) ignore a failed job--%>
<%-- (not rendered) retry a failed job --%>
<%-- Job Status Filter Choice --%>
<%-- Buttons for page events (located on top right side) --%>
<%@ include file="templateBase.jspf" %>