-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
600 lines (506 loc) · 25.5 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
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#02874D" />
<title>C:Kai</title>
<link rel="stylesheet" type="text/css" href="src/css/header.css" />
<link rel="stylesheet" type="text/css" href="src/css/root.css" />
<link rel="stylesheet" type="text/css" href="src/css/main.css" />
<link rel="stylesheet" href="src/leaflet/leaflet.css" />
<link rel="stylesheet" type="text/css" href="src/css/softkey.css" />
<link rel="stylesheet" type="text/css" href="src/css/kaios-toaster.css" />
<link rel="stylesheet" type="text/css" href="src/css/kaiui.css" />
<link rel="stylesheet" type="text/css" href="src/css/normalize.css" />
<script src="src/leaflet/leaflet.js" defer></script>
<script src="src/app.js" defer></script>
<script src="src/KaiOS.js" defer></script>
<script src="src/kaios-toaster.js" defer></script>
<script src="src/someInputs.js" defer></script>
<!-- uncomment below to turn ads back on... -->
<script src="src/kaiads.v5.min.js" defer></script>
<style>body { padding: 0; margin: 0; } #map { height: 100%; width: 100vw; }</style>
</head>
<body>
<div id="views">
<div class="view homeOverride" id="viewMap"> <!-- view 0 -->
<div id="ad-container"></div>
<div id="map-container">
<div id="content2"> </div>
<div id="mapCenter" style="display: block; color: 'white'; position:absolute; top:45%; left:49%; z-index: 2000;">+</div>
<center>
<br><img src="/assets/appLogo/logo2a.png"/><br><br>
<!--<b>Caching-on-Kai</b><br>-->
Geocaching for everyone else<br>
<b><div id="loadingVersion"></div></b>
<img src="/assets/appLogo/API-Dev.png"/>
</center>
</div>
<div id="compassContainer">
<div id="mapViewCompass">
<img src="/assets/icons/icons8-gps-32.png" id="compass"/>
</div>
<div id="content"><img src="/assets/Bars-1s.gif">Waiting on GPS lock...</div>
</div>
</div>
<div class="view viewPaddingOverride" id="viewList"> <!-- view 1 -->
<div id="CacheList" class="list">Waiting on the list of caches...<br><br>Press the Call button or select "Refresh Cache List" from the Options menu to load caches based on the map position</div>
</div>
<div class="view" id="viewCompass"> <!-- view 2 -->
<div id="NorthCompassContainer">
<img src="/assets/icons/icons8-north-direction-150.png" id="NorthCompass"/>
</div>
<div id="largeCompassContainer">
<img src="/assets/icons/icons8-gps-96.png" id="largeCompass"/>
</div>
<div id="distanceToCache">Distance</div>
<div id="bearingToCache"></div>
<div id="gpsAccuracy">Accuracy</div>
<div id="cacheName">Name</div>
</div>
<div class="view viewPaddingOverride" id="viewCache"> <!-- view 3 -->
<div class="viewCacheDetails">
<div class="CacheTopLine">
<div id="CacheHeaderDetail">Waiting on cache details...<br></div>
<div class="kui-separator" id="cacheTabList" style="display:none"><b>Details</b> | Logs | Gallery</div>
</div>
<div id="CacheDetails"></div>
<div id="PromptForFullDetails" style="display:block">
<div class="kui-separator"><b>Load full cache details?</b></div>
<div class="navItem" id="promptToLoadFullDetails"></div>
</div>
<div id="CacheFullDetails" style="display:none">
<div class="kui-separator"><b>Description</b></div>
<div id="CacheDescription"></div>
<div class="kui-separator"><b>Additional Hints</b></div>
<div id="CacheHintWrapper">
<div id="CacheHint" style="display:block">Hint here</div>
<div id="CacheHintShown" style="display:none">hint displayed here</div>
</div>
</div>
</div>
</div>
<div class="view" id="LogCacheOLD"></div> <!-- view 4 -->
<div class="view" id="Help"> <!-- view5 -->
<div id="helpSections" class="listHelpSections">
<div class="navItem" tabIndex="0" id="introduction">
<div><center><img src="/assets/appLogo/API-Dev.png"/></center></div>
<h2 id="steps-to-begin"><center>3 steps to begin your adventure</center></h2><br>
<div class="iconLeft"><img src="/assets/help/section1/icons8-test-account-40.png" alt=""></div>
<div><h3>1. Create an account</h3>
<p>Create an account online or through this Geocaching® app to view a map of geocaches near you.</p>
</div>
<br>
<div class="iconLeft"><img src="/assets/help/section1/icons8-waypoint-map-80.png" alt=""></div>
<div><h3>2. Find a geocache</h3>
<p>Use the app to navigate to a geocache nearby. Don’t forget to bring a pen!</p>
</div>
<br>
<div class="iconLeft"><img src="/assets/help/section1/icons8-moleskine-100.png" alt=""></div>
<div><h3>3. Share your experience</h3>
<p>Once you find the geocache, sign and date the logbook. Place the geocache back where you found it and log your experience online.</p>
</div>
</div>
<div class="navItem" tabIndex="10" data-href="https://youtu.be/vuFiLhhCNww" id="introVideo">
<div class="iconLeft"><img src="/assets/help/section1/icons8-youtube-play-button-40.png"></div>
<div>View a short intro to Geocaching</div>
</div><br>
<h3><center>Let's Get Started!</center></h3>
<div class="navItem" tabIndex="20" data-function="loginNew" id="loginNewAccount">
<div class="iconLeft"><img src="/assets/help/section1/icons8-test-account-40.png"></div>
<div>I need to create an account (it's free!). </div>
</div>
<div class="navItem" tabIndex="30" data-function="loginExisting" id="loginExisting">
<div class="iconRight"><img src="/assets/help/section1/icons8-signin-64.png"></div>
<div>I already have an account! Let's get started.</div>
</div>
</div>
</div>
<div class="view" id="viewOptions"> <!-- view 6 -->
<button class="navItem" tabIndex="0" data-function="viewShortcuts">View all Shortcuts</button>
<button class="navItem" tabIndex="10" data-function="takePhoto"><div id="takePhotoText">2: Take a Photo</div></button>
<button class="navItem" tabIndex="20" data-function="refreshList">✆: Refresh Cache List</button>
<!--<button class="navItem" tabIndex="30" data-function="viewCache"><div id="viewLogsText">4: View Cache List</div></button>-->
<button class="navItem" tabIndex="30" data-function="viewMap">6: View Map</button>
<button class="navItem" tabIndex="40" data-function="viewAllCaches">8:<div id="cacheIconDisplay"></div></button>
<button class="navItem" tabIndex="50" data-function="viewCompass">9: View Compass</button>
<button class="navItem" tabIndex="60" data-function="viewMyTrackables">My Trackables</button>
<button class="navItem" tabIndex="70" data-function="enterCoordinates">Enter Coordinates</button>
<button class="navItem" tabIndex="80" data-function="stopNavToCache">Stop Navigation</button>
<button class="navItem" tabIndex="90" data-function="enterWaypoint"><div id="enterWaypointText">Manage Waypoints</div></button>
<button class="navItem" tabIndex="100" data-function="viewSettings">Settings/Help/About</button>
<button class="navItem" tabIndex="110" data-function="quit">Quit</button>
</div>
<div class="view viewPaddingOverride" id="About"> <!-- view 7 -->
<div class="CacheTopLine">
<div id="aboutHeader">
<div id="appLogo"><img src="/assets/appLogo/logo2a.png" height="50"></div>
<div id="aboutVersion"></div>
</div>
</div>
<div id="attributions" class="listAttributions">
<div class="navItem" tabIndex="0" id="developerDetails">
Caching-on-Kai has been a labor of love, created by geocaching.com community user <b>canyouswim</b>. You can find me on geocaching.com or by emailing below:
</div>
<div class="navItem" tabIndex="10" data-function="mailto" id="developerEmail">
chris@caching-on-kai.com
</div>
<div class="navItem" tabIndex="20" data-href="https://www.geocaching.com/" id="attribution-geocaching">
<center><img src="assets/Geocaching_Authorized_Developer_vFINAL_100517_192.png"></center><br>
Powered by the Geocaching API. Made possible through the support of Geocaching Premium Memberships, the API program gives third-party developers the opportunity to work with Geocaching HQ on a full suite of integrated products and services for the community. API developer applications are designed to work with the core services of geocaching.com and provide additional features to the geocaching community.
</div>
<div class="navItem" tabIndex="30" id="attribution-CacheIcons">
Geocaching.com cache icons © Groundspeak, Inc. Used with permission.
</div>
<div class="navItem" tabIndex="40" data-href="https://leafletjs.com" id="attribution-leaflet">
Map functionality from leafletjs.com
</div>
<div class="navItem"tabIndex="50" data-href="https://www.openstreetmap.org/" id="attribution-openstreetmap">
Map data © OpenStreetMap contributors, from openstreetmap.org
</div>
<div class="navItem"tabIndex="60" data-href="https://loading.io/" id="attribution-loadingio">
Bouncing Ball and other loading icons from loading.io
</div>
<div class="navItem"tabIndex="70" data-href="https://icons8.com" id="attribution-loadingio">
New Account, Sign-in, and other icons by Icons8
</div>
<div class="navItem"tabIndex="80" id="attribution-david">
Special thanks to contributor <b>david-p-s</b> for his contributions to early code development as well as feature contributions and suggestions!
</div>
<div class="navItem"tabIndex="90" id="attribution-swampfox">
Special thanks to fellow cacher <b>Swamp_Fox_In_PA</b> for his excellent contributions in testing the app and providing suggestions and feedback!
</div>
</div>
</div>
<div class="view" id="Settings"> <!-- view 8 -->
<div><center><b>App Settings</b></center></div>
<div id="avatar" class="iconLeft"></div>
<div id="username"></div>
<div id="homeLocation"></div>
<br>
<div id="findCount"></div>
<div id="favoritePoints"></div>
<div id="membershipType"></div>
<div id="cacheViewsRemaining"></div>
<br>
<button class="navItem" tabIndex="0" data-function="toggleUnits" id="unitsDisplay">Toggle display units</button>
<button class="navItem" tabIndex="10" data-function="toggleCoords" id="coordsDisplay">Toggle Coordinates Format</button>
<button class="navItem" tabIndex="20" data-function="showMozSettings" id="showMozSettings">Phone Data Settings</button>
<button class="navItem" tabIndex="30" data-function="Help">Help</button>
<button class="navItem" tabIndex="40" data-function="About">About</button>
<button class="navItem" tabIndex="50" data-function="changeLog">Change Log</button>
<button class="navItem" tabIndex="60" data-href="https://www.geocaching.com/account/settings/account" id="deleteAccount">Delete your Geocaching account</button>
<button class="navItem" tabIndex="70" data-function="Logout">Logout</button>
</div>
<div class="view" id="viewAllShortcuts"> <!-- view 9 -->
1 -ZOOM+ 3 <br>
2: Take Picture <br>
ENTER: Action Menu<br>
CALL: Refresh Cache List<br>
4: Cache List <br>
5: Toggle Center on Cache / Center on GPS<br>
6: View Map<br>
7: Cache Details<br>
8: Toggle Cache Icons on Map<br>
9: View Compass<br>
0: Log Cache
</div>
<div class="view" id="viewCacheOptions"> <!-- view 10 -->
<button class="navItem" tabIndex="0" data-function="showHint">
<div id="showCacheHint">Decrypt Hint</div></button>
<button class="navItem" tabIndex="10" data-function="takePhoto">
<div id="takePhotoText">2: Take a Photo</div></button>
<button class="navItem" tabIndex="20" data-function="LogCache">
<div id="logCacheText">Log Cache</div></button>
</div>
<div class="view" id="enterWaypoint"> <!-- view 11 -->
<!--<button class="navItem" tabIndex="0" data-function="viewWaypoints">View stored WayPoints<sub>(not available)</sub></button>
<button class="navItem" tabIndex="10" data-function="createWPDirectly">#: Create new WayPoint<sub>(not available)</sub></button>-->
<button class="navItem" tabIndex="20" data-function="createWPfromMap">*: Create new WayPoint from Map View</button>
<button class="navItem" tabIndex="30" data-function="deleteAllWaypoints">Delete all WayPoints</button>
<!--<button class="navItem" tabIndex="20" data-function="app.newKeyCallback.pushAsterisk">Create new WayPoint from Map View</button> -->
</div>
<div class="view" id="viewActions"> <!-- view 12 -->
Select action:
<button class="navItem" tabIndex="0" data-function="cancel">None/Cancel</button>
<button class="navItem" tabIndex="10" data-function="refreshList">Load caches near here</button>
<button class="navItem" tabIndex="20" data-function="createWaypoint">Create wayPoint here</button>
<button class="navItem" tabIndex="30" data-function="centerOnMe">Recenter on me</button>
<div id="showCacheNav"></div>
</div>
<div class="view" id="editWaypoint"> <!-- view 13 -->
Edit Waypoint
<fieldset>
<legend class="navItem" tabIndex="0">Name</legend>
<input id="waypointName" value="text" />
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="10">Coordinates</legend>
<input id="waypointCoords" value="text" />
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="20">Description</legend>
<input id="waypointDescription" value="text" />
</fieldset>
<button class="navItem" tabIndex="30" data-function="saveWaypoint">Save Waypoint</button>
<button class="navItem" tabIndex="40" data-function="cancel">Cancel</button>
</div>
<div class="view" id="logCache"> <!-- view 14 -->
<div id="logHeader">Log this geocache</div>
<br>
<div id="tbNotes"></div>
<fieldset>
<legend class="navItem" tabIndex="0">Log Type</legend>
<select id="logType">
<option value="2">Found It</option>
<option value="3">Didn't Find It</option>
<option value="4">Write note</option>
</select>
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="10">Log Details</legend>
<textarea id="logText" rows="5" columns="50"></textarea>
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="20">Date Found</legend>
<input id="logDate" type="date"/>
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="30">Attach Image:</legend>
<input id="logImage" type="file"/>
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="40">Award a Favorite Point?</legend>
<select id="logFav" type="radio">
<option value="false">No</option>
<option value="true">Yes</option>
</select>
</fieldset>
<button class="navItem" tabIndex="50" data-function="submitLog">Submit</button>
<button class="navItem" tabIndex="60" data-function="cancel">Cancel</button>
<div id="logCacheTrackableContainer" style="block"><b>My Trackable Inventory</b><br>
</div>
</div>
<div class="view" id="showModal"> <!-- view 15 -->
<div id="message">no message set</div>
</div>
<div class="view viewPaddingOverride" id="viewCacheLogs"> <!-- view 16 -->
<div class="CacheTopLine">
<div id="CacheLogHeaderDetail">Waiting on cache details...<br></div>
<div class="kui-separator">Details | <b>Logs</b> | Gallery</div>
<div id="CacheLogCounts"></div>
</div>
<!--<div id="CacheLogDetails"></div>-->
<div class="listLogsView" id="CacheLogsView"></div>
</div>
<div class="view viewPaddingOverride" id="viewCacheGallery"> <!-- view 17 -->
<div class="CacheTopLine">
<div id="CacheGalleryHeaderDetail">Waiting on cache details...<br></div>
<div class="kui-separator">Details | Logs | <b>Gallery</b></div>
</div>
<!--<div id="CacheGalleryDetails"></div> -->
<div class="listGalleryView" id="CacheGallery"> Image gallery here</div>
</div>
<div class="view" id="compassHelp"> <!-- view 18 -->
<p><h2>Using the Compass View</h2></p>
<div class="compassGuide">
<div class="navItem" tabIndex="0">
This phone does not have a physical compass built in. This means that to determine the correct bearing/direction to the selected geocache, you must physically move around for the phone to determine which direction the cache is, relative to your position.<br><br>
The recommendation is to walk in a straight line for several feet until you see that the compass starts to move. As long as you keep moving, the compass will point in the right direction.
</div>
<div class="navItem" tabIndex="10">
<div class="imageLeft"><img src="/assets/help/compass/NavToCache.png"></div>
<div>From the Map screen, you will see a small version of the compass that will also point you in the direction you need to travel. The background will change to green when the app is accurately determining your bearing, and yellow when there has not been enough movement to determine your bearing. When it is yellow, the compass is not likely pointing in the desired direction.
</div>
</div>
<div class="navItem" tabIndex="20">
<div><h2>Nokia Phone Users:</h2></div>
<div class="imageLeft"><img src="/images/Nokia 8110.png"></div>
<div class="imageLeft"><img src="/images/Nokia 2720.png"></div>
<div class="imageLeft"><img src="/images/nokia_6300_4G-DTC-connectivity-desktop.png"></div>
<div class="imageLeft"><img src="/images/nokia_8000_4G-DTC-design.png"></div>
<div>A special note if you use any of the Nokia phones (8110, 6300, 8000, probably 2720): the 4G antenna interfers with the A-GPS ability to obtain an accurate lock on your location. Use the "Phone Data Settings" button under the "Settings" screen to jump over to the phone's settings and turn off 4G when you require an accurate GPS lock.
</div>
</div>
</div>
</div>
<div class="view viewPaddingOverride" id="changeLog"> <!-- view 19 -->
<div class="CacheTopLine">
<div id="aboutHeader">
<div id="appLogo"><img src="/assets/appLogo/logo2a.png" height="50"></div>
<div id="aboutVersion-changelog"></div>
</div>
</div>
<div id="attributions-changelog" class="listChangeLog">
<div class="navItem"tabIndex="0">
<b>Change Log</b><br>Submit feedback, bugs, or feature requests here:
</div>
<div class="navItem" tabIndex="10" data-function="mailto" id="submitFeedback">
chris@caching-on-kai.com
</div>
<div class="navItem" tabIndex="20">
<b>Bug Fixes</b><br>
<ul>
<li>Fixed an issue where in certain circumstances the app may hang when attempting to load cache details</li>
</ul>
<b>Feature Updates</b><br>
<ul>
<li>None this time</li>
</ul>
<b>Up Next...</b><br>
<ul>
<li>Add a few additional log type options when logging a cache</li>
<li>Bug Fixes</li>
</ul>
</div>
</div>
</div>
<div class="view" id="viewWaypoints"> <!-- view 20 -->
<div id="waypointList" class="list">No waypoints have been created yet...</div>
</div>
<div class="view viewPaddingOverride" id="viewWaypoint"> <!-- view 21 -->
<div class="viewCacheDetails">
<div class="CacheTopLine">
<div id="WaypointHeaderDetail">Waiting on waypoint details...<br></div>
</div>
<div id="WaypointDetails"></div>
<div id="WaypointFullDetails" style="display:block">
<div class="kui-separator"><b>Description</b></div>
<div id="WaypointDescription"></div>
</div>
</div>
</div>
<div class="view viewPaddingOverride" id="viewTrackableDetails"> <!-- view 22 -->
<div class="CacheTopLine">
<div id="TrackableHeaderDetail">image, name, code<br></div>
<div class="kui-separator"><b>Details</b> | Logs</div>
</div>
<div id="TrackableDetails">
<div id="TrackableDescription">owner/released/origin/recently spotted/collectible pref</div>
<div class="kui-separator"><b>Goal</b></div>
<div id="TrackableGoal">goal here</div>
<div class="kui-separator"><b>About</b></div>
<div id="TrackableAbout">about here</div>
</div>
<!-- <div class="listLogsView" id="TrackableLogsView"> Logs go here </div> -->
<!-- <div class="listGalleryView" id="TrackableGallery"> Image gallery here</div> -->
</div>
<div class="view viewPaddingOverride" id="viewTrackableLogs"> <!-- view 23 -->
<div class="CacheTopLine">
<div id="TrackableLogsHeaderDetail">image, name, code<br></div>
<div class="kui-separator">Details | <b>Logs</b></div>
</div>
<div class="listTrackableLogsView" id="TrackableLogsView"> Logs go here </div>
<!-- <div class="listGalleryView" id="TrackableGallery"> Image gallery here</div> -->
</div>
<div class="view viewPaddingOverride" id="viewTrackableGallery"> <!-- view 24 -->
<div class="CacheTopLine">
<div id="TrackableGalleryHeaderDetail">image, name, code<br></div>
<div class="kui-separator">Details | Log | <b>Gallery</b></div>
</div>
<!--<div class="listLogsView" id="TrackableLogsView"> Logs go here </div> -->
<div class="listGalleryView" id="TrackableGallery"> Image gallery here</div>
</div>
<div class="view viewPaddingOverride" id="viewCacheInventory"> <!-- view 25 -->
<div class="viewCacheDetails">
<div class="CacheTopLine">
<div id="cacheInventoryHeader"></div>
<div id="cacheInventoryAvatar" class="iconLeft"></div>
<div id="cacheInventoryName"></div>
<div id="cacheInventoryHeaderBreak" class="kui-separator"></div>
</div>
</div>
<div id="cacheInventoryList" class="list">No trackables here...</div>
</div>
<div class="view" id="logTrackable"> <!-- view 26 -->
<div id="logTrackableHeader">Log this trackable</div>
<br>
<fieldset>
<legend class="navItem" tabIndex="0">Log Type</legend>
<select id="logTrackableType">
<option value="13">Retrieved it from ???</option>
<option value="19">Grab it from somewhere else</option>
<option value="4">Write note</option>
<option value="48">Discovered it</option>
</select>
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="10">Date Found</legend>
<input id="logTrackableDate" type="date"/>
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="20">Tracking Number</legend>
<input id="logTrackingCode" type="text"/>
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="30">Comments</legend>
<textarea id="logTrackableText" rows="5" columns="20"></textarea>
</fieldset>
<button class="navItem" tabIndex="40" data-function="submitTrackableLog">Submit</button>
<button class="navItem" tabIndex="50" data-function="cancel">Cancel</button>
</div>
<div class="view" id="viewTrackableOptions"> <!-- view 27 -->
<button class="navItem" tabIndex="0" data-function="logTrackable">
<div id="createTrackableLog">Log Trackable</div></button>
<button class="navItem" tabIndex="10" data-function="messageTrackerHolder">
<div id="messageTrackableHolder">Message current holder</div></button>
<button class="navItem" tabIndex="20" data-function="messageTrackerOwner">
<div id="messageTrackableOwner">Message owner</div></button>
</div>
<div class="view" id="lookupTrackable"> <!-- view 28 -->
<div id="lookupHeader"><b>Trackable lookup - enter one of the following:</b></div>
<br>
<fieldset>
<legend class="navItem" tabIndex="0">Trackable Code</legend>
<input id="lookupTrackableCode" type="text"/>
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="10">Tracking Number (the secret code on the dog tag)</legend>
<input id="lookupTrackingNumber" type="text"/>
</fieldset>
<button class="navItem" tabIndex="20" data-function="lookupTrackable">Search</button>
<button class="navItem" tabIndex="30" data-function="cancel">Cancel</button>
</div>
<div class="view" id="enterCoords"> <!-- view 29 -->
<div id="lookupHeader"><b>Enter Coordinates</b></div>
<br>
<button class="navItem" tabIndex="0" data-function="toggleManualCoords" id="manualCoordsDisplay">Toggle Coordinates Format</button>
<!--<fieldset>
<legend class="navItem" tabIndex="0">Coordinates Format</legend>
<select id="coordinateFormat" onchange="updateManualCoordDisplay()">
<option value="DMM">DMM</option>
<option value="DMS">DMS</option>
<option value="DDD">DDD</option>
</select>
</fieldset>-->
<fieldset>
<legend class="navItem" tabIndex="10"><b>Latitude</b></legend>
<input id="manualLat" type="text"/>
</fieldset>
<fieldset>
<legend class="navItem" tabIndex="20"><b>Longitude</b></legend>
<input id="manualLng" type="text"/>
</fieldset>
<button class="navItem" tabIndex="30" data-function="goManualCoords">Go to Coords</button>
<button class="navItem" tabIndex="40" data-function="goManualCoordsSetWaypoint">Go to Coords & Set Waypoint</button>
<button class="navItem" tabIndex="50" data-function="cancel">Cancel</button>
</div>
<div id="softkeyBar">
<button id="bar-back"></button>
<button id="bar-action"></button>
<button id="bar-options"></button>
</div>
<div id="keyOverlay"></div>
<!-- loading spinner overlay -->
<div id="loadingOverlay" style="display:none">
<div class="loadingio-spinner-ball-mwr5d4m20h7" style="position:absolute; top:25%; left:28%; z-index: 9000;">
<img src="/assets/Ball-1s-100px.gif" id="loadingSpinner"/>
<!--<div class="ldio-n3qazxvb22e"><div>-->
</div>
</div>
</body>
</html>