Radar status: Difference between revisions

From CSU-CHILL

m (Radar status test moved to Radar status: Removed beta status)
m (Fixed JS typo)
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:


   document.getElementById("radarstatus_status").innerHTML = data.radarStatus;
   document.getElementById("radarstatus_status").innerHTML = data.radarStatus;
   document.getElementById("radarstatus_scanname").innerHTML = data.currentScanName
  document.getElementById("radarstatus_sweepnum").innerHTML = data.sweepNum;
   document.getElementById("radarstatus_scantype").innerHTML = data.currentScanType
   document.getElementById("radarstatus_scanname").innerHTML = data.currentScanName;
   document.getElementById("radarstatus_scantype").innerHTML = data.currentScanType;


   if (data.radarStatus == 'Inactive') {
   if (data.radarStatus == 'Inactive') {
Line 41: Line 42:
</script>
</script>


<p>Radar Status: <span id="radarstatus_status"></span> </p>
<p>Radar Status: <span id="radarstatus_status">?</span> </p>
<p>Current Scan: <span id="radarstatus_scanname"></span> </p>
<p>Current Scan: <span id="radarstatus_sweepnum">?</span> </p>
<p>Scan Type: <span id="radarstatus_scantype"></span> </p>
<p>Current Scan: <span id="radarstatus_scanname">?</span> </p>
<p>Scan Type: <span id="radarstatus_scantype">?</span> </p>


</html>


==Current Images==
<html>
<ul>
<ul>
<li><a href="#" onClick="ref = window.open('http://www.chill.colostate.edu/quicklook/quicklook.html', 'quicklook', 'width=650,height=700,status=0,location=0'); ref.focus();">Quick Look</a></li>
<li><a href="#" onClick="ref = window.open('http://www.chill.colostate.edu/quicklook/quicklook_anim.html', 'quicklook', 'width=650,height=700,status=0,location=0'); ref.focus();">Animation Loop</a></li>
</ul>
</ul>
</html>
</html>

Latest revision as of 19:43, 14 July 2021

Radar Status: ?

Current Scan: ?

Current Scan: ?

Scan Type: ?

Current Images