-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (51 loc) · 1.78 KB
/
index.html
File metadata and controls
51 lines (51 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GPS and Meta Tagger</title>
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<div class="vertical-container">
<div class="top-bar" id="top-bar">
<p id="gpx-path"></p>
<p id="img-path"></p>
</div>
<div class="horizontal-resizer" id="top-resizer"></div>
<div class="container">
<div class="sidebar" id="left-sidebar">
<div id="track-info-element" class="leftbar-Section">
Track Info will be displayed here
</div>
<div id="image-filter-element" class="leftbar-Section">
Image Filters will be displayed here
</div>
<div id="tracklog-element" class="leftbar-Section">
Tracklog settings and results will be displayed here
</div>
</div>
<div class="resizer" id="left-resizer"></div>
<div class="main-content" id="main-content">
<div id="multifotobox0" class="mfoto_grid">
<div id="boxmap0" class="boxmap">
<div id="map0" class="leafmap"></div>
</div>
</div><!--div id=multifotobox0-->
</div>
<div class="resizer" id="right-resizer"></div>
<div class="sidebar" id="right-sidebar">
<div id="image-metadata-element" class="rightbar-Section">
Image Metadata will be displayed here
</div>
<div id="metadata-button-element" class="rightbar-Section">
</div>
</div>
</div>
<div class="horizontal-resizer" id="bottom-resizer"></div>
<div class="bottom-bar" id="bottom-bar">
<div id="thumbnail-bar" style="color: red;">No Images loaded yet ...</div>
</div>
</div>
<script src="./build/renderer.bundle.js"></script>
</body>
</html>