<%-- -- Page: policyAssociations.jsp -- Controller: oracle.sysman.eml.ecm.jsp.PolicyAssocController -- -- Description: Launched when user selects "search" action -- -- MODIFIED (MM/DD/YY) -- sthiruna 08/01/06 - Copying 10.2.0.3 Config Standard changes from -- EMCORE_MAIN_LINUX -- kchiasso 02/10/06 - rmv PageStatus -- kchiasso 01/11/06 - new subtabs -- kchiasso 07/21/05 - add btn sd -- kchiasso 06/09/05 - shortdesc -- kchiasso 02/17/05 - render desc img -- groyal 02/04/05 - Change policyMsgBundle to msgBundle -- kchiasso 01/24/05 - add table tip -- kchiasso 01/18/05 - combine severity and date -- kchiasso 01/07/05 - shortdesc -- kchiasso 01/05/05 - 'post' req'd as of 2.2.15 upgrade -- kchiasso 12/22/04 - set hidden guid / get for bookmarking -- kchiasso 12/06/04 - incl msgHeader -- kchiasso 11/22/04 - hdr; alttext -- akskumar 11/24/04 - licensing work, disable links on rows -- kchiasso 11/22/04 - init selidx 0 -- kchiasso 11/08/04 - remove edit column -- kchiasso 10/27/04 - remove separator -- kchiasso 10/20/04 - add confirm msg -- kchiasso 10/05/04 - ppr; showall -- groyal 09/23/04 - Change order of columns; make severity an icon -- groyal 09/22/04 - Add refreshed -- groyal 09/21/04 - Add separator -- kchiasso 09/16/04 - add editSettings column -- groyal 08/18/04 - Remove reference to PolicyMsg -- groyal 08/06/04 - groyal_pv_0804 -- groyal 08/04/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="/enablePPR.jspf"%> <%@ include file="msgHeader.jspf" %> <%-- Target column --%> <%-- Type column --%> <%-- Policy Rule column --%> <%-- Last Evaluation group column --%> <%-- Severity column --%> <%-- Timestamp column --%> <%-- Category column --%> <%-- Description column --%> <%-- Disabled column --%> <%------------------------ - Related Links ------------------------%> <%--- Edit Policy Settings ---%> <%------------------------- - Page Buttons ---------------------------%> <%------------------------------ End of File -------------------------------%>