forked from koansys/isat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
not_supported.html
171 lines (163 loc) · 7.74 KB
/
not_supported.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<title>SOT: Satellite Orbit Tracker</title>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<script>
opsmode = 'i'; //GLOBAL for intl, 'i'mproved
</script>
<script type="text/javascript" src="../js/isat.min.js"></script>
<script type="text/javascript" src="cesium/Cesium.js"></script>
<script type="text/javascript" src="static/js/modernizr-2.6.2.min.js"></script> <!-- There is a minified one to use... -->
<link rel="stylesheet" href="static/css/normalize.css">
<link rel="stylesheet" href="static/css/main.css">
<!--[if IE]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
<script>window.attachEvent("onload",function(){CFInstall.check({mode:"overlay"})})</script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<div id="not_supported">
<h1>Not Supported</h1>
<p>The Interactive Satellite Viewer does not support the browser you are currently using. Portions of our website may not display or function properly when used in this browser.</p>
<p>For the optimal experience, we recommend updating to the most recent version of one of the following supported browser.</p>
<p>To see just text data, close this popup.</p>
<p>Your browser does not support <span id="failure"></span>.</p>
<div id="browser_list">
<dl>
<dt>
<img src="static/images/Chrome_Logo.png"
alt="Chrome Browser"
height="65px" width="65px" />
</dt>
<dd>
<b>Chrome</b><br />
<a href="https://www.google.com/intl/en/chrome/browser/">For Windows, Mac, and Linux</a>
</dd>
<dt>
<img src="static/images/Firefox_Logo.png"
alt="Firefox Browser"
height="65px" width="65px" />
</dt>
<dd>
<b>Firefox</b><br />
<a href="http://www.mozilla.org/en-US/firefox/new/">For Windows, Mac, and Linux</a>
</dd>
</dl>
</div> <!-- /browswer_list -->
</div> <!-- /not-supported -->
<div id="satellite_form">
<form id="controls">
<fieldset>
<legend>
Select a Satellite:
</legend>
<dl id="controls_satellite">
<dt>
<label for="select_satellite_group">Satellite Group:</label>
</dt>
<dd>
<select id="select_satellite_group">
<option value="SMD">
NASA Science
</option>
<optgroup label="From Celestrak"></optgroup>
<optgroup class="second_level" label="Special Interest">
<option value="visual"> 100 (or so) Brightest</option>
<option value="cosmos-2251-debris"> COSMOS 2251 Debris</option>
<option value="1999-025"> FENGYUN 1C Debris</option>
<option value="iridium-33-debris"> IRIDIUM 33 Debris</option>
<option value="tle-new"> Last 30 Days' Launches</option>
<option value="stations"> Space Stations</option>
<!-- breeze-m r/b breakup (2012-044c) -->
</optgroup>
<optgroup class="second_level" label="Weather & Earth Resources">
<option value="dmc"> Disaster Monitoring</option>
<option value="resource"> Earth Resources</option>
<option value="goes"> GOES</option>
<option value="noaa"> NOAA</option>
<option value="sarsat"> Search & Rescue (SARSAT)</option>
<option value="tdrss"> Tracking and Data Relay Satellite</option>
<option value="weather"> Weather</option>
</optgroup>
<optgroup class="second_level" label="Communications">
<option value="amateur"> Amateur Radio</option>
<option value="x-comm"> Experimental</option>
<option value="geo"> Geostationary</option>
<option value="globalstar"> Globalstar</option>
<option value="gorizont"> Gorizont</option>
<option value="intelsat"> Intelsat</option>
<option value="iridium"> Iridium</option>
<option value="molniya"> Molniya</option>
<option value="other-comm"> Other</option>
<option value="orbcomm"> Orbcomm</option>
<option value="raduga"> Raduga</option>
</optgroup>
<optgroup class="second_level" label="Navigation">
<option value="gps-ops"> GPS Operational</option>
<option value="galileo"> Galileo</option>
<option value="glo-ops"> Glonass Operational</option>
<option value="nnss"> Navy Navigation Satellite System</option>
<option value="musson"> Russian LEO Navigation</option>
<option value="sbas"> Satellite-Based Augmentation System</option>
</optgroup>
<optgroup class="second_level" label="Scientific">
<option value="education"> Education</option>
<option value="engineering"> Engineering</option>
<option value="geodetic"> Geodetic</option>
<option value="science"> Space & Earth Science</option>
</optgroup>
<optgroup class="second_level" label="Miscellaneous">
<option value="cubesat"> CubeSats</option>
<option value="military"> Miscellaneous Military</option>
<option value="other"> Other</option>
<option value="radar"> Radar Calibration</option>
</optgroup>
</select>
</dd>
</dl> <!-- /controls_satellite -->
</fieldset>
</form>
</div> <!-- /satellite_form -->
<div id="statistics">
<form>
<fieldset>
<legend>
Satellite Information
</legend>
<div id="play_pause_buttons">
<button id="play_button"
accesskey="p"
title="Update satellite information"
type="button">Play</button>
<button id="pause_button"
accesskey="s"
title="Pause updating satellite information"
type="button">Pause</button>
</div>
<div id="date">Date</div>
<table id="positions">
<thead>
<tr>
<th>Name</th>
<th>ID</th>
<th>Velocity</th>
<th>Latitude</th>
<th>Longitude</th>
<th>Height (Km)</th>
<th>Height (M)</th>
</tr>
</thead>
<!-- tbody destroyed and recreated by javascript -->
</table>
</fieldset>
</form>
</div> <!-- /statistics -->
</div> <!-- /wrapper -->
<script src="index_crippled.min.js" type="text/javascript"></script>
</body>
</html>