Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\provision\subtabTemplate.jspf
<%-- - FILE - subtabTemplate.jspf - - DESCRIPTION - A template to be included in JSPs that show the - provisioning subtabs. - - MODIFIED (MM/DD/YY) - jhazra 06/29/05 - disbale assignments/admin subtabs if user is not - authorized - gauragup 05/17/05 - add bodyitems in messagebox - ashwikum 04/04/05 - UI Review : Correct positioning of message box - eworth 10/20/04 - Use PageMessageData and remove oem:messageBox - eworth 10/14/04 - Set form from provision context. - eworth 10/04/04 - eworth_prov_api_040920 - eworth 09/29/04 - Add support for search modes - eworth 09/28/04 - Add provisioning header - eworth 09/23/04 - created - --%> <%@ 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"/> <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 JSP --%> <%@ include file="/oemTitle.jspf" %> <uix:body> <uix:form nameBinding="formName@ProvisionContext@servletRequest" method="post"> <uix:pageLayout titleBinding="LBL_Provisioning@localize@ProvisionContext@servletRequest"> <%--To display GlobalTabs, Buttons, Footer,Copyright etc.--%> <%@ include file="/oemGlobal.jspf" %> <%--To display messages at top of page--%> <uix:messages> <uix:messageBox messageTypeBinding="messageType@message@ProvisionContext@servletRequest" renderedBinding="isMessage@ProvisionContext@servletRequest" messageBinding="message@message@ProvisionContext@servletRequest"> <uix:contents childDataBinding="bodyItems@message@ProvisionContext@servletRequest"> <uix:link textBinding="text" destinationBinding="link"/> </uix:contents> </uix:messageBox> </uix:messages> <uix:stackLayout> <%-- - Following tag is used to display the timestamp - Since Timestamp might not be requied on all pages, - so if it is to be displayed, include timestamp.jspf - in your JSP within the buildTree tag with attributes - nodeID="timestamp" - scope="request" --%> <uix:ref refID="timestamp"/> <uix:subTabLayout> <%--To display the subTabs--%> <uix:subTabs> <uix:subTabBar selectedIndexBinding="tab@ProvisionContext@servletRequest"> <uix:contents childDataBinding="allTabs@ProvisionContext@servletRequest"> <uix:link textBinding="text" shortDescBinding="shortDesc" destinationBinding="destination" disabledBinding="disabled"/> </uix:contents> </uix:subTabBar> </uix:subTabs> <%--To display the subtab instruction text--%> <uix:tableLayout width="100%" cellSpacing="10" hAlign="center"> <uix:rowLayout> <uix:styledText textBinding="instruction@ProvisionContext@servletRequest" styleClass="OraInstructionText "/> </uix:rowLayout> </uix:tableLayout> <%-- - 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="subtabTemplate.jspf"%> --%> <uix:ref refID="pageContent"/> </uix:subTabLayout> </uix:stackLayout> </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