Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\dn\wizTemplate.jspf
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%-- - FILE - wizTemplate.jspf - - DESCRIPTION - A template for the Delete Node Interview Wizard. It contains the - common UI elements. - - MODIFIED (MM/DD/YY) - rvaidhiy 06/20/07 - fixing for popups - igoswami 08/18/06 - Wizard template for Delete Node jsp - - SINCE - 10.2+ --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ page import="oracle.sysman.pp.dn.ui.rb.DeleteNodeRBID"%> <%@ page import="oracle.sysman.pp.dn.ui.DeleteNodeUtil"%> <%@ page import="oracle.sysman.pp.dn.ui.databeans.RuntimeDataBean"%> <%@ page import="java.util.ResourceBundle"%> <uix:renderingContext id="renderingContext"> <%--Used for URL encoding, don't remove it--%> <oem:setURLEncoder id="renderingContext"/> <uix:dataScope currentDataBinding="pageData@servletRequest"> <%--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"/> <%--ResourceBundle for labels/headers specific to Extend Cluster Project--%> <uix:bundle name="deleteNodeRB" class="oracle.sysman.pp.dn.ui.rb.DeleteNodeRB"/> <%--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" %> <uix:body> <uix:form name="ecForm" method="post"> <uix:pageLayout titleBinding="wizHeader@servletRequest"> <%-- <uix:pageStatus> <uix:iconKey name="required" renderedBinding="renderLegend@REVIEW_BEAN@servletRequest" /> </uix:pageStatus> --%> <uix:script text=" function myCallBack() { }" /> <%--To display GlobalTabs, Buttons, Footer, Copyright etc--%> <%@ include file="/oemGlobal.jspf" %> <%--To display the train wizard <uix:location> <uix:train valueBinding="value@pageData@servletRequest"> <uix:contents childDataBinding="trainChildren@pageData@servletRequest"> <uix:link textBinding="text"/> </uix:contents> </uix:train> </uix:location>--%> <%--To display the train navigation, cancel and finish buttons--%> <uix:pageButtons> <uix:pageButtonBar> <%--Cancel button--%> <% ResourceBundle rb = DeleteNodeUtil.getResourceBundle( request ); String cancelPopup = "if(confirm('" + rb.getString(DeleteNodeRBID.CANCEL_POPUP) + "')) {submitForm('ecForm', true, {'event':'cancel'}); }"; %> <uix:button textBinding="CANCEL@sdkUIMsg" onClick="<%=cancelPopup%>" accessKey="C" renderedBinding="rendered@cancelButtonData@servletRequest"/> <uix:submitButton textBinding="BUTTON_LABEL_REVIEW@deleteNodeRB" formName="ecForm" name="event" accessKey="R" valueBinding="eventValue@reviewButtonData@servletRequest" disabledBinding="disabled@reviewButtonData@servletRequest" renderedBinding="rendered@reviewButtonData@servletRequest"/> <uix:submitButton textBinding="BUTTON_LABEL_BACK@deleteNodeRB" formName="ecForm" name="event" accessKey="B" valueBinding="eventValue@backButtonData@servletRequest" disabledBinding="disabled@backButtonData@servletRequest" renderedBinding="rendered@backButtonData@servletRequest"/> <%--Finish Button--%> <% rb = DeleteNodeUtil.getResourceBundle( request ); String submitPopup = "submitForm('ecForm',false,{'event':'clickedSubmit'})"; String sPartialDeletion = (String) request.getAttribute(RuntimeDataBean.DEPL_PARTIAL_DELETION); if(null!=sPartialDeletion && sPartialDeletion.compareToIgnoreCase("false")==0) { submitPopup = "if(confirm('" + rb.getString(DeleteNodeRBID.SUBMIT_POPUP) + "')) {submitForm('ecForm', true, {'event':'clickedSubmit'}); }"; } %> <uix:button textBinding="BUTTON_LABEL_SUBMIT@deleteNodeRB" onClick="<%=submitPopup%>" accessKey="S" renderedBinding="rendered@finishButtonData@servletRequest"/> </uix:pageButtonBar> </uix:pageButtons> <%--For error/information messages--%> <%@ include file="/dn/messages.jspf" %> <uix:spacer height="5"/> <%-- - Your page specific contents will be attached - here. Following tag does that. Your JSP page - should put all its contents WITHIN the - 'buildTree' tag with attributes - nodeID="pageContent" and - scope="request" - Also this template jsp should be included in - your JSP page at the end as follows - <%@ include file="wizTemplate.jspf"%> --%> <uix:ref refID="pageContent"/> </uix:pageLayout> </uix:form> </uix:body> </uix:document> </uix:dataScope> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de