<%-- -- Page: policyEditSettings.jsp -- Controller: oracle.sysman.eml.ecm.policy.PolicyEditSettingsController -- -- MODIFIED (MM/DD/YY) -- ramalhot 03/07/06 - -- kchiasso 07/21/05 - add btn sd -- jaysmith 06/22/05 - remove droplist -- kchiasso 03/02/05 - enforce to eval -- kchiasso 02/17/05 - render desc img -- kchiasso 01/21/05 - add ok button support; header outside table; -- groyal 01/20/05 - UI Exit review comments -- kchiasso 01/14/05 - template or target context -- kchiasso 01/07/05 - shortdesc -- kchiasso 12/30/04 - done render template override in setup -- kchiasso 12/29/04 - set prompt target type -- kchiasso 12/09/04 - rmv ok button -- kchiasso 12/03/04 - add pageStatus -- kchiasso 11/22/04 - hdr -- kchiasso 11/10/04 - add render -- kchiasso 11/01/04 - add CA -- kchiasso 10/08/04 - set values -- kchiasso 10/04/04 - template override -- kchiasso 09/29/04 - apply event -- kchiasso 09/22/04 - add import -- kchiasso 09/16/04 - set names for input data -- djoly 09/09/04 - -- kchiasso 09/06/04 - kchiasso_policyeditsettings -- kchiasso 06/18/04 - Creation --%> <%@ 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"%> <%-- Imports --%> <%@ page import="oracle.sysman.eml.ecm.policy.PolicyJspConstants" %> <%@ page import="oracle.sysman.eml.ecm.util.table.UIXDataSource" %> <%@ include file="/oemTitle.jspf"%> <%-- used in parametersTableEdit and exclusionsTableEdit --%> <%@ include file="/enablePPR.jspf"%> <%@ include file="msgHeader.jspf" %> <%-- -- include the setup subtabs if in setup "/> --%> <% String inSetup = (String)request.getAttribute("inSetup"); if(inSetup != null && inSetup.equals("true")) { %> <%@ include file="../../health/header.jsp" %> <% } %> <%------------------------ - Category ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Description ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Policy Evaluation ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Compliance Score Setting ------------------------%> <%------------------------ - Severity ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%--- ---%> <%------------------------ - Importance ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%-- valueBinding="<%= PolicyJspConstants.S_OP_NORMAL %>" doing valueBinding does not map the value??? so it needs to be hardcoded as value="somevalue" --%> <%@ include file="parametersTableEdit.jspf" %> <%@ include file="exclusionsTableEdit.jspf" %> <%------------------------ - Corrective Action ------------------------%> <%-- if set show Remove --%> <%-- if no CA set, display and maybe ADD --%> <%------------------------ - Prevent Template Override ------------------------%> <%------------------------ - Prevent Template Override ------------------------%> <%------------------------- - Page Buttons ---------------------------%>