Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\sidb\sidbTemplate.jspf
<%-- - FILE - template.jspf - - DESCRIPTION - A template for the generic application. - - MODIFIED (MM/DD/YY) - bpaliwal 07/31/07 - - svijayar 06/06/07 - 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="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="sidbForm" 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@sidb_train_bean@servletRequest"> <uix:contents childDataBinding="trainList@sidb_train_bean@servletRequest"> <uix:link textBinding="(textKey)@sidbResourceBundle"/> </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@sidbResourceBundle" maxValueBinding="maxIndex@sidb_train_bean@servletRequest" minValueBinding="minIndex@sidb_train_bean@servletRequest" maxVisitedBinding="maxVisitedIndex@sidb_train_bean@servletRequest" valueBinding="navBarValue@sidb_train_bean@servletRequest" formSubmitted="true"> <%-- <uix:contents childDataBinding="trainList@sidb_train_bean@servletRequest"> <uix:link textBinding="text"/> </uix:contents> --%> </uix:navigationBar> <uix:submitButton textBinding="IGNORE_WARNING_BTN@sidbResourceBundle" 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@sidb_train_bean@servletRequest" valueBinding="PA_SAVE@paResourceBundle"/> </uix:cellFormat> --%> <uix:submitButton textBinding="PA_FINISH_BTN@paResourceBundle" name="event" renderedBinding="renderFinishButton@sidb_train_bean@servletRequest" valueBinding="PA_FINISH@paResourceBundle"/> </uix:pageButtonBar> </uix:pageButtons> <uix:include node="sidbMessageBox.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="" shortDescBinding="SIDBDP@sidbResourceBundle" 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="sidbContent"/> </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