<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: samplePage.jsp -- Controller: db/adm/schm/SampleController.java -- -- Description: Short Description of the page. --%> <%-- 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" %> <%@ include file="/oemNoscript.jspf" %> <%-- Imports --%> <%@ page import="oracle.sysman.db.adm.schm.SchemaPages" %> <%@ page import="oracle.sysman.db.rsc.DBObjectMsgID" %> <%-- temporary, will move to DBObjectMsg once NLS msgs files are reopen --%> <%@ include file="/oemTitle.jspf" %> <%-- HTML Page Title --%> <%-- uix:head titleBinding="pluralDisplayName@objectSearchBean@servletRequest"/--%> <%-- HTML Form --%> <%-- uix:pageLayout titleBinding="pluralDisplayName@objectSearchBean@servletRequest" --%> <%-- Oracle Logo and Tabs --%> <%@ include file="/database/global.jspf" %> <%-- Warning/Error display --%> <%@ include file="/database/informationError.jspf" %> <%-- --%> <%-- Support pageMsgBox for any apps that return to this page --%> <%-- and support it. This include must be positioned AFTER --%> <%-- any other uix:messages or messageBox tags. --%> <%-- --%> <%@ include file="/sdk/page/pageMsgBox.jspf" %> <%-- onChange='<%= "if ((this.value==\'"+DBObjectMsgID.MEASFLDR+"\') || (document.dbObjectsList.pageObjectType.value==\'"+DBObjectMsgID.MEASFLDR+"\')) submitForm(\'dbObjectsList\',1,{\'event\':\'search\'}); else if((this.value==\'"+DBObjectMsgID.INDEX+"\') || (document.dbObjectsList.pageObjectType.value==\'"+DBObjectMsgID.INDEX+"\')) submitForm(\'dbObjectsList\',1,{\'event\':\'switchObjectType\'});" %>'> --%> <%-- Don't display the choice if only a single object type --%> <%-- START: TAB CONTENTS starts here --%> <%-- Start of Search Logic --%> <%-- Use different text for different types of objects --%> <%-- --%> <%-- --%> <%-- Display schema text input only for schema objects --%> <%-- Commenting to resolve bug#7317070, to display 'Status' Choice --%> <%-- --%> <%-- Introducing 'swither' to resolve bug#7317070, to display 'Status' Choice & 'Go' button--%> <%-- Add Search Hint under the UI --%> <%-- /uix:header --%> <%-- End of Search Logic --%> <%-- beginning of CREATE --%> <%-- multiple selection button --%> <%-- --%> <%-- end of CREATE --%> <%-- multiple selection --%> <%-- cannot select --%> <%-- tablespace space usage summary --%> <%-- archived log info --%> <%-- end archive log info--%> <%-- END: TAB CONTENTS ends here --%> <%-- Create/Edit Buttons --%> <%-- END: HTML Form --%> <%-- END: Content --%>