Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\genapp\template.jspf
<%-- - FILE - template.jspf - - DESCRIPTION - A template for the generic application. - - MODIFIED (MM/DD/YY) - clo 10/12/05 - Created - - SINCE - 10.2+ --%> <%@ page contentType="text/html; charset=UTF-8" %> <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"/> <%--Add custom/application-specific resource bundles as needed--%> <%-- <uix:bundle name="" class=""/> --%> <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> <%--In reality, probably best to retrieve form name from request data--%> <uix:form name="formName" method="post"> <%--Include custom JavaScript--%> <%-- <uix:script id="" source=""/> --%> <%--In reality, should get the title from the request data--%> <uix:pageLayout title="Generic Pages"> <%--To display GlobalTabs, Buttons, Footer, Copyright etc--%> <%@ include file="/oemGlobal.jspf" %> <%--To display the train wizard--%> <%--In reality, should bind to dynamic values--%> <uix:location> <uix:train value="<%= navIndex %>"> <uix:contents> <uix:link text="Target List" /> <uix:link text="Library Step Properties"/> <uix:link text="Credentials" /> <uix:link text="Schedule" /> <uix:link text="Review" /> </uix:contents> </uix:train> </uix:location> <%--To display the train navigation, cancel and finish buttons--%> <uix:pageButtons> <uix:pageButtonBar> <%--Should dynamically determine whether to render this button--%> <%--Cancel button--%> <uix:submitButton textBinding="CANCEL@sdkUIMsg" name="event" value="cancel" renderedBinding="true"/> <%-- - Next and Back button - Also displays the string depicting current step of total - steps --%> <%--minValue, maxValue, and value should all be dynamic--%> <uix:navigationBar name="navBar" formSubmitted="true" maxValue="<%= maxIndex %>" minValue="<%= minIndex %>" value="<%= navIndex %>"/> <%--Should dynamically compute disabled and rendered values--%> <%--Finish Button--%> <uix:submitButton textBinding="FINISH@sdkUIMsg" name="event" value="finish" disabled="false" rendered="<%= navIndex == maxIndex %>"/> </uix:pageButtonBar> </uix:pageButtons> <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:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de