-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (42 loc) · 1.68 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
<!DOCTYPE html>
<html>
<!--import the leaflet css-->
<link rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet.css" />
<link rel="stylesheet" type="text/css"
href="https://syntagmatic.github.io/parallel-coordinates/d3.parcoords.css">
<link rel="stylesheet" type="text/css" href=css/transUccess.css>
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="css/iThing.css" type="text/css" />
<head>
<!--Script imports-->
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<script src="https://d3js.org/d3.v3.js" type="text/javascript"></script>
<script src="http://cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet.js"></script>
<script
src="https://syntagmatic.github.io/parallel-coordinates/d3.parcoords.js"></script>
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/jQDateRangeSlider-min.js"></script>
<script src="js/transUccess.js"></script>
<title>TransUccess - Tel Aviv</title>
</head>
<body>
<div id="parallelCoords" class="parcoords">
<p>
<label for="sltBrushMode" style="display: none">Brush mode:</label> <select
id="sltBrushMode" style="display: none">
</select> <label id="lblPredicate" for="sltPredicate" style="display: none">Predicate:</label>
<select id="sltPredicate" style="display: none">
<option>AND</option>
<option>OR</option>
</select>
<button id="btnReset" style="display: none">Reset Brushes</button>
</p>
<!--<div id="slider" ></div>-->
</div>
<div id="map"></div>
</body>
</html>