-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
556 lines (544 loc) · 30 KB
/
index.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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<title>Real-time log entry</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css?v=202501191623" class="rel">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="RTLE">
<meta name="application-name" content="RTLE">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="theme-color" content="#ffffff">
<meta name="description"
content="Real-time log entry - a tool to enter QSO from your SOTA/GMA/WWFF activations in real-time and create the ADIF file - everything just in your browser.">
<meta name="robots" content="index, follow">
<meta property="og:title"
content="Real-time log entry - a tool to enter QSO from your SOTA/GMA/WWFF activations in real-time and create the ADIF file - everything just in your browser.">
<meta property="og:url" content="https://rtle.ok2cqr.com">
<meta property="og:description"
content="Real-time log entry - a tool to enter QSO from your SOTA/GMA/WWFF activations in real-time and create the ADIF file - everything just in your browser.">
<meta property="og:site_name" content="Real-time log entry">
<meta property="og:type" content="article">
<meta name="twitter:title" content="Real-time log entry">
<meta name="twitter:url" content="https://rtle.ok2cqr.com">
<meta name="twitter:card" content="summary">
<meta name="twitter:description"
content="Real-time log entry - a tool to enter QSO from your SOTA/GMA/WWFF activations in real-time and create the ADIF file - everything just in your browser.">
</head>
<body>
<div class="container-fluid">
<header
class="d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom">
<div class="col-md-3 mb-2 mb-md-0">
<a href="/" class="d-inline-flex link-body-emphasis text-decoration-none">
<span class="fs-4">Real-time log entry</span>
</a>
</div>
<ul class="nav nav-pills col-12 col-md-auto mb-2 justify-content-center mb-md-0" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-home-tab" data-bs-toggle="pill" data-bs-target="#qso"
type="button" role="tab" aria-controls="pills-home" aria-selected="true">QSO Entry</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-profile-tab" data-bs-toggle="pill" data-bs-target="#settings"
type="button" role="tab" aria-controls="pills-profile" aria-selected="false">Settings</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-about-tab" data-bs-toggle="pill" data-bs-target="#about"
type="button" role="tab" aria-controls="pills-about" aria-selected="false">About</button>
</li>
</ul>
</header>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="qso" role="tabpanel" aria-labelledby="qso-tab">
<div class="row mt-4">
<div class="col-xs-12 col-md-8">
<div class="row">
<div class="col-6 col-xs-6 col-lg-6 col-xl-6">
<div class="form-group">
<label for="my-sota-wwff">WWFF/SOTA</label>
<input type="text" class="form-control text-uppercase" id="my-sota-wwff"placeholder="OKFF-2068">
</div>
</div>
<div class="col-6" id="js-visible-grid">
<div class="form-group">
<label for="my-grid">My grid</label>
<input type="text" class="form-control text-uppercase" id="my-grid" value="" placeholder="JO70GG">
</div>
</div>
</div>
<div class="row mt-2">
<div class="col-4 col-xs-4 col-lg-4 col-xl-4">
<div class="form-group">
<label for="my-band">Band</label>
<select class="form-control" id="my-band" name="band">
<option value="160M">160M</option>
<option value="80M">80M</option>
<option value="40M">40M</option>
<option value="60M">60M</option>
<option value="30M">30M</option>
<option value="20M">20M</option>
<option value="17M">17M</option>
<option value="15M">15M</option>
<option value="12M">12M</option>
<option value="10M">10M</option>
<option value="2M">2M</option>
<option value="70CM">70CM</option>
</select>
</div>
</div>
<div class="col-4" id="js-visible-freq">
<div class="form-group">
<label for="my-freq">Freq</label>
<input type="text" class="form-control text-uppercase" id="my-freq" value="" placeholder="7.028">
</div>
</div>
<div class="col-4">
<div class="form-group">
<label for="my-mode">Mode</label>
<select class="form-control" id="my-mode" name="mode">
<option value="SSB">SSB</option>
<option value="CW">CW</option>
<option value="FM">FM</option>
<option value="FT-8">FT-8</option>
</select>
</div>
</div>
</div>
<div class="row mt-2">
<div class="col-10">
<div class="form-group">
<label for="js-qso-data" id="js-qso-info">
QSO
</label>
<span class="small text-muted mx-4" id="js-datetime"></span>
<input type="text" class="form-control text-uppercase" id="js-qso-data" value="" autofocus>
</div>
</div>
<div class="col-1 text-start mt-4" style="margin-left: -20px">
<button class="btn btn-danger" id="js-clear-button">
Clear
</button>
</div>
</div>
<div class="row">
<div class="col mt-1" id="js-station-name"></div>
</div>
<div class="row" id="js-visible-help">
<div class="col">
<div class="form-text">Enter a callsign, reports and/or a reference number e.g. OK2CQR 5 OKFF-3029 separated by space, press <strong>Enter to save</strong> the QSO</div>
</div>
</div>
<div class="mb-4"></div>
<div class="row">
<table class="table table-striped" id="logTable" style="font-size: small;">
<thead>
<tr>
<th scope="col">Date</th>
<th scope="col">Call</th>
<th scope="col">M/B</th>
<th scope="col">Ref</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
<div class="row mt-2">
</div>
<div class="row">
<div class="col">
<span id="js-status-message">Status: </span>
</div>
</div>
<div class="row">
<div class="col">
<p class="js-status"></p>
</div>
</div>
<div class="row mt-2 mb-3">
<div class="col-6">
<button type="submit" class="btn btn-danger" id="js-clear-log-button">Clear the log</button>
</div>
<div class="col-6 text-end">
<button type="submit" class="btn btn-primary" id="js-export-log-button">Export the log</button>
</div>
</div>
</div>
<div class="tab-pane fade show" id="settings" role="tabpanel" aria-labelledby="settings-tab">
<div class="row mt-4">
<div class="col fw-bold">
QSO
</div>
</div>
<div class="row mt-4">
<div class="col-6">
<div class="form-group">
<label for="my-call">My call <span class="text-muted">e.g.
OK2CQR/P</span></label>
<input type="text" class="form-control text-uppercase" id="my-call">
</div>
</div>
<div class="col-6">
<div class="form-group">
<label for="operator">Operator <span class="text-muted">e.g.
OK2CQR</span></label>
<input type="text" class="form-control text-uppercase" id="operator">
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-6">
<div class="form-group">
<label for="my-power">Power (W)</label>
<input type="number" class="form-control text-uppercase" id="my-power" value="">
</div>
</div>
</div>
<div class="row mt-4">
<div class="col fw-bold">
QSO Entry
</div>
</div>
<div class="row mt-4">
<div class="col">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="js-show-grid">
<label class="form-check-label" for="js-show-grid">
Show Grid field next to the WWFF/SOTA
</label>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="js-show-freq">
<label class="form-check-label" for="js-show-freq">
Show Freq field
</label>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="js-show-help">
<label class="form-check-label" for="js-show-help">
Show the brief usage guide below the QSO entry field
</label>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col fw-bold">
Station names
</div>
</div>
<div class="row mt-4">
<div class="col">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="js-show-station-names">
<label class="form-check-label" for="js-show-station-names">
Show station names
</label>
</div>
</div>
</div>
<div class="row mt-2 mx-1">
<div class="col">
<button class="btn btn-primary" id="js-btn-download-stations">
Download station names
</button>
</div>
</div>
<div class="row mt-2 mx-1">
<div class="col text-muted" id="js-station-last-downloaded-info">
</div>
</div>
<div class="row mt-4">
<div class="col fw-bold">
Theme
</div>
</div>
<div class="row mt-4">
<div class="col">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle d-flex align-items-center" id="bd-theme"
type="button" aria-expanded="false" data-bs-toggle="dropdown" aria-label="Toggle theme (auto)">
<span class="ms-2" id="bd-theme-text">Toggle theme</span>
</button>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="bd-theme-text">
<li>
<button type="button" class="dropdown-item d-flex align-items-center"
data-bs-theme-value="light" aria-pressed="false">
Light
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center"
data-bs-theme-value="dark" aria-pressed="false">
Dark
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center active"
data-bs-theme-value="auto" aria-pressed="true">
Auto
</button>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="about" role="tabpanel" aria-labelledby="about-tab">
<div class="row mt-4">
<div class="col">
</div>
</div>
<div class="row">
<div class="col">
Real-time log entry written in HTML/Javascript by <a href="https://ok2cqr.com">Petr, OK2CQR</a>.
RTLE is valuable for logging your QSOs in real-time, especially when activating SOTA, GMA, or WWFF.
</div>
</div>
<div class="row mt-2">
<div class="col">
<strong>Saving a new QSO</strong> is simple - just enter the callsign and press <i>Enter</i>. The QSO will be saved
in the browser with the current UTC time and will appear in the QSO list.
</div>
</div>
<div class="row mt-2">
<div class="col">
The QSO input field is multifunctional. You can log the QSO in real-time by entering the callsign, change the
mode by typing CW or SSB, and switch bands by entering 80M, 60M, etc. You can also directly enter the
frequency, and the correct band will be set automatically.
</div>
</div>
<div class="row mt-3">
<div class="col">
<strong>Editing a QSO</strong> is a breeze - simply click or tap on the QSO in the list, and a modal window
will appear, allowing you to edit or delete the QSO.
</div>
</div>
<div class="row mt-2">
<div class="col">
<strong>How to use:</strong>
<p>
Type <i>OK2CQR</i> and press <i>Enter</i>. The QSO with OK2CQR will be logged with the frequency, band, and mode
settings you’ve selected above.
</p>
<p>
Now, if you want to QSY to 20M, you can use the band selector or manually enter the correct frequency in the Frequency
field. Alternatively, you can simply type <i>20M</i> into the QSO field, press <i>Enter</i>, and RTLE will automatically adjust the band and
frequency for you.
</p>
<p>
The same applies to mode selection. You can simply type the mode directly into the QSO field, and RTLE will make the
change for you.
</p>
</div>
</div>
<div class="row">
<div class="col">
<span class="fw-bold">
Data is stored only in your browser. The website does not collect any data about you.
</span>
</div>
</div>
<div class="row mt-2">
<div class="col">
If you find any bug or have a suggestion on how to improve the website, please let me know
at [email protected]. I get many emails every day, if you don't get a reply in a few days, don't
hesitate to send your email again.
</div>
</div>
<div class="row mt-2">
<div class="col">
Source code is <a href="https://github.com/ok2cqr/rtle">available on GitHub</a>.
</div>
</div>
<div class="row mt-2">
<div class="col">
If you enjoy my work, you can support me by <a href="https://www.paypal.com/donate/?business=WTG6F7YMYGXZ8&no_recurring=0&item_name=Buying+a+coffee+for+Petr%21¤cy_code=USD">buying me a coffee</a> or contributing
on <a href="https://www.patreon.com/PetrHlozek">Patreon</a>.
</div>
</div>
<div class="row mb-3 mt-5">
<div class="col">
<strong>Changelog:</strong>
</div>
</div>
<div class="row">
<div class="col offset-sm-1">
<strong>2025-01-19</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span>
Callsign name search added, must be enabled in Settings tab,
this feature is disabled by default. Existing names are also exported to the ADIF file.
</li>
<li><span class="text-danger text-monospace">fix:</span>
STATION_CALLSIGN was exported in lower case, now it is exported in upper case
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col offset-sm-1">
<strong>2024-09-21</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span>
QSO count added to the ADIF header
</li>
<li><span class="text-primary text-monospace">new:</span>
You can disable the brief usage guide below the QSO entry field
</li>
<li><span class="text-danger text-monospace">fix:</span>
Some design issues in Settings tab fixed
</li>
<li><span class="text-danger text-monospace">fix:</span>
ADIF export failed when a QSO had been deleted
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col offset-sm-1">
<strong>2024-09-01</strong>
<ul class="mt-1">
<li><span class="text-danger text-monospace">fix:</span>
After entering band and/or mode the QSO field was not cleared.
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col offset-sm-1">
<strong>2024-08-19</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span>
RTLE is modified to work offline. Simply load the page while you have an Internet
connection, and it will continue to function even if you lose the connection.
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col offset-sm-1">
<strong>2024-08-18</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span> First RTLE public release</li>
</ul>
</div>
</div>
</div>
</div>
<div class="modal fade" id="myModal" tabindex="-1">
<div class="modal-dialog modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Edit QSO</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<form>
<div class="mb-3">
<label for="editQsoDate" class="form-label">QSO date</label>
<input type="date" class="form-control" id="editQsoDate">
</div>
<div class="mb-3">
<label for="editQsoTime" class="form-label">QSO time</label>
<input type="time" class="form-control" id="editQsoTime">
</div>
<div class="mb-3">
<label for="editCallsign" class="form-label">Callsign</label>
<input type="text" class="form-control text-uppercase" id="editCallsign">
</div>
<div class="mb-3">
<label for="editMode">Mode</label>
<select class="form-control" id="editMode" name="editMode">
<option value="SSB">SSB</option>
<option value="CW">CW</option>
<option value="FM">FM</option>
<option value="FT-8">FT-8</option>
</select>
</div>
<div class="mb-3">
<label for="editBand" class="form-label">Band</label>
<select class="form-control" id="editBand" name="editBand">
<option value="160M">160M</option>
<option value="80M">80M</option>
<option value="40M">40M</option>
<option value="60M">60M</option>
<option value="30M">30M</option>
<option value="20M">20M</option>
<option value="17M">17M</option>
<option value="15M">15M</option>
<option value="12M">12M</option>
<option value="10M">10M</option>
<option value="2M">2M</option>
<option value="70CM">70CM</option>
</select>
</div>
<div class="mb-3" id="editFreqContainer">
<label for="editFreq" class="form-label">Freq</label>
<input type="text" class="form-control" id="editFreq">
</div>
<div class="mb-3">
<label for="editRSTS" class="form-label">RST sent</label>
<input type="text" class="form-control text-uppercase" id="editRSTS">
</div>
<div class="mb-3">
<label for="editRSTR" class="form-label">RST rcvd</label>
<input type="text" class="form-control text-uppercase" id="editRSTR">
</div>
<div class="mb-3">
<label for="editName" class="form-label">Name</label>
<input type="text" class="form-control" id="editName">
</div>
<div class="mb-3">
<label for="editSotaWff" class="form-label">SOTA/WFF</label>
<input type="text" class="form-control text-uppercase" id="editSotaWff">
</div>
</form>
</div>
</div>
</div>
<div class="modal-footer">
<div class="row">
<div class="col-3 col-sm-2 text-start">
<button type="button" class="btn btn-danger" id="js-delete-qso">Delete</button>
</div>
<div class="col-9 col-sm-10 text-end">
<button type="button" class="btn btn-primary" id="js-save-qso">Save changes</button>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container text-center">
<span class="text-muted">
<a href="https://github.com/ok2cqr/rtle" target="_blank">Real-time QSO logger</a> for WWFF/SOTA/GMA by <a href="https://ok2cqr.com" target="_blank">OK2CQR</a>
</span>
</div>
</footer>
<script src="/js/bootstrap.bundle.min.js"></script>
<script src="/js/theme-toggle.js"></script>
<script src="/js/app.js?v=202501191623"></script>
</body>
</html>