<%-- /* $Header: general.jsp 18-jul-2006.15:50:53 yxie Exp $ */ /* Copyright (c) 2004, 2006, Oracle. All rights reserved. */ /* DESCRIPTION the JSP for the Services General Information page PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) yxie 07/18/06 - Backport yxie_bug-5344920 from main yxie 06/27/06 - Fix security bug 5344920 andyao 04/12/05 - andyao 01/07/05 - remove html comment andyao 12/03/04 - remove error.jspf andyao 12/02/04 - fix timezone andyao 10/29/04 - add properties andyao 09/20/04 - fix formats andyao 09/09/04 - revisiting services code andyao 08/24/04 - andyao_services andyao 08/01/04 - Creation */ /** * @version $Header: general.jsp 18-jul-2006.15:50:53 yxie Exp $ * @author andyao * @since release specific (what release of product did this appear in) */ --%> <%@ 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.admin.data.ui.PageViewBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.GeneralPageViewBean" %> <%-- the name of the service --%> <%-- time zone is a drop down or a read only text field --%>