'. strtoupper($mode) .' | ';
foreach ($value as $key => $val) {
switch($type) {
case 'dxcc': $linkinfo = '' . $val . ''; break;
case 'iota': $linkinfo = '' . $val . ''; break;
case 'grid': $linkinfo = '' . $val . ''; break;
case 'cqz': $linkinfo = '' . $val . ''; break;
case 'was': $linkinfo = '' . $val . ''; break;
case 'sota': $linkinfo = '' . $val . ''; break;
case 'wwff': $linkinfo = '' . $val . ''; break;
}
$info = '';
if ($val == 'W') {
$info .= ' ' . $linkinfo . ' ';
}
else if ($val == 'C') {
$info .= '' . $linkinfo . ' ';
}
else {
$info .= $val;
}
$info .= ' | ';
echo $info;
}
echo '
';
}
echo '