About =LIBTYPE_NAME?> | User: = $user->username ?> |
=LIBTYPE_NAME?> | |
alternateId . ' '; // echo 'AIN #: ' . $product_info->serialnumber . ' '; echo 'Copyright © 2003-2009 Quantum Corporation '; break; case 'dell': echo 'Serial#: ' . $product_info->serialnumber . ' '; echo 'Service Tag: ' . $product_info->alternateId . ' '; echo 'Copyright © 2003-2009 Dell Inc. '; break; case 'tandberg': echo 'Serial#: ' . $product_info->serialnumber . ' '; // echo 'AIN #: ' . $product_info->alternateId . ' '; echo 'Copyright © 2009 Tandberg Data ASA. '; break; case 'adic': echo 'Serial#: ' . $product_info->serialnumber . ' '; // echo 'AIN #: ' . $product_info->alternateId . ' '; echo 'Copyright © 2003-2009 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-2009 Quantum Corporation '; break; } ?> |
|
||
|