sortColumn = DRV_SORT_DEFAULT; $sortCriteria->ascending = true; // If this is a post, this is a request to continue // a drive load operation // retrieve information about the selected source slot id // from the post if ($_SERVER['REQUEST_METHOD'] == "POST") { $url = $_POST['url']; $drvGuid = $_POST['driveGuid']; $libGuid = $_POST['libGuid']; $driveInfo = split(":", $_POST['driveInfo']); //loglibs[$libIndex]-.":".$drive->location.":".$drive->name.":".drive->driveType.":".drive->barcode.":".drive->status; //$mediaTypeCode = $driveInfo[0]; $drvLoc = $driveInfo[1]; $drvLib = $driveInfo[2]; $drvType = $driveInfo[3]; $drvBarcode = $driveInfo[4]; $drvStatus = $driveInfo[5]; $drvEA = $driveInfo[6]; } // Get necessary data from the library $temp_carts = get_media_sources($user, $sortCriteria, $libGuid); $numTempCarts = count($temp_carts); $cartIndex = 0; // filter slots to only show storage for ($i = 0; $i < $numTempCarts; $i++) { // if ($temp_carts[$i]->slotType == "Storage") { $carts[$cartIndex] = $temp_carts[$i]; $cartIndex++; } } // get the counts needed to display the main table $numRows = count($carts); // determine the attributes for the div that handles displaying and scrolling // for the main data table $divAttributes = calculateDivAttributes("All Logical Libraries", "All Enclosures", $carts, $numRows, MAX_ROWS_MOVE, MAX_SIZE_DATA_MOVE_LIST); $numRowsDisplayed = $divAttributes['numDisplay']; ?> Drive Load
Load Drive

Drive Selected:
Location  Logical Library  Media Type  Element Address Status 

Cartridges in :
Select  Volume Serial Number Type Slot Type Location Element Address
barcode;?> mediaType;?> slotType == "IO Station") { print("I/O Station"); } elseif ($cart->slotType == "I/O Station") { print("I/O Station"); } else { print($cart->slotType); } ?> location;?> logicalAddress;?>
Total: Filtered: 0 Displayed: