Task #712
Milestone #711: Correct Bugs
Correct Bugs of /stations/realtime.php
0%
Description
Include this code:
function showCboProduct($p){
$html = '
Select Product';
if ($p=='tec'){$html.='eqTEC by station';
}else{$html.='eqTEC by station';}
if ($p=='s4'){$html.='GPS S4 by station';
}else{$html.='GPS S4 by station';}
if ($p=='ion'){$html.='Ionogram by station';
}else{$html.='Ionogram by station';}
if ($p=='mag'){$html.='Magnetogram by station';
}else{$html.='Magnetogram by station';}
$html.='-------------';
if ($p=='s4_map'){$html .= 'GPS S4 Map';
}else{$html.='GPS S4 Map';}
if ($p=='tec_map'){$html .= 'eqTEC Map (measured values)';
}else{$html.='eqTEC Map (measured values)';}
$html .= '';
return $html;
}
History
#1 Updated by Jose Gomero over 8 years ago
- Status changed from New to Closed