<%-- -- Page: policyViolDetails.jsp -- Controller: oracle.sysman.eml.ecm.policy.PolicyViolDetailsController -- -- MODIFIED (MM/DD/YY) -- kchiasso 05/02/05 - render tip -- kchiasso 03/01/05 - support ppr go button -- kchiasso 02/17/05 - render desc img -- kchiasso 01/25/05 - edit settings -- groyal 01/20/05 - UI Exit review comments -- kchiasso 01/07/05 - shortdesc -- kchiasso 01/05/05 - fix layout p/ exit review -- kchiasso 12/29/04 - set prompt target type -- kchiasso 12/22/04 - change related link -- niramach 12/14/04 - Retain oracle home location url param. -- kchiasso 12/14/04 - set pagestatus context -- kchiasso 12/06/04 - incl msgHeader -- kchiasso 11/22/04 - hdr; tip -- kchiasso 11/16/04 - context help -- kchiasso 11/09/04 - monitoring settings -- groyal 11/01/04 - Add oname and otype to copyParams -- groyal 10/29/04 - Hide compliance score for ORACLE_HOME drilldowns -- groyal 10/28/04 - -- groyal 10/19/04 - Change Related Link to Edit Settings -- groyal 10/01/04 - Remove Evaluation Status label -- groyal 08/31/04 - Summary section rework -- groyal 08/19/04 - -- groyal 08/18/04 - Update message id -- kchiasso 08/16/04 - add pie chart; used PolicyJspMsg -- nigupta 07/07/04 - change db:form to oem:form -- groyal 07/02/04 - groyal_pv_0629 -- kchiasso 06/22/04 - fix labels -- kchiasso 06/18/04 - Creation (new rendition of ruleDrilldown) --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page contentType="text/html; charset=UTF-8" %> <%@ include file="/oemTitle.jspf" %> <%@include file="/enablePPR.jspf" %> <%@ include file="msgHeader.jspf" %> <%------------------------ - Severity ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Compliance Score ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Risk Level ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Category ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Description ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Objects Pie Chart ------------------------%> <%------------------------ - Objects with Violations ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Objects with Exempted Violations ------------------------%> <%--- Prompt ---%> <%--- Field ---%> <%------------------------ - Impact of Problem ------------------------%> <%------------------------ - Recommendation ------------------------%> <%------------------------ - Violations Table Header ------------------------%> <%-------------------------- - Violations Shown Choice ---------------------------%> <%------------------------ - Violations Table ------------------------%> <%--uix:table width="100%" blockSize="25" formSubmitted="true" name="ruleDrilldownTable" tableDataBinding="violationListData@policyViolDetailsJspBean@servletRequest" columnHeaderDataBinding="violationListColHeaderData@policyViolDetailsJspBean@servletRequest" alternateTextBinding="NO_RESULT_FOUND@policyBundle" <%------------------------ - Related Links ------------------------%> <%--- Edit Policy Settings ---%> <%------------------------- - Page Buttons ---------------------------%> <%------------------------------ End of File -------------------------------%>