<%-- * Copyright (c) 2001, 2007, Oracle. All rights reserved. * * NAME * functions.jsp * * NOTES * Home Page for Hardware and Sofware Configuration on Deployments tab * * MODIFIED (MM/DD/YY) VERSION * summukhe 07/30/07 - * srukumar 06/05/07 - Fixing bug 6063982- Shifting the Patch Oracle Software * Link to under Agent Installation * shgangul 10/27/06 - ARU Dload links reposition * shgangul 10/19/06 - ARU Dload Link * niramach 10/20/06 - Fix for bug 5554661. * abhalla 10/13/06 - adding Patching DPs link * akskumar 12/01/05 - Backport akskumar_bug-4655226 from main * akskumar 11/23/05 - bug-4655226 * sxzhu 09/26/05 - License Clone Database * spramani 07/06/05 - agent push changes * ktamtoro 06/23/05 - Add support for additional sections * mgoodric 05/12/05 - use SDKUIMsg for Configuration History title * tasingh 04/13/05 - * anusharm 01/30/05 - making clone OH link license aware * achugh 12/29/04 - make linux host patching link license aware * asaraswa 11/30/04 - new labels for CSA links * mningomb 11/30/04 - Making OH Patching links license aware * niramach 11/18/04 - Remove the policy section from deployments page. * mgoodric 11/06/04 - move Configuration History to right side * mgoodric 10/30/04 - add event=init for breadcrumb links * tasingh 10/20/04 - Change 'LINUX_HOST_PATCHING' to 'PATCH_LINUX_HOSTS' * asaraswa 10/13/04 - adding CSA-related links * akskumar 10/07/04 - * tasingh 09/15/04 - add link for linux host patching * akskumar 08/23/04 - remove old Compare-to-host and compare-database * Launch points * akskumar 07/22/04 - add links to generic config comparison wizards (1-1 * and 1-N) * mgoodric 07/17/04 - add configHistory link * akskumar 05/17/04 - * kchiasso 03/08/04 - add csa * xshen 01/19/04 - fix bug 3133612 - usability * agor 10/03/03 - Add Policy Section * asaraswa 09/18/03 - adding critical patch warnings section * asaraswa 09/08/03 - * agor 08/19/03 - * agor 08/18/03 - * asaraswa 06/17/03 - * asaraswa 06/02/03 - * kchiasso 04/23/03 - compare 1-n * agor 03/19/03 - * rmenon 02/14/03 - rmenon_functions_page_changes * aarasu 02/14/03 - new file for functions page * aarasu 12/26/02 - created * --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ include file="/enablePPR.jspf" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/oemGlobal.jspf" %> <% if(session.getAttribute("showPatchProcsLink") != null && "true".equals((String)session.getAttribute("showPatchProcsLink"))) { %> <% } %> <% if(session.getAttribute("showPatchProcsLink") != null && "true".equals((String)session.getAttribute("showPatchProcsLink"))) { %> <% } %> <% if(session.getAttribute("showPatchProcsLink") != null && "true".equals((String)session.getAttribute("showPatchProcsLink"))) { %> <% } %> <%----%> <%-- Other sections (Provisioning Advisor, etc.) --%> <% oracle.cabo.ui.collection.UINodeList sections = (oracle.cabo.ui.collection.UINodeList)request.getAttribute("sections"); if (sections != null) { for (int i = 0; i < sections.size(renderingContext); i++) { oracle.cabo.ui.UINode section = sections.getUINode(renderingContext, i); String temp = "section" + (new Integer(i)).toString(); request.setAttribute (temp, section); %> <% } } %>