' . $machine->description . '
'; ?>
" . $machine->driveLabel . "";
foreach ($driveValues as $drive) {
printDrive($drive);
}
?>
" . $machine->serviceLabel . "
note: authentication required for access.
"; foreach ($machine->services as $service) { printService($service); } ?>