include('common_user_inc.htm'); $ReqType = "All"; $showTools = "Tools - "; $statusListURL = "/systemStatusList.htm"; if (isset($_GET['filter'])) { $statusListURL = "/systemStatusList.htm?filter=" . $_GET['filter']; $showTools = ""; switch( $_GET['filter'] ) { case 'drives': $ReqType = 'Drive'; break; case 'media': $ReqType = 'Media'; break; case 'library': $ReqType = 'Library'; break; } } $Brand = getenv(ADICLIBRARY_BRAND); $Priority = "Priority"; $PriorityToolTip = "priority"; switch( $Brand ) { case 'dell': $Priority = "Severity"; $PriorityToolTip = "severity"; break; } ?>