-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathradio.html
288 lines (267 loc) · 13.5 KB
/
radio.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"></meta>
<link rel="icon" type="image/png" href="http://zacinaction.github.io/kicksat/favicon.png" />
<style>
body {
font-family: Helvetica,Arial,FreeSans,san-serif;
margin-top: 1em;
color: #000000;
background-color: #ffffff;
}
h1 {
font-size: 1.3em;
color: #4b22b4;
}
h2 {
font-size: 1.1em;
text-align: center;
}
p {
text-align: justify;
}
a {
color: #4b22b4;
}
#container {
margin: 0 auto;
width: 700px;
}
#map-canvas {
height: 100%;
margin: 0px;
padding: 0px;
}
#map-marker {
width: 180px;
text-align: center;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script type="text/javascript">
var latString = ' ';
var lonString = ' ';
function initialize() {
var mapOptions = {
zoom: 2,
center: new google.maps.LatLng(20.0, -30.0)
};
var map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions);
var infoWindow = new google.maps.InfoWindow();
google.maps.event.addListener(map, 'click', function(event) {
latString = event.latLng.lat().toFixed(1);
lonString = event.latLng.lng().toFixed(1);
var html = '<div id="map-marker">Lat = ' + latString + '° Lon = ' + lonString + '°</div>';
document.getElementById("input_5").value = latString;
document.getElementById("input_6").value = lonString;
infoWindow.setContent(html);
infoWindow.setPosition(event.latLng);
infoWindow.open(map);
});
}
google.maps.event.addDomListener(window, 'load', initialize);
</script>
</head>
<body>
<a href="https://github.com/zacinaction/kicksat-groundstation"><img style="border: 0pt none ; position: absolute; top: 0pt; right: 0pt;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div id="container">
<div style="text-align: center;"><a href="http://zacinaction.github.io/kicksat/"><img style="width: 600px; height: 224px;" alt="KickSat" src="http://zacinaction.github.io/kicksat/kicksatlogo_600.png"></a></div>
<h2>For technical information visit the <a href="https://github.com/zacinaction/kicksat/wiki">project wiki</a>.</h2>
<h2>If you have questions, post them on our <a href="https://groups.google.com/forum/#!forum/kicksat-gs">Google Group</a>.</h2>
<h1>Sprite Recording Upload:</h1>
<!-- Begin JotForm -->
<script src="http://cdn.jotfor.ms/static/jotform.js?3.2.1262" type="text/javascript"></script>
<script type="text/javascript">
JotForm.init(function(){
$('input_4').hint('ex: [email protected]');
JotForm.setCalendar("3", false);
JotForm.displayLocalTime("hour_3", "min_3", "ampm_3");
});
</script>
<link href="http://cdn.jotfor.ms/static/formCss.css?3.2.1262" rel="stylesheet" type="text/css" />
<link type="text/css" media="print" rel="stylesheet" href="http://cdn.jotfor.ms/css/printForm.css?3.2.1262" />
<style type="text/css">
.form-label{
width:155px !important;
}
.form-label-left{
width:155px !important;
}
.form-line{
padding-top:4px;
padding-bottom:4px;
}
.form-label-right{
width:155px !important;
}
.form-all{
width:700px;
color:#000000 !important;
font-family: Helvetica,Arial,FreeSans,san-serif;
font-size:14px;
}
</style>
<link type="text/css" rel="stylesheet" href="http://jotform.us/css/styles/buttons/form-submit-button-simple_white.css?3.2.1262"/>
<form class="jotform-form" action="http://submit.jotform.us/submit/40966824274160/" method="post" enctype="multipart/form-data" name="form_40966824274160" id="40966824274160" accept-charset="utf-8">
<input type="hidden" name="formID" value="40966824274160" />
<div class="form-all">
<ul class="form-section">
<li class="form-line form-line-column" id="id_4">
<label class="form-label-top" id="label_4" for="input_4"> Email: </label>
<div id="cid_4" class="form-input-wide"><span class="form-sub-label-container"><input type="email" class=" form-textbox validate[Email]" id="input_4" name="q4_email" size="40" value="" />
<label class="form-sub-label" for="input_4"> (If you want us to email you the decoding results) </label></span>
</div>
</li>
<li class="form-line form-line-column" id="id_5">
<label class="form-label-top" id="label_5" for="input_5"> Latitude: </label>
<div id="cid_5" class="form-input-wide"><span class="form-sub-label-container"><input type="text" class=" form-textbox validate[Numeric]" data-type="input-textbox" id="input_5" name="q5_latitude5" size="20" value="" maxlength="5" />
<label class="form-sub-label" for="input_5"> (Click the map to get this) </label></span>
</div>
</li>
<li class="form-line form-line-column" id="id_6">
<label class="form-label-top" id="label_6" for="input_6"> Longitude: </label>
<div id="cid_6" class="form-input-wide"><span class="form-sub-label-container"><input type="text" class=" form-textbox" data-type="input-textbox" id="input_6" name="q6_longitude6" size="20" value="" maxlength="5" />
<label class="form-sub-label" for="input_6"> (Click the map to get this) </label></span>
</div>
</li>
<li class="form-line" id="id_3">
<label class="form-label-top" id="label_3" for="input_3"> Local date and time at start of recording (correct as necessary): </label>
<div id="cid_3" class="form-input-wide"><span class="form-sub-label-container"><input class="form-textbox" id="month_3" name="q3_localDate[month]" type="tel" size="2" maxlength="2" value="04" /><span class="date-separate"> /</span>
<label class="form-sub-label" for="month_3" id="sublabel_month"> Month </label></span><span class="form-sub-label-container"><input class="form-textbox" id="day_3" name="q3_localDate[day]" type="tel" size="2" maxlength="2" value="07" /><span class="date-separate"> /</span>
<label class="form-sub-label" for="day_3" id="sublabel_day"> Day </label></span><span class="form-sub-label-container"><input class="form-textbox" id="year_3" name="q3_localDate[year]" type="tel" size="4" maxlength="4" value="2014" />
<label class="form-sub-label" for="year_3" id="sublabel_year"> Year </label></span><span style='white-space: nowrap;'><span class="form-sub-label-container"><div id="at_3">
at
</div>
<label class="form-sub-label" for="at_3">
<div>
</div>
</label></span><span class="form-sub-label-container"><select class="time-dropdown form-dropdown" id="hour_3" name="q3_localDate[hour]">
<option> </option>
<option value="1"> 1 </option>
<option value="2"> 2 </option>
<option value="3"> 3 </option>
<option value="4"> 4 </option>
<option value="5"> 5 </option>
<option value="6"> 6 </option>
<option value="7"> 7 </option>
<option value="8"> 8 </option>
<option value="9"> 9 </option>
<option value="10"> 10 </option>
<option selected="selected" value="11"> 11 </option>
<option value="12"> 12 </option>
</select><span class="date-separate"> :</span>
<label class="form-sub-label" for="hour_3" id="sublabel_hour"> Hour </label></span><span class="form-sub-label-container"><select class="time-dropdown form-dropdown" id="min_3" name="q3_localDate[min]">
<option> </option>
<option value="00"> 00 </option>
<option selected="selected" value="01"> 01 </option>
<option value="02"> 02 </option>
<option value="03"> 03 </option>
<option value="04"> 04 </option>
<option value="05"> 05 </option>
<option value="06"> 06 </option>
<option value="07"> 07 </option>
<option value="08"> 08 </option>
<option value="09"> 09 </option>
<option value="10"> 10 </option>
<option value="11"> 11 </option>
<option value="12"> 12 </option>
<option value="13"> 13 </option>
<option value="14"> 14 </option>
<option value="15"> 15 </option>
<option value="16"> 16 </option>
<option value="17"> 17 </option>
<option value="18"> 18 </option>
<option value="19"> 19 </option>
<option value="20"> 20 </option>
<option value="21"> 21 </option>
<option value="22"> 22 </option>
<option value="23"> 23 </option>
<option value="24"> 24 </option>
<option value="25"> 25 </option>
<option value="26"> 26 </option>
<option value="27"> 27 </option>
<option value="28"> 28 </option>
<option value="29"> 29 </option>
<option value="30"> 30 </option>
<option value="31"> 31 </option>
<option value="32"> 32 </option>
<option value="33"> 33 </option>
<option value="34"> 34 </option>
<option value="35"> 35 </option>
<option value="36"> 36 </option>
<option value="37"> 37 </option>
<option value="38"> 38 </option>
<option value="39"> 39 </option>
<option value="40"> 40 </option>
<option value="41"> 41 </option>
<option value="42"> 42 </option>
<option value="43"> 43 </option>
<option value="44"> 44 </option>
<option value="45"> 45 </option>
<option value="46"> 46 </option>
<option value="47"> 47 </option>
<option value="48"> 48 </option>
<option value="49"> 49 </option>
<option value="50"> 50 </option>
<option value="51"> 51 </option>
<option value="52"> 52 </option>
<option value="53"> 53 </option>
<option value="54"> 54 </option>
<option value="55"> 55 </option>
<option value="56"> 56 </option>
<option value="57"> 57 </option>
<option value="58"> 58 </option>
<option value="59"> 59 </option>
</select>
<label class="form-sub-label" for="min_3" id="sublabel_minutes"> Minutes </label></span><span class="form-sub-label-container"><select class="time-dropdown form-dropdown" id="ampm_3" name="q3_localDate[ampm]">
<option value="AM"> AM </option>
<option selected="selected" value="PM"> PM </option>
</select>
<label class="form-sub-label" for="ampm_3">
<div>
</div>
</label></span></span><span class="form-sub-label-container"><img class="showAutoCalendar" alt="Pick a Date" id="input_3_pick" src="http://cdn.jotfor.ms/images/calendar.png" align="absmiddle" />
<label class="form-sub-label" for="input_3_pick">
<div>
</div>
</label></span>
</div>
</li>
<li class="form-line form-line-column" id="id_1">
<label class="form-label-top" id="label_1" for="input_1">
Select your .wav file:<span class="form-required">*</span>
</label>
<div id="cid_1" class="form-input-wide">
<input class="form-upload validate[required]" type="file" id="input_1" name="q1_selectYour" file-accept="wav, zip, 7z" file-maxsize="256000" />
</div>
</li>
<li class="form-line form-line-column" id="id_2">
<div id="cid_2" class="form-input-wide">
<div style="text-align:right" class="form-buttons-wrapper">
<button id="input_2" type="submit" class="form-submit-button form-submit-button-simple_white">
Submit
</button>
</div>
</div>
</li>
<li style="clear:both">
</li>
<li style="display:none">
Should be Empty:
<input type="text" name="website" value="" />
</li>
</ul>
</div>
<input type="hidden" id="simple_spc" name="simple_spc" value="40966824274160" />
<script type="text/javascript">
document.getElementById("si" + "mple" + "_spc").value = "40966824274160-40966824274160";
</script>
</form>
<!-- End JotForm -->
<div id="map-canvas" style="height: 380px"></div>
</div>
</body>
</html>