<%-- - FILE - template.jspf - - DESCRIPTION - A template for the generic application. - --%> <%@ 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" %> <%--Used for URL encoding, don't remove it--%> <%--Common UI messages --%> <%--ResourceBundle for common labels/headers etc--%> <%--ResourceBundle for Provisioning Advisor labels/headers etc--%> <%--ResourceBundle for ASProv labels/headers etc--%> <%--ResourceBundle for BPEL labels/headers etc--%> <%--ResourceBundle for schedule page labels/headers etc--%> <%--ResourceBundle for labels/headers specific to Patch Advisor Project--%> <%--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" %> <%--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--%> <%-- --%> <%-- don't display the save button --%> <%-- --%> <%-- --%> <%-- Include the page content from the caller JSP --%>