-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (86 loc) · 4.11 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!--modules css-->
<link rel="stylesheet" href="css/barchart.css">
<link rel="stylesheet" href="css/sweden.css">
<link rel="stylesheet" href="css/table.css">
<link rel="stylesheet" href="css/lasso.css">
<link rel="stylesheet" href="css/plot.css">
<link rel="stylesheet" href="css/pc.css">
</head>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<body>
<!-- Wrap all page content here -->
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div id="components">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1 style="color:white;"> Search muncipality :
<input id="search" type="text" name="firstname">
</h1>
</div>
<div id="sliderbar" style="margin-left:750px"> <h1 style="color:white;">2002 <input id ="slider" type="range" min="2002" max="2014" value="2014" step="4" onchange="barchart1.setYear(this.value)" />2014</h1>
<!--<button onclick="pam1.cluster()">Click me</button> --></div>
</div>
</div>
</div>
<!-- Begin page content -->
<div class="container">
<!-- row of columns -->
<br><br><br>
<div class="row">
<div class="col-md-6" id="sweden">
<h1 id = "mapmuntext"> </h1>
</div>
<div class="col-md-6" id="pc" style="width: 1000px; height: 550px; margin-top:37px">
<h1 id="pcText"></h1></div>
<div class="col-md-6" id="barchart" style="width: 1000px; height: 300;">
<h1 id = "barChartText"> </h1>
</div>
<div class="col-md-6" id="plot"> <h2> Year 2018 predictions <h2> </div>
<div class="col-md-6" id="table" style = "position:absolute; top:1080px; left:20px;"> </div>
</div>
</div>
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/vendor/d3.v3.min.js"></script>
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/vendor/topojson.v1.min.js"></script>
<script src="js/vendor/underscore-min.js"></script>
<!--modules js-->
<!--<script src="js/build/output.js"></script>-->
<script src="js/barchart.js"></script>
<script src="js/sweden.js"></script>
<script src="js/table.js"></script>
<script src="js/plot.js"></script>
<script src="js/pc.js"></script>
<script src="js/lasso.js"></script>
<script src="js/pam.js"></script>
<script src="js/main.js"></script>
</body>
</html>