Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\shrinkAdv\wizAddSchemaObjectsBrief.jsp
<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: wizAddSchemaObjects.jsp -- Controller: oracle.sysman.db.util.stgAdv.StgAdvController -- -- Description: Page to add a schema object to the selected schema objects -- -- MODIFIED (MM/DD/YY) -- hsu 07/25/03 - change global -- mnihalan 06/18/03 - Add browser title -- qsong 04/29/03 - Add oemTop.jspf -- mnihalan 03/19/03 - Add target, type -- mnihalan 03/13/03 - mnihalan_trans_shrink_adv -- mnihalan 02/28/03 - Add code -- mnihalan 02/24/03 - Fix the lov fields -- mnihalan 01/27/03 - Initial creation --%> <script language="javascript"> function InitCallBack(params) { params["searchObjectName"] = window.document.foo.searchObjectName.value; params["searchType"] = window.document.foo.searchType.value; params["searchPartitionName"] = window.document.foo.searchPartitionName.value; params["searchSize"] = window.document.foo.searchSize.value; params["searchSchema"] = window.document.foo.searchSchema.value; params["searchTablespace"] = window.document.foo.searchTablespace.value; params["lovCallingPage"] = window.document.foo.pageName.value; return true; } </script> <%@ 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.util.shrinkAdv.JspConstants" %> <%@ page import="oracle.sysman.emo.util.shrinkAdv.ShrinkAdvConstants" %> <uix:renderingContext id="renderingContext"><oem:setURLEncoder id="renderingContext"/> <%-- Message Bundle --%> <uix:bundle name="stgMsg" class="oracle.sysman.db.rsc.shrinkAdv.ShrinkAdvMsg"/> <uix:bundle name="sdkMsgs" class="oracle.sysman.emSDK.eml.SDKUIMsg"/> <uix:document> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <uix:metaContainer> <uix:head titleBinding="title@defaultBean@servletRequest"/> </uix:metaContainer> <uix:metaContainer> <uix:head titleBinding="pageHeader@defaultBean@servletRequest"/> <db:script src="/database/utils.js"/> </uix:metaContainer> <uix:body> <uix:contents> <%-- HTML Form --%> <db:form name="foo" method="post" destination="/console/database/shrinkAdv/shrinkAdv" copyParams="target,type"> <uix:formValue name="pageName" value="/database/shrinkAdv/wizAddSchemaObjectsBrief"/> <uix:pageLayout titleBinding="pageHeader@defaultBean@servletRequest"> <%-- Oracle Logo and Tabs, breadcrumb data from --%> <%-- controller getNavigatorPath() --%> <%@ include file="/database/global.jspf" %> <%@ include file="wizAddSchemaObjects.jsp" %> </uix:pageLayout> </db:form> </uix:contents> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de