-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
419 lines (407 loc) · 15.7 KB
/
index.html
File metadata and controls
419 lines (407 loc) · 15.7 KB
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
<!doctype html>
<html lang="en">
<head>
<title>Simple fast log entry</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="/css/style.css?v=202404270842" 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="SFLE">
<meta name="application-name" content="SFLE">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="theme-color" content="#ffffff">
<meta name="description"
content="Simple fast log entry - a tool to enter QSO from your SOTA/GMA/WWFF activations and create the ADIF file - everything just in your browser.">
<meta name="robots" content="index, follow">
<meta property="og:title"
content="Simple fast log entry - a tool to enter QSO from your SOTA/GMA/WWFF activations and create the ADIF file - everything just in your browser.">
<meta property="og:url" content="https://sfle.ok2cqr.com">
<meta property="og:description"
content="Simple fast log entry - a tool to enter QSO from your SOTA/GMA/WWFF activations and create the ADIF file - everything just in your browser.">
<meta property="og:site_name" content="Simple fast log entry">
<meta property="og:type" content="article">
<meta name="twitter:title" content="Simple fast log entry">
<meta name="twitter:url" content="https://sfle.ok2cqr.com">
<meta name="twitter:card" content="summary">
<meta name="twitter:description"
content="Simple fast log entry - a tool to enter QSO from your SOTA/GMA/WWFF activations 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">Simple fast 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>
<div class="col-md-3 justify-content-end d-flex">
<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>
</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-4">
<div class="row">
<div class="col-xs-12 col-lg-12 col-xl-6">
<div class="form-group">
<label for="qsodate">QSO date</label>
<input type="date" class="form-control" id="qsodate">
</div>
</div>
<div class="col-xs-12 col-lg-12 col-xl-6">
<div class="form-group">
<label for="wwff">WWFF/SOTA <span class="text-muted input-example">e.g.
OKFF-2068</span></label>
<input type="text" class="form-control text-uppercase" id="my-sota-wwff" autofocus>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-lg-6">
<div class="form-group">
<label for="my-call">My call <span class="text-muted input-example">e.g.
OK2CQR/P</span></label>
<input type="text" class="form-control text-uppercase" id="my-call">
</div>
</div>
<div class="col-xs-12 col-lg-6">
<div class="form-group">
<label for="operator">Operator <span class="text-muted input-example">e.g.
OK2CQR</span></label>
<input type="text" class="form-control text-uppercase" id="operator">
</div>
</div>
</div>
<div class="row">
<div class="col">
<p class="mt-1 mb-0">Enter the data</p>
<textarea name="qso" class="form-control qso-area" cols="auto" rows="11">
</textarea>
<span class="js-power text-muted"></span><span class="js-my-grid text-muted"></span>
</div>
</div>
</div>
<div class="col-xs-12 col-md-8">
QSO list
<div class="qsoList">
<table class="table table-condensed table-striped table-sm" id="qsoTable">
<thead>
<tr>
<th>Date</th>
<th>Time</th>
<th>Callsign</th>
<th>Band</th>
<th>Mode</th>
<th>RS</th>
<th>RR</th>
<th>Op.</th>
<th>SOTA/WFF</th>
</tr>
</thead>
<tbody id="qsoTableBody">
</tbody>
</table>
</div>
<span class="js-qso-count"></span>
<div class="row mt-2">
<div class="col-3 col-sm-3">
<button class="btn btn-primary js-reload-qso">Reload QSO list</button>
</div>
<div class="col-3 col-sm-3">
<button class="btn btn-warning js-download-adif">Download ADIF</button>
</div>
<div class="col-3 col-sm-3">
<button class="btn btn-danger js-empty-qso">Clear logging session</button>
</div>
<div class="col-3 col-sm-3">
<button class="btn btn-secondary js-load-sample-log">Load sample log</button>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col">
Status:
</div>
</div>
<div class="row">
<div class="col">
<p class="js-status"></p>
</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">
General
</div>
</div>
<div class="row mt-4">
<div class="col-lg-6">
<div class="row">
<div class="col-3 mt-4">
<strong>QSO</strong>
</div>
<div class="col-sm-3">
<div class="form-group">
<label for="my-power">Power (W)</label>
<input type="text" class="form-control text-uppercase" id="my-power" value="">
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<label for="my-grid">My grid</label>
<input type="text" class="form-control text-uppercase" id="my-grid" value="">
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col">
Bands
</div>
</div>
<div class="row">
<div class="col col-lg-6">
<div class="js-band-settings mt-4 mb-5">
</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">
<p>
Simple fast log entry written in HTML/Javascript by <a href="https://www.ok2cqr.com">Petr,
OK2CQR</a>.
Heavily inspired by <a href="https://df3cb.com/fle/">FLE</a> from <a
href="https://df3cb.com/">Bernd, DF3CB</a>.
Unfortunately, the FLE works only on Windows and Linux using Wine, but I needed something
working on macOS and/or
Android tablet. I didn't need all the features, just wanted to log QSO from my
WFF/SOTA/GMA activation.
</p>
<p>
The SFLE (Simple fast log entry) is a tool created by GDD (Google Driven Development) using
Bootstrap 4 and jQuery (I'm a backend developer). Data is stored only in your browser.
The website does not collect any data about you.
</p>
<p>
If you find any bug or have a suggestion on how to improve the website, please let me know
at <a href="mailto:petr@ok2cqr.com">petr@ok2cqr.com</a>.
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.
</p>
<p>
Source code is available on <a href="https://github.com/ok2cqr/sfle">GitHub</a>.
</p>
</div>
</div>
<div class="row mb-3">
<div class="col">
<strong>Changelog:</strong>
</div>
</div>
<div class="row">
<div class="row">
<div class="col">
<p>
<strong>2025-01-04</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span> button <i>Clear logging</i> session now does not delete data from <i>My call</i> and <i>Operator</i> fields</li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col">
<p>
<strong>2024-04-27</strong>
<ul class="mt-1">
<li><span class="text-danger text-monospace">fix:</span> three digit report on CW mode was ignored (thanks to Colin, G8TMV)</li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col">
<p>
<strong>2023-12-30</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span> values from fields 'My grid' and 'Power' are stored into the local storage and also visible bellow the QSO entry field</li>
<li><span class="text-danger text-monospace">fix:</span> small design issue </li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col">
<p>
<strong>2023-09-24</strong>
<ul class="mt-1">
<li><span class="text-danger text-monospace">fix:</span> 70CM band was not recognized</li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col">
<p>
<strong>2023-08-05</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span> when you click the 'Load sample log' button, a question dialog will appear, asking if you want to replace the existing data</li>
<li><span class="text-primary text-monospace">new:</span> after attempting to download the ADIF file, if no band and/or mode is defined, a dialog window will appear displaying an error message</li>
<li><span class="text-danger text-monospace">fix:</span> getting freq from band and mode</li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col">
<p>
<strong>2023-04-25</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span> showing frequency after hovering the band column table</li>
<li><span class="text-primary text-monospace">new:</span> the website's look and feel have been significantly improved, thanks to the pull request submitted by <a href="http://kounovsky.eu">Aleš Kounovský</a>, who did an outstanding job</li>
</ul>
</p>
</div>
</div>
<div class="col">
<p>
<strong>2022-07-23</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span> Power and My grid fields added to
Settings values will be in the exported ADIF file if filled in.</li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col">
<p>
<strong>2022-02-16</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span> Custom report support - e.g. 5 7
means 559 as RST sent and 579 as RST received on CW or 55/57 on SSB, click to <span
class="text-secondary">Load sample log</span> button to see real examples</li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col">
<p>
<strong>2022-02-03</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span> Showing QSO count below the table
</li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col">
<p>
<strong>2022-01-29</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span> dark mode (thanks to Andreas,
LA8AJA)</li>
<li><span class="text-primary text-monospace">new:</span> saving data to local storage
(thanks to Andreas, LA8AJA)</li>
<li><span class="text-primary text-monospace">new:</span> grid scrolls to last line after
adding a new qso (thanks to Andreas, LA8AJA)</li>
<li><span class="text-primary text-monospace">new:</span> website should be responsive</li>
<li><span class="text-danger text-monospace">fix:</span> some design fixes (thanks to
Andreas, LA8AJA)</li>
<li><span class="text-danger text-monospace">fix:</span> qso time loading</li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col">
<p>
<strong>2021-12-04</strong>
<ul class="mt-1">
<li><span class="text-primary text-monospace">new:</span> area with QSO data has monospace
font</li>
<li><span class="text-danger text-monospace">fix:</span> callsign with slash was not
recognized</li>
<li><span class="text-danger text-monospace">fix:</span> loading qso date from date field
</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container text-center">
<span class="text-muted">
Simple fast log entry written in HTML/Javascript by <a href="https://www.ok2cqr.com">Petr, OK2CQR</a>.
Source code is available on <a href="https://github.com/ok2cqr/sfle">GitHub</a>.
Heavily inspired by <a href="https://df3cb.com/fle/">FLE</a> from <a href="https://df3cb.com/">Bernd,
DF3CB</a>
</span>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
<script src="/js/app.js?v=202501040916"></script>
<script src="/js/theme-toggle.js"></script>
</body>
</html>