Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\workspace\rollbackWorkspace.jsp
<%@ 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" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%@ page import="oracle.sysman.emo.util.UIXDataSource" %> <%@ include file="/oemNoscript.jspf" %> <db:script src="/database/LOV.js"/> <%-- Page: rollbackWorkspace.jsp -- Created: vimgupta -- Controller: db/adm/workspacemgr/WorkspaceController.java (oracle.sysman.db.adm.workspacemgr) -- -- Description: The screen gives overview of selected workspace. --%> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext" /> <db:script src="/database/utils.js" /> <uix:bundle name="uixDBObjectBundle" class="oracle.sysman.db.rsc.DBObjectMsg" /> <uix:bundle name="uixDBMsgBundle" class="oracle.sysman.db.rsc.inst.DBMsg"/> <uix:bundle name="uixWorkspaceObjectBundle" class="oracle.sysman.db.rsc.workspacemgr.WorkspaceObjectMsg" /> <uix:document> <uix:metaContainer> <uix:head titleBinding="title@objectBean@servletRequest" /> </uix:metaContainer> <script language="JavaScript" > <%@ include file="/database/LOV.js"%> </script> <uix:body> <db:form name="rollbackWorkspaceForm" method="post" destination="/console/database/workspacemgr/workspace" copyParams="target,type,otype,oname,objectType,cancelURL"> <uix:formValue name="pageName" value="/database/workspace/rollbackWorkspace" /> <uix:formValue name="oname" valueBinding="workspaceName@objectBean@servletRequest" /> <uix:pageLayout titleBinding="header@objectBean@servletRequest"> <%@ include file="/database/global.jspf" %> <oem:messageBox messageType="info" errorTableBinding="info@servletRequest" titleTextKey="titleText" mainTextKey="mainText" /> <oem:messageBox messageType="error" errorTableBinding="errors@servletRequest" titleTextKey="titleText" mainTextKey="mainText" /> <uix:styledText styleClass="OraInstructionText" textBinding="ROLLBACK_INFO@uixWorkspaceObjectBundle" /> <uix:spacer width="10" height="10"/> <uix:tableLayout cellSpacing="5" hAlign="center"> <uix:contents> <uix:rowLayout> <uix:contents> <uix:cellFormat hAlign="right"> <uix:contents> <uix:styledText styleClass="OraInstructionText" textBinding="WORKSPACE_HEADER@uixWorkspaceObjectBundle" /> <uix:spacer height="10" width="20" /> </uix:contents> </uix:cellFormat> <uix:cellFormat> <uix:contents> <uix:styledText styleClass="OraDataText" textBinding="workspaceName@objectBean@servletRequest"/> </uix:contents> </uix:cellFormat> </uix:contents> </uix:rowLayout> <uix:rowLayout vAlign="top"> <uix:contents> <uix:cellFormat hAlign="right"> <uix:contents> <uix:styledText styleClass="OraInstructionText" textBinding="ROLLBACK_SELECT_OPTION@uixWorkspaceObjectBundle" /> <uix:spacer height="10" width="20" /> </uix:contents> </uix:cellFormat> <uix:cellFormat> <uix:contents> <uix:stackLayout> <uix:contents> <uix:tableLayout> <uix:contents> <uix:rowLayout> <uix:contents> <uix:messageRadioButton name="operationSelOption" value="ROLLBACK_ALL_CHANGES" textBinding="ROLLBACK_ALL_CHANGES@uixWorkspaceObjectBundle" selectedValueBinding="operationSelOption@operationsOptions@objectBean@servletRequest" /> </uix:contents> </uix:rowLayout> <uix:rowLayout> <uix:contents> <uix:messageRadioButton name="operationSelOption" value="ROLLBACK_ALL_CHANGES_SINCE_SAVEPOINT" textBinding="ROLLBACK_ALL_CHANGES_SINCE_SAVEPOINT@uixWorkspaceObjectBundle" selectedValueBinding="operationSelOption@operationsOptions@objectBean@servletRequest" /> <uix:spacer width="10" height="10" /> <uix:messageLovField searchDescBinding="ROLLBACK_ALL_CHANGES_SINCE_SAVEPOINT@uixWorkspaceObjectBundle" name="selSavepointUpto" onClick = "preserveCase();setBindSqlParm('oname');startLov('selSavepointUpto', 'ListWorkspaceSavepoint')" textBinding="selSavepointUpto@operationsOptions@objectBean@servletRequest" shortDescBinding="SAVEPOINTS_HEADER@uixWorkspaceObjectBundle" /> </uix:contents> </uix:rowLayout> </uix:contents> </uix:tableLayout> </uix:contents> </uix:stackLayout> </uix:contents> </uix:cellFormat> </uix:contents> </uix:rowLayout> </uix:contents> </uix:tableLayout> <uix:pageButtons> <uix:pageButtonBar> <jsp:include page="workspaceButtonInclude.jsp" /> <uix:ref refID="operationButtonInclude" /> </uix:pageButtonBar> </uix:pageButtons> </uix:pageLayout> </db:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de