component == "Scalar i500 Firmware") { $copyright_year = $description->year; } } ?>
| About =LIBTYPE_NAME?> | User: = $user->username ?> |
| =LIBTYPE_NAME?> | |
|
alternateId . ' '; // echo 'AIN #: ' . $product_info->serialnumber . ' '; echo "Copyright © 2003-20$copyright_year Quantum Corporation "; break; case 'dell': echo 'Serial Number: ' . $product_info->serialnumber . ' '; echo 'Service Tag: ' . $product_info->alternateId . ' '; echo "Copyright © 2003-20$copyright_year Dell Inc. "; break; case 'tandberg': echo 'Serial Number: ' . $product_info->serialnumber . ' '; // echo 'AIN #: ' . $product_info->alternateId . ' '; echo "Copyright © 20$copyright_year Tandberg Data ASA. "; break; case 'adic': echo 'Serial Number: ' . $product_info->serialnumber . ' '; // echo 'AIN #: ' . $product_info->alternateId . ' '; echo "Copyright © 2003-20$copyright_year Quantum Corporation "; break; default: error_log("* * * No Branding - defaulting to Quantum"); case 'quantum': echo 'Serial Number: ' . $product_info->serialnumber . ' '; // echo 'AIN #: ' . $product_info->alternateId . ' '; echo "Copyright © 2003-20$copyright_year Quantum Corporation "; break; } ?> |
|
||
|