$isReportPopup = 1; // Set so we do not release the Service menu RAS Token when bringing up a report. include('common_user_inc.htm'); $descriptions = get_firmware_versions($user); $product_info = get_product_info($user); ?>
About =LIBTYPE_NAME?> | User: = $user->username ?> |
=LIBTYPE_NAME?> | |
// Try the GUI override first
$Brand = getenv(ADICLIBRARY_BRAND_GUI);
if( $Brand == "" )
$Brand = getenv(ADICLIBRARY_BRAND);
switch( $Brand )
{
case 'ibm':
echo 'Serial#: ' . $product_info->alternateId . ' '; // echo 'AIN #: ' . $product_info->serialnumber . ' '; echo 'Copyright © 2003-2007 Quantum Corporation '; break; case 'dell': echo 'Serial#: ' . $product_info->serialnumber . ' '; echo 'Service Tag: ' . $product_info->alternateId . ' '; echo 'Copyright © 2003-2007 Dell Inc. '; break; case 'tandberg': echo 'Serial#: ' . $product_info->serialnumber . ' '; // echo 'AIN #: ' . $product_info->alternateId . ' '; echo 'Copyright © 2007 Tandberg Data ASA. '; break; case 'adic': echo 'Serial#: ' . $product_info->serialnumber . ' '; // echo 'AIN #: ' . $product_info->alternateId . ' '; echo 'Copyright © 2003-2007 Quantum Corporation '; break; default: error_log("* * * No Branding - defaulting to Quantum"); case 'quantum': echo 'Serial#: ' . $product_info->serialnumber . ' '; // echo 'AIN #: ' . $product_info->alternateId . ' '; echo 'Copyright © 2003-2007 Quantum Corporation '; break; } ?> |
|
||
|