<%-- * Copyright (c) 2001, 2007, Oracle. All rights reserved. * * Page to edit a deployment procedure. * * Inputs: * String headerKey@servletRequest * [everything expected by pageButtons.jsp] * ProcedureBean procedureBean@servletRequest * boolean nameInputReadOnly@servletRequest * boolean descInputReadOnly@servletRequest * [everything expected by procedureHGrid.jsp] * [everything expected by templateBase.jspf] --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%-- Run and Save buttons --%> <%-- Buttons for page events (located on top right side) --%> <%-- Procedure Name --%> <%-- Procedure Description --%> <%-- Staging Area --%> <%-- Sudo Command and Path--%> <%-- Pam Command and Path--%> <%-- Shell type and command --%> <%-- Environment Variables --%> <%-- Notification Flag --%> <%-- Notification Prepend String --%> <%-- Notification Status List --%> <%-- Note Area --%> <%-- Procedure Detail HGrid --%> <%-- Buttons for page events (located on top right side) --%> <%@ include file="templateBase.jspf" %>