2013-05-09 14:59:26 +00:00
|
|
|
<html>
|
2013-05-21 20:28:16 +00:00
|
|
|
<head>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
2014-03-24 18:45:21 +00:00
|
|
|
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.css" />
|
2013-05-30 17:45:10 +00:00
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
2014-03-24 18:45:21 +00:00
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
|
2013-05-28 09:15:18 +00:00
|
|
|
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false&libraries=geometry"></script>
|
2013-05-24 02:15:37 +00:00
|
|
|
<script type="text/javascript" src="config.js"></script>
|
|
|
|
|
<script type="text/javascript" src="planeObject.js"></script>
|
2013-05-30 17:45:10 +00:00
|
|
|
<script type="text/javascript" src="options.js"></script>
|
2013-05-24 02:15:37 +00:00
|
|
|
<script type="text/javascript" src="extension.js"></script>
|
2013-05-21 20:28:16 +00:00
|
|
|
<script type="text/javascript" src="script.js"></script>
|
2013-05-22 17:09:12 +00:00
|
|
|
<script type="text/javascript" src="coolclock/excanvas.js"></script>
|
|
|
|
|
<script type="text/javascript" src="coolclock/coolclock.js"></script>
|
|
|
|
|
<script type="text/javascript" src="coolclock/moreskins.js"></script>
|
2013-05-21 20:28:16 +00:00
|
|
|
</head>
|
|
|
|
|
<body onload="initialize()">
|
2013-06-02 10:45:53 +00:00
|
|
|
<div id="dialog-modal" title="Basic modal dialog" style="display:none;">
|
|
|
|
|
<p>The settings feature is coming soon. Keep checking GitHub.</p>
|
2013-05-30 21:26:16 +00:00
|
|
|
</div>
|
2013-05-21 20:28:16 +00:00
|
|
|
<div id="map_container">
|
|
|
|
|
<div id="map_canvas"></div>
|
|
|
|
|
</div>
|
2014-12-05 21:09:40 +00:00
|
|
|
<div id="grippie"></div>
|
2013-05-21 20:28:16 +00:00
|
|
|
<div id="sidebar_container">
|
|
|
|
|
<div id="sidebar_canvas">
|
2013-05-22 17:09:12 +00:00
|
|
|
<div id="timestamps" style="align: center">
|
|
|
|
|
<table width="100%"><tr>
|
|
|
|
|
<td>Local Time</td>
|
|
|
|
|
<td>
|
|
|
|
|
<canvas id="localclock" class="CoolClock:classic:40"></canvas>
|
|
|
|
|
</td>
|
2013-05-25 08:56:32 +00:00
|
|
|
<td>UTC Time</td>
|
2013-05-22 17:09:12 +00:00
|
|
|
<td>
|
|
|
|
|
<canvas id="gmtclock" class="CoolClock:classic:40::0"></canvas>
|
|
|
|
|
</td>
|
|
|
|
|
</tr></table>
|
|
|
|
|
</div>
|
2013-05-30 17:45:10 +00:00
|
|
|
<div id="sudo_buttons">
|
|
|
|
|
<table width="100%"><tr>
|
2013-05-31 07:04:11 +00:00
|
|
|
<td width="150" style="text-align: center;" class="pointer">
|
|
|
|
|
[ <span onclick="resetMap();">Reset Map</span> ]
|
|
|
|
|
</td>
|
|
|
|
|
<td> </td>
|
|
|
|
|
<td width="150" style="text-align: center;" id="setings_button" class="pointer">
|
|
|
|
|
[ <span onclick="optionsModal();">Settings</span> ]
|
|
|
|
|
</td>
|
2013-05-30 17:45:10 +00:00
|
|
|
</tr></table>
|
|
|
|
|
</div>
|
2013-05-30 21:26:16 +00:00
|
|
|
|
2013-05-21 20:28:16 +00:00
|
|
|
<div id="plane_detail"></div>
|
|
|
|
|
<div id="options"></div>
|
2014-10-10 18:24:07 +00:00
|
|
|
<div id="planes_table">
|
|
|
|
|
<table id="tableinfo" width="100%">
|
|
|
|
|
<thead style="background-color: #BBBBBB; cursor: pointer;">
|
|
|
|
|
<td onclick="setASC_DESC('0');sortTable('tableinfo','0');">ICAO</td>
|
|
|
|
|
<td onclick="setASC_DESC('1');sortTable('tableinfo','1');">Flight</td>
|
|
|
|
|
<td onclick="setASC_DESC('2');sortTable('tableinfo','2');" align="right">Squawk</td>
|
|
|
|
|
<td onclick="setASC_DESC('3');sortTable('tableinfo','3');" align="right">Altitude</td>
|
|
|
|
|
<td onclick="setASC_DESC('4');sortTable('tableinfo','4');" align="right">Speed</td>
|
|
|
|
|
<td onclick="setASC_DESC('5');sortTable('tableinfo','5');" align="right">Track</td>
|
|
|
|
|
<td onclick="setASC_DESC('6');sortTable('tableinfo','6');" align="right">Msgs</td>
|
|
|
|
|
<td onclick="setASC_DESC('7');sortTable('tableinfo','7');" align="right">Seen</td>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="dataTable">
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
2013-05-24 02:15:37 +00:00
|
|
|
<div id="plane_extension"></div>
|
2013-05-21 20:28:16 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-06-02 13:51:38 +00:00
|
|
|
<div id="SpecialSquawkWarning">
|
2014-03-24 18:40:55 +00:00
|
|
|
<b>Squawk 7x00 is reported and shown.</b><br>
|
2013-06-02 13:51:38 +00:00
|
|
|
This is most likely an error in reciving or decoding.<br>
|
2014-03-24 18:40:55 +00:00
|
|
|
Please do not call the local authorities, they already know about it if it is valid squawk.
|
2013-06-02 13:51:38 +00:00
|
|
|
</div>
|
2013-09-26 11:59:46 +00:00
|
|
|
<div id="container_splitter"></div>
|
2013-05-21 20:28:16 +00:00
|
|
|
</body>
|
2013-05-09 14:59:26 +00:00
|
|
|
</html>
|