Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\gensvc\test\gensvcPendingChanges.jsp
<%-- /* $Header: gensvcPendingChanges.jsp 20-jul-2005.10:14:38 andyao Exp $ */ /* Copyright (c) 2004, 2005, Oracle. All rights reserved. */ /* DESCRIPTION PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 07/15/05 - add related links andyao 03/04/05 - use EmlConstants.RETURN_URL_PAGE_PROPERTY andyao 01/07/05 - remove html comment mfidanbo 12/19/04 - add sync segment andyao 12/03/04 - move error.jspf andyao 11/16/04 - fix page level buttons rmarripa 11/03/04 - rmarripa_txn_sync_job_changes */ /** * @version $Header: gensvcPendingChanges.jsp 20-jul-2005.10:14:38 andyao Exp $ * @author rmarripa * @since release specific (what release of product did this appear in) */ --%> <%@ 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"%> <%@ page import="oracle.cabo.ui.UIConstants"%> <%@ page import="oracle.sysman.emSDK.eml.EmlConstants" %> <%@ page import="oracle.sysman.eml.gensvc.GenSvcUIConstants"%> <%@ page import="oracle.sysman.eml.gensvc.GenSvcPageSegmentTypes"%> <%@ page import="oracle.sysman.eml.gensvc.test.data.ui.PendingChangesBean"%> <uix:renderingContext id="renderingContext"> <uix:bundle name="gensvc" class="oracle.sysman.resources.eml.gensvc.GensvcResourceBundle"/> <uix:bundle name="common" class="oracle.sysman.resources.CommonResourceBundle"/> <oem:setURLEncoder id="renderingContext"/> <uix:document> <%@ include file="/oemTitle.jspf"%> <%@ include file="/enablePPR.jspf"%> <uix:body> <uix:pageLayout> <%@ include file="/oemGlobal.jspf"%> <uix:form method="POST" name="mainForm"> <uix:dataScope currentDataBinding="@servletRequest"> <%@ include file="/gensvc/message.jspf"%> <uix:formValue name="<%=GenSvcUIConstants.CURRENT_PAGE_KEY%>" valueBinding="<%=GenSvcUIConstants.CURRENT_PAGE_KEY%>"/> <uix:formValue name="<%=EmlConstants.RETURN_URL_PAGE_PROPERTY%>" valueBinding="<%=EmlConstants.RETURN_URL_PAGE_PROPERTY%>"/> <uix:header textBinding="<%=GenSvcUIConstants.PAGE_HEADER_KEY%>"> <uix:tableLayout width="100%"> <uix:rowLayout hAlign="right"> <uix:pageButtonBar> <%-- the OK button --%> <uix:submitButton textBinding="OK@common" name="<%=UIConstants.EVENT_PARAM%>" value="<%=GenSvcUIConstants.OK_EVENT%>" formName="mainForm" /> </uix:pageButtonBar> </uix:rowLayout> <uix:rowLayout> <uix:ref refID="<%=GenSvcPageSegmentTypes.GENERIC_SERVICE_PENDING_CHANGES%>"/> </uix:rowLayout> </uix:tableLayout> <uix:spacer height="20"/> <uix:tableLayout width="100%"> <uix:rowLayout> <uix:ref refID="<%=GenSvcPageSegmentTypes.GENERIC_SERVICE_SYNC_BEACON%>"/> </uix:rowLayout> <uix:rowLayout> <uix:spacer height="20"/> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <%@ include file="/gensvc/relatedLinks.jspf" %> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:dataScope> </uix:form> <uix:contentFooter> <uix:pageButtonBar> <%-- the OK button --%> <uix:submitButton textBinding="OK@common" name="<%=UIConstants.EVENT_PARAM%>" value="<%=GenSvcUIConstants.OK_EVENT%>" formName="mainForm" /> </uix:pageButtonBar> </uix:contentFooter> </uix:pageLayout> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de