-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
73 lines (65 loc) · 4.01 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
<html>
<head>
<title>Northern Syria Displacement Tracking</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/dc.css"/>
<link rel="stylesheet" type="text/css" href="css/leaflet.css"/>
<link rel="stylesheet" type="text/css" href="css/site.css"/>
<script src="js/jquery.js"></script>
<script src="js/d3.min.js"></script>
<script src="js/crossfilter.v1.min.js"></script>
<script src="js/dc.js"></script>
<script src="js/leaflet.js"></script>
<script src="js/dc.leaflet.js"></script>
<script src="data/lookup.js"></script>
</head>
<body>
<div class="container">
<div id="header" class="row">
<h2 id="title"></h2>
<div class="col-md-9 colheightintro">
<p id="description"></p>
<p>
Click the graphs or map to interact. Multiple Subdistricts can be selected by clicking.<br> To return to default, press the 'Reset All' button on the top right. The charts display the top 5 results and update based on selection. <br> <Date: 30 /11/2016 Source: CCCM Cluster Member Agencies </p>
</div>
<div id="count-info" class="col-md-3 colheightintro" align="right">
<a class="reset btn btn-primary btn-sm" id="reset" href="javascript:dc.filterAll();dc.redrawAll();">Reset All</a><br>
<span class="filter-count "></span> selected out of <span class="total-count "></span> records.
</div>
</div>
<div class="row">
<!-- <div class="col-md-4 colheight">
<p id="description"></p>
<div class="hdx-3w-viz" id="hdx-3W-what">
<p>What</p>
</div>
<div id="hdx-3W-who" class="hdx-3w-viz"><p>Subdistrict of departure</p></div>
</div>
<div class="col-md-4 colheight"> <div class="hdx-3w-viz" id="hdx-3W-status">
<p>Subdistrict of destination</p>
</div> </div>
</div>-->
<div class="col-md-6 colheight"><p id="wheretitle2">Where (departure)</p><div class="hdx-3w-viz" id="hdx-3W-where2"></div></div>
<div class="col-md-6 colheight"><p id="wheretitle">Where (destination)</p><div class="hdx-3w-viz" id="hdx-3W-where"></div></div>
</div>
<div class="row">
<div class="col-md-6 colheightbars">
<!-- <p id="description"></p>
<div class="hdx-3w-viz" id="hdx-3W-what">
<p>What</p>
</div> -->
<div id="hdx-3W-who" class="hdx-3w-viz"></div>
</div>
<div class="col-md-6 colheightbars"> <div class="hdx-3w-viz" id="hdx-3W-status">
</div> </div>
<!-- <div class="col-md-4 colheight"><p id="wheretitle">Where (destination)</p><div class="hdx-3w-viz" id="hdx-3W-where"></div></div> -->
</div>
<div class="row" align="right">
<font size="1"> This dashboard was created on the model of Simon B. Johnson's <a href="http://simonbjohnson.github.io/cyclone-pam-3w/">Vanuatu Cyclone Pam 3W map </a>. </font>
</div>
</div>
<script src="js/site.js"></script>
</body>
</html>