include('user_inc.htm'); if ($_SERVER[REQUEST_METHOD] == "GET") { $type = $_GET['type']; $sortCriteria = new SortCriteria("partitionName", "ASC"); } else { $type = $_POST['type']; $sortCriteria = new SortCriteria($_POST['orderOn'], $_POST['orderBy']); } $drives = get_all_drives($user, $sortCriteria); ?>
= $drive->name ?> | = $drive->location ?> | = $drive->status ?> | = $drive->driveType ?> | = $deviceId ?> | = $subId ?> |