Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\asprov\asprovTemplate.jspf
<%-- - FILE - template.jspf - - DESCRIPTION - A template for the generic application. - - MODIFIED (MM/DD/YY) - svijayar 08/18/06 - XbranchMerge svijayar_asprov_1013_directives from - main - vsagar 07/18/06 - asprov 10.2.0.3.0 backport - svijayar 08/17/06 - - vsagar 02/17/06 - bug fix - 5034848 - vsagar 02/16/06 - bug fix - 5031675 - vsagar 02/15/06 - XbranchMerge vsagar_bug-5031833_5025974 from - main - vsagar 02/06/06 - bug fix - 5006602, 5006611 - vsagar 02/15/06 - adding proc help icon - vsagar 12/16/05 - ui review comments - clo 10/12/05 - Created - - SINCE - 10.2+ --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <uix:renderingContext id="renderingContext"> <%--Used for URL encoding, don't remove it--%> <oem:setURLEncoder id="renderingContext"/> <%--Common UI messages --%> <uix:bundle name="sdkUIMsg" class="oracle.sysman.emSDK.eml.SDKUIMsg"/> <%--ResourceBundle for common labels/headers etc--%> <uix:bundle name="commonResourceBundle" class="oracle.sysman.resources.CommonResourceBundle"/> <uix:bundle name="targetSelRB" class="oracle.sysman.pp.common.targetsel.rb.TargetSelRB"/> <%--ResourceBundle for Provisioning Advisor labels/headers etc--%> <uix:bundle name="paResourceBundle" class="oracle.sysman.pp.paf.ui.resource.PAResourceBundle"/> <%--ResourceBundle for ASProv labels/headers etc--%> <uix:bundle name="asprovResourceBundle" class="oracle.sysman.pp.asprov.rb.ASProvResourceBundle"/> <uix:bundle name="sidbResourceBundle" class="oracle.sysman.pp.sidb.ui.rb.SidbProvisioningRB"/> <%--ResourceBundle for schedule page labels/headers etc--%> <uix:bundle name="scheduleResourceBundle" class="oracle.sysman.eml.rsc.page.seg.sch.scheduleMsg"/> <uix:document> <%--To help in partial page renderring--%> <%@ include file="/enablePPR.jspf" %> <%-- - To display "Oracle Enterprise Manager" followed by - UserName on PageTitle. To append page specific string - in the title implement getPageHeader() in the - CONTROLLER CLASS of YOUR JSP --%> <%@ include file="/oemTitle.jspf" %> <%@ include file="/oemNoscript.jspf" %> <uix:body onLoadBinding="onLoad@servletRequest"> <uix:form name="asprovForm" method="POST"> <uix:pageLayout titleBinding="header@servletRequest"> <%--To display GlobalTabs, Buttons, Footer, Copyright etc--%> <%@ include file="/oemGlobal.jspf" %> <%--To display the train wizard--%> <uix:location> <uix:train selectedIndexBinding="selectedIndex@asprovTrainBean@servletRequest"> <uix:contents childDataBinding="trainList@asprovTrainBean@servletRequest"> <uix:link textBinding="(textKey)@asprovResourceBundle"/> </uix:contents> </uix:train> </uix:location> <%--To display the train navigation, cancel and finish buttons--%> <uix:pageButtons> <uix:pageButtonBar> <uix:submitButton textBinding="PA_CANCEL_BTN@paResourceBundle" name="event" rendered="true" unvalidated="true" valueBinding="PA_CANCEL@paResourceBundle"/> <uix:navigationBar nameBinding="NAV_BAR@asprovResourceBundle" maxValueBinding="maxIndex@asprovTrainBean@servletRequest" minValueBinding="minIndex@asprovTrainBean@servletRequest" maxVisitedBinding="maxVisitedIndex@asprovTrainBean@servletRequest" valueBinding="navBarValue@asprovTrainBean@servletRequest" formSubmitted="true"> <%-- <uix:contents childDataBinding="trainList@asprovTrainBean@servletRequest"> <uix:link textBinding="text"/> </uix:contents> --%> </uix:navigationBar> <uix:submitButton textBinding="IGNORE_WARNING_BTN@asprovResourceBundle" name="event" renderedBinding="ignorebtnRendered@servletRequest" rendered="false" value="ignorewarning"/> <%-- don't display the save button <uix:cellFormat> <uix:submitButton textBinding="PA_SAVE_BTN@paResourceBundle" name="event" renderedBinding="renderSaveButton@asprovTrainBean@servletRequest" valueBinding="PA_SAVE@paResourceBundle"/> </uix:cellFormat> --%> <uix:submitButton textBinding="PA_FINISH_BTN@paResourceBundle" name="event" renderedBinding="renderFinishButton@asprovTrainBean@servletRequest" valueBinding="PA_FINISH@paResourceBundle"/> </uix:pageButtonBar> </uix:pageButtons> <uix:include node="asprovMessageBox.jsp"/> <uix:formValue name="requestController" valueBinding="requestKey@servletRequest"/> <uix:rowLayout> <uix:cellFormat> <uix:styledText textBinding="introTxt@servletRequest" styleClass="OraInstructionText"/> <uix:spacer height="1" width="5"/> <uix:image source="/em/images/infoicon_active.gif" text="" rendered="false" renderedBinding="showProcHelp@servletRequest" destinationBinding="procHelpTopicLink@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <uix:spacer height="10"/> <uix:rowLayout> <uix:cellFormat> <uix:styledText textBinding="infoMsg@servletRequest" styleClass="OraInstructionText"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <%-- Include the page content from the caller JSP --%> <uix:ref refID="asprovContent"/> </uix:pageLayout> </uix:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de