Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\gensvc\admin\createServiceDetails.jspf
<%-- /* $Header: createServiceDetails.jspf 04-mar-2005.14:41:15 andyao Exp $ */ /* Copyright (c) 2004, 2005, Oracle. All rights reserved. */ /* DESCRIPTION The template for Create Services Drill Down page PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 03/04/05 - use EmlConstants.RETURN_URL_PAGE_PROPERTY andyao 03/01/05 - fix target selector andyao 01/31/05 - fix layout andyao 01/07/05 - remove html comment andyao 12/07/04 - fix key selector andyao 12/03/04 - use message.jspf andyao 10/21/04 - move error location rmarripa 09/23/04 - add javascript andyao 09/18/04 - added error message andyao 09/09/04 - revisiting services code andyao 08/24/04 - andyao_services andyao 08/01/04 - Creation */ /** * @version $Header: createServiceDetails.jspf 04-mar-2005.14:41:15 andyao Exp $ * @author andyao * @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.eml.gensvc.GenSvcUIConstants" %> <%@ page import="oracle.sysman.emSDK.eml.EmlConstants" %> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <uix:document> <%@ include file="/oemTitle.jspf" %> <%@ include file="/enablePPR.jspf" %> <uix:body> <uix:dataScope currentDataBinding="@servletRequest"> <uix:bundle name="gensvc" class="oracle.sysman.resources.eml.gensvc.GensvcResourceBundle" /> <uix:bundle name="common" class="oracle.sysman.resources.CommonResourceBundle" /> <uix:pageLayout> <%@ include file="/oemGlobal.jspf"%> <uix:form method="POST" name="mainForm"> <%@ include file="/gensvc/admin/createServiceDetailsTrain.jspf" %> <uix:formValue name="<%=GenSvcUIConstants.WIZARD_MODE_KEY%>" valueBinding="<%=GenSvcUIConstants.WIZARD_MODE_KEY%>" /> <uix:formValue name="<%=EmlConstants.RETURN_URL_PAGE_PROPERTY%>" valueBinding="<%=EmlConstants.RETURN_URL_PAGE_PROPERTY%>" /> <%@ include file="/gensvc/message.jspf" %> <uix:header textBinding="<%=GenSvcUIConstants.PAGE_HEADER_KEY%>"> <uix:tableLayout borderWidth="0" width="100%"> <uix:rowLayout hAlign="right"> <uix:pageButtonBar> <%-- the cancel button --%> <uix:submitButton textBinding="CANCEL@common" unvalidated="true" name="<%=UIConstants.EVENT_PARAM%>" value="<%=GenSvcUIConstants.CANCEL_DETAILS_EVENT%>" /> <%-- the continue button --%> <uix:submitButton textBinding="CONTINUE@common" name="<%=UIConstants.EVENT_PARAM%>" value="<%=GenSvcUIConstants.CONTINUE_EVENT%>" /> </uix:pageButtonBar> <%-- end of page buttons --%> </uix:rowLayout> <%-- begin of the actual content --%> <uix:rowLayout> <uix:ref refID="SERVICE_CONTENT_ID_1" /> </uix:rowLayout> <%-- end of the actual content --%> </uix:tableLayout> </uix:header> </uix:form> <uix:contentFooter> <uix:pageButtonBar> <%-- the cancel button --%> <uix:submitButton textBinding="CANCEL@common" unvalidated="true" name="<%=UIConstants.EVENT_PARAM%>" value="<%=GenSvcUIConstants.CANCEL_DETAILS_EVENT%>" formName="mainForm" /> <%-- the continue button --%> <uix:submitButton textBinding="CONTINUE@common" name="<%=UIConstants.EVENT_PARAM%>" value="<%=GenSvcUIConstants.CONTINUE_EVENT%>" formName="mainForm" /> </uix:pageButtonBar> </uix:contentFooter> </uix:pageLayout> </uix:dataScope> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de