<%-- - FILE - template.jspf - - DESCRIPTION - A template to be included in all JSPs (except wizard pages). - It contains stuff that is common for all JSPs. - - MODIFIED (MM/DD/YY) - taisngh 06/14/07 - Adding subtab ULN Channels - tasingh 06/15/05 - Bug-4433993 Include oemNoScript.jsp that will - take care of noscript tag - tasingh 04/05/05 - UI review bug fixes - tasingh 03/15/05 - Make minor changes so as to conform to the UI - guidelines - achugh 03/09/05 - Bug-4199708 Provide support for showing messages - with details in the messageBox - achugh 12/29/04 - to add licensing tags - tasingh 12/20/04 - ER-4046568 In the confirmation messgaebox show - Links for jobs. - tasingh 10/27/04 - Include oemGlobal.jspf only once so as to avoid - Translation error. - tasingh 10/05/04 - Modify display of error message - 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--%> <%--ResourceBundle for common UI messages --%> <%--ResourceBundle for common labels/headers etc--%> <%--ResourceBundle for labels/headers specific to Linux Host Patching--%> <%--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 JSP. --%> <%@ include file="/oemTitle.jspf" %> <%--To display GlobalTabs, Buttons, Footer, Copyright etc--%> <%@ include file="/oemGlobal.jspf" %> <%-- - To display the error Message: the error can be - an exception or a wrong parameter deliberatively - passed by user. In such a case, the appropriate - error messgae is displayed instead of the normal page - contents. This is achieved by the following switcher --%> <%--The normal page contents--%> <%--breadCrumbs--%> <%-- - Message box to show info/error/warning/confirmation - messages. --%> <%-- - Bug-4199708 Provide support for showing messages - with details in the messagebox --%> <%-- - The contextual text to be shown on compliance home page - and groups home page. It is rendered if "subTabsRendered" - is set to true in the servletRequest - this string is - used as subtabs are also rendered only on the groupsHome - page and complianceHome page. --%> <%--timestamp--%> <%-- - 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 the JSP within the buildTree tag with attributes - nodeID="timestamp" - scope="request" --%> <%-- - Following switcher is used to render subTabs - in some of the pages --%> <%--To display the subTabs--%> <%--inclose in oem:license tag--%> <%-- --%> <%-- - The page specific contents will be attached here. - Following tag does that. In the JSP page all - contents should be WITHIN the 'buildTree' tag - with attributes - nodeID="pageContent" and - scope="request" - Also this template should be included in all - JSP pages (except wizard pages) at the end as follows - <%@ include file="template.jspf"%> --%> <%-- - Here the normal page contents are shown without the - subTabs. --%>