/var/www/html/includes/lib_common.php
"\n".
"You are receiving this email because you are a registered member of HDTV Magazine and you have chosen to receive these types of updates per your profile:\n".
FULL_URL_PROFILE ."\n".
"\n".
"For best viewing of future emails, please add ". $admindata[email_reply_address] ." to your Safe Senders List or Address Book.\n".
"\n".
"This email was sent by: ". $admindata[company_name] ."\n".
$admindata[street_address] ."\n".
$admindata[city] .", ". $admindata[state_province] .", ". $admindata[zip_postal_code] ." ". $admindata[country] ."\n".
"\n".
$unsub_text .
"\n";
return $m;
}
function getTabHeader($tabs) {
$tab_header = '<div id="tabs"><ul>';
foreach ($tabs as $label => $url) {
if (basename($_SERVER[SCRIPT_NAME]) == strleft(basename($url) .'?', '?')) {
$tab_header .= "<li><a class='tab-selected' href='#' title='$label'><span>$label</span></a></li>";
} else {
$tab_header .= "<li><a href='$url' title='$label'><span>$label</span></a></li>";
}
}
$tab_header .= '</ul></div>';
return $tab_header;
}
function js_alert($text) {
echo '<html lang="en"><body><script language="javascript" type="text/javascript">'.
' alert(\''. $text .'\');'.
'</script></body></html>';
}
function js_back($text = '') {
echo '<html lang="en"><body><script language="javascript" type="text/javascript">';
if ($text != '') echo 'alert(\''. $text .'\');';
/var/www/html/equipment/model.php
<title>HDTV Magazine - Pricing Comparison: <?=$title?></title>
<? require(BASE_DIR .'/includes/page_header.php');?>
</head>
<body><div id="body_container">
<?
include(BASE_DIR .'/includes/body_header-4.php');
?>
<h1><?=$title?></h1>
<div id="eq-mrec"><? include(BASE_DIR .'/ads/mrectangle.php');?></div>
<?=$breadcrumbs?>
<? include('model-page_header.php');?>
<br id="eq_br" />
<div id="eq-sky"><? include(BASE_DIR .'/ads/skyscraper.php');?></div>
<div style="display:table">
<?=getTabHeader($tabs);?>
<div class="tab-content">
<?
/*
if ($row['pg_masterid'] == 0) {
echo 'No Price Comparison Data Available.';
} else {
*/
echo '<script language="javascript" type="text/javascript"
src="http://ah.pricegrabber.com/cb_table.php?masterid='. $row['pg_masterid'] .
'&keyword='. $row['ManufacturerAlias'] .' '. $row['Model'] .
'&dw=1&cobrand_id=718&vw=2&sml=1&rst=1&sblpt=1&slp=1&olt=1&w=100&pgb=1&sbt=1&ssbox=1&ss=1&l=20&spic=1&ssbox=1"></script>';
/* }*/
?>
</div>
</div>
<? if (access(ACCESS_ADMIN_ANY)) {
include(BASE_DIR .'/includes/lib_admin.php');
echo getRowInformation($row);
}?>