<%-- -- Page: policyViewSettings.jsp -- Controller: oracle.sysman.eml.ecm.policy.PolicyViewRuleController -- -- MODIFIED (MM/DD/YY) -- ancheng 08/02/05 - title -- kchiasso 07/20/05 - link -- kchiasso 03/03/05 - enforce to eval -- kchiasso 02/17/05 - render desc img -- kchiasso 01/24/05 - hdr outside table layout -- groyal 01/20/05 - UI Exit review comments -- kchiasso 01/13/05 - target or template context; layout -- kchiasso 01/05/05 - importance -> viewImportance -- kchiasso 12/29/04 - set prompt target type -- kchiasso 12/14/04 - show severity text -- kchiasso 12/03/04 - add pageStatus -- kchiasso 11/22/04 - hdr -- kchiasso 11/16/04 - context help -- groyal 10/01/04 - Corrective action work -- groyal 09/27/04 - Fix template override -- kchiasso 09/22/04 - add import -- groyal 08/05/04 - Rearrange -- kchiasso 07/28/04 - kchiasso_newpolicyviewrule -- 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"%> <%@ 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 ---%> <%@ include file="parametersTable.jspf"%> <%@ include file="exclusionsTable.jspf"%> <%------------------------ - Corrective Action ------------------------%> <%------------------------ - Corrective Action ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Prevent Multiple CA ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Prevent Template Override ------------------------%> <%------------------------ - Prevent Template Override ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------------ End of File -------------------------------%>