Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\paf\procedureView.jsp
<%-- * Copyright (c) 2001, 2007, Oracle. All rights reserved. * * Page to view a deployment procedure. * * MODIFIED (MM/DD/YY) VERSION * ptorreti 06/25/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 - * ptorreti 05/13/06 - adding notification changes (bug 5381533) * ktamtoro 07/07/06 - Add textbox for environment variables * ktamtoro 07/07/06 - Add textbox for environment variables * ktamtoro 01/09/06 - XbranchMerge ktamtoro_ui_bugs_4925024_4925037_4927434 * 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 01/09/06 - XbranchMerge ktamtoro_ui_bugs_4925024_4925037_4927434 * 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 12/09/05 - * fantic 11/09/05 - add staging area info * zsamar 11/08/05 - * clo 08/15/05 - show version * ktamtoro 08/12/05 - Bold information * sonorato 08/01/05 - * clo 07/21/05 - Modify link to edit page, don't show version * 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] * ProcedureBean procedureBean@servletRequest * [everything expected by procedureHGrid.jsp] * [everything expected by templateBase.jspf] --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <uix:buildTree nodeID="baseContent" scope="request"> <uix:formValue nameBinding="PA_GUID_FORM_VALUE@paResourceBundle" valueBinding="GUID@procedureBean@servletRequest"/> <uix:header textBinding="PA_VIEW_HDR@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:contents> <uix:cellFormat hAlign="right"> <%-- Buttons for page events (located on top right side) --%> <uix:include node="pageButtons.jsp"/> </uix:cellFormat> </uix:contents> </uix:rowLayout> <uix:rowLayout width="100%"> <uix:contents> <uix:cellFormat> <uix:spacer width="10" height="10"/> </uix:cellFormat> </uix:contents> </uix:rowLayout> <%-- General Information --%> <uix:rowLayout> <uix:contents> <uix:cellFormat> <uix:messageComponentLayout fieldWidth="100%"> <uix:contents> <%-- Procedure name --%> <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_NAME_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="translatedName@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Procedure description --%> <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_DESCRIPTION_PROMPT@paResourceBundle" vAlign="middle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="translatedDescription@procedureBean@servletRequest" styleClass="OraDataText"/> <uix:spacer height="1" width="5"/> <uix:image source="/em/images/infoicon_active.gif" text="" renderedBinding="isHelpTopicAvailable@procedureBean@servletRequest" destinationBinding="helpTopicLink@procedureBean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Procedure type --%> <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_TYPE_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="procedureTypeDescription@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Created by --%> <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_CREATED_BY_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="createdBy@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Version <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_VERSION_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="version@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> --%> <%-- Staging area path --%> <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_STAGING_AREA_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="stagingArea@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Sudo Path/Command --%> <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_SUDO_COMMAND_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="sudoCommand@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- PAM Path/Command --%> <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_PAM_COMMAND_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="pamCommand@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Shell Command --%> <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_SHELL_COMMAND_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="shellTypeAndCommand@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Environment Variables --%> <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_ENV_VAR_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:textInput textBinding="setupEnvironmentVariables@procedureBean@servletRequest" rows="7" columns="42" wrap="off" readOnly="true"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Last updated --%> <uix:messageLayout promptBinding="PA_VIEW_INFO_PROCEDURE_LAST_UPDATED_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="lastUpdated@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Notification Flag --%> <uix:messageLayout promptBinding="PA_NOTIFICATION_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:checkBox nameBinding="PA_NOTIFICATION_CHECK@paResourceBundle" checkedBinding="isNotificationEnabled@procedureBean@servletRequest" readOnly="true"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Notification Prepend String --%> <uix:messageLayout promptBinding="PA_NOTIFICATION_PREPEND_INPUT_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="notificationPrependString@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Notification Status List --%> <uix:messageLayout promptBinding="PA_NOTIFICATION_STATUS_LIST_PROMPT@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:list nameBinding="PA_NOTIFICATION_STATUS_LIST@paResourceBundle" multiple="true" size="7" readOnly="true"> <uix:contents childDataBinding="statusList@servletRequest"> <uix:option textBinding="(statusStringID)@paResourceBundle" valueBinding="statusCode" selectedBinding="selected"/> </uix:contents> </uix:list> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> <%-- Note Message --%> <uix:messageLayout promptBinding="PA_TARGETS_NOTES_CH@paResourceBundle"> <uix:contents> <uix:rowLayout width="100%"> <uix:cellFormat> <uix:styledText textBinding="noteMessage@procedureBean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:messageLayout> </uix:contents> </uix:messageComponentLayout> </uix:cellFormat> </uix:contents> </uix:rowLayout> <uix:spacer height="10" width="10"/> <%-- Procedure Detail HGrid --%> <uix:include node="procedureHGrid.jsp"/> <uix:spacer width="10" height="10"/> <uix:rowLayout width="100%"> <uix:contents> <uix:cellFormat hAlign="right"> <%-- Buttons for page events (located on top right side) --%> <uix:include node="pageButtons.jsp"/> </uix:cellFormat> </uix:contents> </uix:rowLayout> </uix:contents> </uix:header> </uix:buildTree> <%@ include file="templateBase.jspf" %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de