sortColumn = SLOT_SORT_DEFAULT; $sortCriteria->ascending = true; // Used for Filtering $llView = "All Logical Libraries"; $enclView = "All Enclosures"; // Used for Sorting $sortBy = "Index"; // Used for Message box $errorCode = 0; $displayMessage = 0; // Get necessary data from the library //$counts = get_all_resource_counts($user); $counts = get_library_summary_info($user); $carts = get_cleaning_slots($user, $sortCriteria,(int)2); $loglibs = get_logical_libraries($user, $sortCriteria); $enclosures = get_chassis($user); // If a post, then this is a return from an operation // retrieve the results of the operation if ($_SERVER['REQUEST_METHOD'] == "POST") { $llView = $_REQUEST["llView"]; $enclView = $_REQUEST["enclView"]; $sortBy = $_REQUEST["sortBy"]; $errorCode = $_REQUEST["errorCode"]; $displayMessage = $_REQUEST["Message"]; $returnMessage = $_REQUEST["returnMessage"]; } // get the counts needed to display the main table $numEmptyIOs = $counts->avail_mailbox_count; $numRows = count($carts); $numlogLibs = count($loglibs); $numEnclosures = count($enclosures); // sort the table data based on the sortBy value $oldi = sortSlots($carts, $sortBy); // determine the attributes for the div that handles displaying and scrolling // for the main data table $divAttributes = calculateDivAttributes($llView, $enclView, $carts, $numRows, MAX_ROWS, MAX_SIZE_CLEAN_LIST); $numRowsDisplayed = $divAttributes['numDisplay']; ?> Cleaning Cartridges
0) { ?>
Error Message Image Error Message

Error code:
Informational Message Image

Operation Complete

Close Message

Cleaning Cartridges

Last refresh:

Empty I/O station slots:



Cleaning Cartridges:
Select All Deselect All
location[0]; // if the enclosure (chassis) location is negative, append the numeric value to the // '-' to identify the enclosure if (!strcmp($chass, '-')) { $chass = $cart->location[0].$cart->location[1]; } // If this row item meets the filter requirements, build the row data // filter requirement: // The item is in both the selected logical library and the selected enclosure if ((!strcmp($llView, "All Logical Libraries") && !strcmp($enclView, "All Enclosures")) || (!strcmp($llView, $cart->name) && !strcmp($enclView, "All Enclosures")) || (!strcmp($llView, "All Logical Libraries") && !strcmp($enclView, $chass)) || (!strcmp($llView, $cart->name) && !strcmp($enclView, $chass))) { // store the Slot Id in the sourceSelect value ?>
Select Volume Serial NumberClick to Sort Ascending Logical LibraryClick to Sort Descending Media TypeClick to Sort Ascending LocationClick to Sort Ascending Cleans RemainingClick to Sort Ascending
barcode;?>  name; ?> mediaType; ?> location; ?> $value) { if (($key == "cleanCount ") || ($key == "cleanCount")) { print(50 - $value); } } ?>
Total: Filtered: Displayed: Selected: 0