<%-- -- Page: policyAddPolicies.jsp -- Controller: oracle.sysman.eml.ecm.jsp.PolicyAddPoliciesController -- -- Description: Launched when user selects "Add Poicies" action -- -- MODIFIED (MM/DD/YY) -- kchiasso 07/21/05 - add btn sd -- kchiasso 05/02/05 - render tip -- kchiasso 04/27/05 - button name continue -- kchiasso 04/20/05 - save ipmsg context -- kchiasso 04/07/05 - render multisel tip -- kchiasso 02/17/05 - render desc img -- kchiasso 01/25/05 - render context info -- kchiasso 01/11/05 - preserve targetname -- kchiasso 01/07/05 - shortdesc -- kchiasso 12/29/04 - set prompt target type -- kchiasso 12/08/04 - set pagestatus context -- kchiasso 12/06/04 - incl msgHeader -- kchiasso 11/22/04 - msgboxes -- kchiasso 10/29/04 - add instr -- kchiasso 10/27/04 - remove separator -- kchiasso 10/22/04 - confirm add -- kchiasso 10/19/04 - set pageHeader and title -- kchiasso 10/06/04 - multisel -- kchiasso 10/05/04 - ppr; showall -- kchiasso 09/24/04 - hidden params -- kchiasso 09/09/04 - hide guid -- kchiasso 09/06/04 - kchiasso_policyeditsettings -- kchiasso 08/24/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"%> <%-- unique identifier for this page --%> <%@ 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" %> <% } %> <%-- Policy Rule column --%> <%-- Severity column --%> <%-- Category column --%> <%-- Description column --%> <%-- Disabled column --%> <%-- Hidden policy guid --%> <%-- Hidden object guid --%> <%-- Hidden object type --%> <%-- Hidden targetName if search by target --%> <%------------------------- - Page Buttons ---------------------------%>