<%-- -- Page: blackoutReasons.jsp -- Controller: oracle.sysman.eml.admin.rep.blackout.ReasonsPageHandler -- -- Description: This jsp respresents the Manage Blackout Reasons -- functionality. -- --%> <%-- Tag Libraries --%> <%@ include file="/sdk/oemTop.jspf"%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <%-- Imports --%> <%-- Message Bundles --%> <%-- Start Document --%> <%-- Include the partial page rendering file --%> <%@ include file="/enablePPR.jspf"%> <%-- Include the title file --%> <%@ include file="/oemTitle.jspf"%> <%@ include file="/oemNoscript.jspf" %> <%-- Start the Body --%> <%-- Start the page-wide form --%> <%-- Start the page layout --%> <%-- Include the global includes file --%> <%@ include file="/oemGlobal.jspf"%> <%-- Display confirmation/error messages if any. --%> <%-- Start the header section --%> <%-- This contains the main page data --%> <%-- Display info/instruction about Blackout reasons at the top --%> <%-- Set the Table Format so that alternate rows are displayed in different colours (rowBanding) --%> <%-- End the header section --%> <%-- Start the content footer --%> <%-- This contains the global page footer buttons --%> <%-- End the content footer --%> <%-- End the page layout --%> <%-- End the page-wide form --%> <%-- End the Body --%> <%-- End Document --%>