Project

General

Profile

Task #712

Milestone #711: Correct Bugs

Correct Bugs of /stations/realtime.php

Added by Jose Gomero almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/21/2016
Due date:
% Done:

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 almost 8 years ago

  • Status changed from New to Closed

Also available in: Atom PDF