<%-- /* $Header: availability.jsp 13-jun-2005.15:32:05 andyao Exp $ */ /* Copyright (c) 2004, 2005, Oracle. All rights reserved. */ /* DESCRIPTION The JSP for the Services - Availability page segment PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 06/13/05 - andyao 02/09/05 - fix bug 4089604 andyao 01/07/05 - remove html comment andyao 12/28/04 - andyao 12/03/04 - remove error.jspf andyao 11/18/04 - add tip andyao 11/11/04 - fix availability display in view mode andyao 10/20/04 - fix location of availability drop down andyao 10/18/04 - modify for availability page andyao 09/20/04 - Creation */ /** * @version $Header: availability.jsp 13-jun-2005.15:32:05 andyao 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.AvailabilityPageViewBean" %> <%-- edit or create mode --%>