<%-- * Copyright (c) 2001, 2006, Oracle. All rights reserved. * * NAME * procedureStatusDetail.jsp * * NOTES * Page to view detailed status of a step. * * MODIFIED (MM/DD/YY) VERSION * ptorreti 10/06/06 - Backport ptorreti_bug5215217 from main * rahgupta 08/09/06 - Backport rahgupta_bug-5247357 from main * rahgupta 07/11/06 - Backport rahgupta_bug-4707884 from main * 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/13/05 - XbranchMerge ktamtoro_upload_script from main * zsamar 12/08/05 - XbranchMerge zsamar_bugfixes_4766942_4770543_4770566 * from main * ptorreti 07/27/06 - adding elapsed time * rahgupta 07/31/06 - Add button to retry with different parameters * rahgupta 06/22/06 - Add instruction column in targets table * ktamtoro 01/23/06 - translate instance name * ktamtoro 12/12/05 - * zsamar 11/29/05 - bug fix 4766942 * fantic 11/18/05 - adding maximum length limits for input text boxes * fantic 11/14/05 - add link to custom status monitoring ui for each step * rahgupta 11/18/05 - use translatedName and translatedDescription * zsamar 10/28/05 - Add ignore and retry buttons for global job step * ktamtoro 09/19/05 - Hide note tip when not needed * ktamtoro 09/16/05 - Add column for notes * ktamtoro 08/30/05 - disable buttons if paused or aborted or completed * ktamtoro 08/25/05 - display error handling mode of the step * ktamtoro 08/18/05 - add form value to hold instance guid and step guid * ktamtoro 08/12/05 - Move status columns to left * ktamtoro 08/08/05 - * ktamtoro 08/05/05 - * ktamtoro 08/04/05 - fix table data binding * ktamtoro 08/03/05 - * ktamtoro 08/01/05 - update source of target table * ktamtoro 07/28/05 - * sonorato 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 templateBase.jspf] --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%-- Buttons for page events (located on top right side) --%> <%-- Step General Information --%> <%-- Instance GUID --%> <%-- Step GUID --%> <%-- Step Name --%> <%-- Step Type --%> <%-- Step Decription --%> <%-- Error Handling Mode --%> <%-- The instance the step belongs to --%> <%-- Step Status --%> <%-- Date and time the step is executed --%> <%-- Date and time the step execution is completed --%> <%-- FOR ET BEGIN --%> <%-- FOR ET END --%> <%-- This part is shown for global job step --%> <%-- Retry a failed job --%> <%-- Retry a failed job with different parameters --%> <%-- This part is shown for manual step --%> <%-- Instruction for manual step --%> <%-- Note by the user --%> <%-- Targets table --%> <%-- Target --%> <%--destinationBinding="targetDest"--%> <%-- Breakpoint --%> <%-- Step Status --%> <%-- Instruction --%> <%-- Note --%> <%-- Job Status (not shown for manual steps) --%> <%-- targetFrame="_blank"/> --%> <%-- Target Type --%> <%-- Job ID --%> <%-- step guid --%> <%-- state guid --%> <%-- Ignore a failed job --%> <%-- Retry a failed job --%> <%-- Retry a failed job with different parameters --%> <%-- Confirm a manual step on a particular target --%> <%-- Buttons for page events (located on top right side) --%> <%@ include file="templateBase.jspf" %>