<%-- * Copyright (c) 2001, 2007, Oracle. All rights reserved. * * Page to view a deployment procedure. * * MODIFIED (MM/DD/YY) VERSION * ptorreti 07/03/07 - For adding note * ktamtoro 04/10/07 - add shell type and shell command fields * ktamtoro 10/05/06 - Backport ktamtoro_bug-5381533 from main * rlemos 09/27/06 - * ktamtoro 07/07/06 - Add textbox for environment variables * ktamtoro 07/07/06 - Add textbox for environment variables * ktamtoro 12/28/05 - XbranchMerge ktamtoro_paf_exit_review_fix from main * ktamtoro 12/13/05 - XbranchMerge ktamtoro_upload_script from main * ktamtoro 12/12/05 - * zsamar 11/11/05 - bugfix:4657396 - getProceduretype changed to getProcedureTypeDescription * ktamtoro 08/10/05 - ktamtoro_paf_ui_revert * ktamtoro 08/10/05 - created * * Inputs: * [everything expected by pageButtons.jsp] * ProcedureBean procedureBean@servletRequest * [everything expected by procedureHGrid.jsp] * [everything expected by templateBase.jspf] --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%-- Buttons for page events (located on top right side) --%> <%-- General Information --%> <%-- Version choice --%> <%-- Procedure name --%> <%-- Procedure name (editable) --%> <%-- Procedure description --%> <%-- Procedure type --%> <%-- Created by --%> <%-- Version --%> <%-- Staging area path --%> <%-- Sudo Path/Command --%> <%-- PAM Path/Command --%> <%-- Shell Command --%> <%-- Environment Variables --%> <%-- Notification Flag --%> <%-- Notification Prepend String --%> <%-- Notification Status List --%> <%-- Last updated --%> <%-- Note Message --%> <%-- Procedure Detail HGrid --%> <%-- Buttons for page events (located on top right side) --%> <%@ include file="templateBase.jspf" %>