<%-- * Copyright (c) 2004, 2005, Oracle. All rights reserved. * * NAME * hostsSharingResource.jsp * * NOTES * Page for showing hosts that share a resource (disk/psrtition etc.) * * MODIFIED * ajere 05/24/05 - Accessibility changes * rmenon 02/14/05 - * rmenon 12/02/04 - * rmenon 10/22/04 - changing target names to target name home page links * rmenon 10/05/04 - * rmenon 08/24/04 - rmenon_storage_ui * rmenon 08/18/04 - Created --%> <%@ include file="/oemNoscript.jspf" %> <%@ 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.emSDK.svc.cache.CacheManager' %> <%@ page import='oracle.sysman.emSDK.svc.ServiceUtil' %> <%@ page import='oracle.sysman.eml.ecm.ui.SimpleDataObjectList' %> <%@ page import='oracle.sysman.eml.storage.common.StorageUIConstants' %> <%@ page import="oracle.cabo.ui.partial.PartialPageContext"%> <%@ page import="oracle.cabo.ui.partial.PartialPageUtils"%> <%@ page import="oracle.cabo.servlet.ui.partial.PartialPageEventUtils"%> <% String selectedTabIndex = request.getParameter( StorageUIConstants.SELECTED_TAB_INDEX_KEY ); if( selectedTabIndex == null) selectedTabIndex = "0"; int selTab = Integer.parseInt( selectedTabIndex ); %> <%@ include file="/sdk/oemTop.jspf" %> <%-- * resource bundles used by this page. --%> <%@ include file="/oemGlobal.jspf" %> <% if( selTab == StorageUIConstants.HOST_DISKS_SELECTED_TAB_INDEX ) { %> <%} else if( selTab == StorageUIConstants.HOST_FILE_SYSTEMS_SELECTED_TAB_INDEX ) { %> <%} else if( selTab == StorageUIConstants.HOST_VOLUMES_SELECTED_TAB_INDEX ) { %> <%}%>