<%-- /* $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' %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/enablePPR.jspf" %> <%@ include file="/oemGlobal.jspf"%> <%@ include file="/gensvc/message.jspf" %> <%@ include file="/gensvc/admin/gensvcTestNavBar.jspf" %> <%@ include file="/gensvc/admin/gensvcTestNavBar.jspf" %>