<%-- - FILE - wizTemplate.jspf - - DESCRIPTION - A template for the Extend Cluster Interview Wizard. It contains the - common UI elements. - - MODIFIED (MM/DD/YY) - suravind 08/17/06 - XbranchMerge suravind_ec_directives from main - suravind 08/08/06 - XbranchMerge suravind_ec_changes_review_page from - main - vsagar 07/18/06 - ec 10.2.0.3.0 backport - vsagar 07/18/06 - ec 10.2.0.3.0 backport - suravind 04/11/06 - Wizard template for Extend Cluster jsp - suravind 04/11/06 - Wizard template for Extend Cluster jsp - - SINCE - 10.2+ --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ page import="oracle.sysman.pp.ec.ui.rb.ExtendClusterRBID"%> <%@ page import="oracle.sysman.pp.ec.ui.ExtendClusterUtil"%> <%@ page import="java.util.ResourceBundle"%> <%--Used for URL encoding, don't remove it--%> <%--Common UI messages --%> <%--ResourceBundle for common labels/headers etc--%> <%--ResourceBundle for labels/headers specific to Extend Cluster Project--%> <%--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 navigation, cancel and finish buttons--%> <%--Cancel button--%> <%--Finish Button--%> <%--Submit Ignore Warnings Button--%> <%--For error/information messages--%> <%@ include file="/ec/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"%> --%>