Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\gensvc\admin\gensvcTest.jsp
<%-- /* $Header: gensvcTest.jsp 14-nov-2006.16:59:46 andyao Exp $ */ /* Copyright (c) 2004, 2006, Oracle. All rights reserved. */ /* DESCRIPTION The template for Edit Service Page with 1 segment PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 07/24/05 - fix page layout andyao 05/23/05 - change button order andyao 04/13/05 - andyao 04/06/05 - ui fixes mfidanbo 03/29/05 - add verify test functionality afontana 12/17/04 - co for refresh andyao 12/11/04 - split test into several segments andyao 12/03/04 - use message.jspf andyao 11/03/04 - use TestUIIntgMessage interface andyao 10/21/04 - move error location andyao 10/13/04 - andyao_services4 andyao 10/08/04 - Creation */ /** * @version $Header: gensvcTest.jsp 14-nov-2006.16:59:46 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.sysman.eml.gensvc.GenSvcUIConstants" %> <%@ page import="oracle.sysman.eml.gensvc.GenSvcPageSegmentTypes" %> <%@ page import="oracle.sysman.eml.gensvc.GenSvcPageNames" %> <%@ page import="oracle.sysman.emSDK.eml.EmlConstants" %> <%@ page import='oracle.cabo.ui.UIConstants' %> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <uix:document> <%@ include file="/oemTitle.jspf" %> <%@ include file="/enablePPR.jspf" %> <uix:body> <uix:pageLayout> <%@ include file="/oemGlobal.jspf"%> <uix:dataScope currentDataBinding="@servletRequest"> <%@ include file="/gensvc/message.jspf" %> <uix:header textBinding="<%=GenSvcUIConstants.PAGE_HEADER_KEY%>"> <uix:form method="POST" name="mainForm"> <uix:formValue name="<%=EmlConstants.RETURN_URL_PAGE_PROPERTY%>" valueBinding="<%=EmlConstants.RETURN_URL_PAGE_PROPERTY%>" /> <uix:tableLayout borderWidth="0" width="100%"> <uix:rowLayout hAlign="right" vAlign="top"> <uix:cellFormat hAlign="right"> <%@ include file="/gensvc/admin/gensvcTestNavBar.jspf" %> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:tableLayout borderWidth="0" width="100%"> <uix:rowLayout> <uix:ref refID="<%=GenSvcPageSegmentTypes.GENSVC_TEST_GENERAL%>"/> </uix:rowLayout> <uix:rowLayout> <uix:ref refID="GENSVC_TEST_PROPS"/> </uix:rowLayout> <uix:rowLayout> <uix:ref refID="<%=GenSvcPageSegmentTypes.GENSVC_TEST_METRICS%>"/> </uix:rowLayout> </uix:tableLayout> </uix:form> </uix:header> </uix:dataScope> <uix:contentFooter> <%@ include file="/gensvc/admin/gensvcTestNavBar.jspf" %> </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