%@ include file="/sdk/oemTop.jspf" %>
<%--
-- Page: searchPage.jsp
-- Controller: db/adm/xdb/XDBACLSearchController.java
--
-- Description: Page for searching XDB ACLS based on ACL name, owner.
--%>
<%-- Tag Libraries --%>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
<%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %>
<%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %>
<%-- Imports --%>
<%@ page import="oracle.sysman.emo.xdb.XDBConstants" %>
<%@ page import="oracle.sysman.emo.xdb.acls.XDBACLSearchUIXConstants" %>
<%@ include file="/oemTitle.jspf" %>
<%-- HTML form --%>
<%-- Table binding --%>
<%--- Include global tabs --%>
<%@ include file="/database/global.jspf" %>
<%-- Information/Error display --%>
<%@ include file="/database/informationError.jspf" %>
<%-- Header tab for Search --%>
<%-- table layout for controls --%>
<%-- First row --%>
<%-- Second Row --%>
<%-- Third row --%>
<%-- tip info text --%>
<%-- Separator b/w Search and Results --%>
<%-- Results --%>
<%-- CREATE Button --%>
<%-- Multiple selection Selection mode --%>
<%-- Table Selection --%>
<%-- ACL owner column --%>
<%-- ACL name column --%>
<%-- ACL created date column --%>
<%-- ACL modified date column --%>
<%-- Single Selection mode --%>
<%-- Table Selection --%>
<%--
--%>
<%-- ACL owner column --%>
<%-- ACL name column --%>
<%-- ACL created date column --%>
<%-- ACL modified date column --%>