-
Notifications
You must be signed in to change notification settings - Fork 19
/
review.html
59 lines (51 loc) · 2.28 KB
/
review.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Review Interface for Tom Scott Map</title>
<meta charset="utf-8">
<!--<link rel="shortcut icon" type="image/ico" href="favicon.ico?v=1">
<link rel="shortcut icon" type="image/png" href="favicon.png?v=1">-->
<script src="resources/jquery-3.1.1.min.js" ></script>
<link href="resources/leaflet.css" rel="stylesheet" type="text/css" media="all" />
<script src="resources/leaflet.js"></script>
<link rel="stylesheet" href="resources/font-awesome/css/font-awesome.min.css">
<!-- using Leaflet Awesome-Markers (https://github.com/lvoogdt/Leaflet.awesome-markers) with Font Awesome (http://fontawesome.io) -->
<link rel="stylesheet" href="resources/leaflet.awesome-markers.css">
<script src="resources/leaflet.awesome-markers.js"></script>
<link href="resources/raleway.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="skeleton.css">
<link href="tsm.css" rel="stylesheet" type="text/css" media="all" />
<link href="review_tsm.css" rel="stylesheet" type="text/css" media="all" />
<script src="tsm.js"></script>
<script src="review_tsm.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
<h1>Review Interface for Tom Scott Map</h1>
<p>Go to <a href="index.html">the real Tom Scott Map</a> for the correct map of all of his videos.</p>
<button id="show_unmapped">Show unmapped videos only</button><button id="show_all">Show all videos</button>
<div id="table_container">
<table id="table">
<tr>
<th>Video ID</th>
<th>Title</th>
<th>Image</th>
<th>Category</th>
<th>Comment</th>
<th>Status</th>
<th>Latitude</th>
<th>Longitude</th>
<th>Internal Comment</th>
</tr>
</table>
</div>
<div id="review_map"></div>
<br class="clear" />
<p>
You can contibute to this map over at <a href="https://github.com/frog23/TomScottMap">https://github.com/frog23/TomScottMap</a>.<br />
<small>Icons provided by <a href="https://github.com/lvoogdt/Leaflet.awesome-markers">Leflet Awesome Markers</a> with <a href="http://fontawesome.io/">Awesome Font</a>; Raleway Font: Copyright 2010 The Raleway Project Authors (impallari@gmail.com), with Reserved Font Name "Raleway".</small></p>
</p>
<div id="statistics"></div>
</body>
</html>