<%-- - FILE - template.jspf - - DESCRIPTION - A template for the generic application. - - MODIFIED (MM/DD/YY) - svijayar 08/18/06 - XbranchMerge svijayar_asprov_1013_directives from - main - vsagar 07/18/06 - asprov 10.2.0.3.0 backport - svijayar 08/17/06 - - vsagar 02/17/06 - bug fix - 5034848 - vsagar 02/16/06 - bug fix - 5031675 - vsagar 02/15/06 - XbranchMerge vsagar_bug-5031833_5025974 from - main - vsagar 02/06/06 - bug fix - 5006602, 5006611 - vsagar 02/15/06 - adding proc help icon - vsagar 12/16/05 - ui review comments - clo 10/12/05 - 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" %> <%--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 schedule page labels/headers etc--%> <%--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 --%>