<%-- - FILE - wizTemplate.jspf - - DESCRIPTION - A template to be included in JSPs that require Train Wizard - - MODIFIED (MM/DD/YY) - tasingh 06/15/05 - Bug-4433993 Include oemNoScript.jsp that will take - care of noscript tag - achugh 12/29/04 - to add licensing tags - tasingh 12/27/04 - Remove subTabLayouts (Property sheet) - tasingh 10/20/04 - - tasingh 09/27/04 - tasingh_hostpatch_ui - tasingh 08/30/04 - created - - SINCE - 10.2 --%> <%@ page contentType="text/html; charset=UTF-8" %> <%--Used for URL encoding, don't remove it--%> <%--Common UI messages --%> <%--ResourceBundle for common labels/headers etc--%> <%--ResourceBundle for labels/headers specific to Linux Patching Project--%> <%--To help in partial page renderring--%> <%@ include file="/enablePPR.jspf" %> <%--To take care of noscript tag--%> <%@ include file="/oemNoscript.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" %> <%--To display GlobalTabs, Buttons, Footer, Copyright etc--%> <%@ include file="/oemGlobal.jspf" %> <%--To display the train wizard--%> <%--To display the train navigation, cancel and finish buttons--%> <%--Cancel button--%> <%-- - Next and Back button - Also displays the string depicting current step of total - steps --%> <%--Finish Button--%> <%--For error/information messages--%> <%@ include file="/ecm/wizard/messages.jspf" %> <%-- - 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"%> --%>