-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (127 loc) · 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Crime Analysis in UK</title>
<script type="text/javascript" src="js/d3.v3.min.js" charset="utf-8"></script>
<script type="text/javascript" src="js/topojson.v1.min.js" charset="utf-8"></script>
<script type="text/javascript" src="js/jquery-2.1.0.min.js" charset="utf-8"></script>
<script type="text/javascript" src="js/d3.tip.v0.6.3.js" charset="utf-8"></script>
<script type="text/javascript" src="js/dataAPI.js" charset="utf-8"></script>
<script type="text/javascript" src="js/global.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="css/map.css"/>
<link rel="stylesheet" type="text/css" href="css/timeline.css"/>
<link rel="stylesheet" type="text/css" href="css/panel.css"/>
<link rel="stylesheet" type="text/css" href="css/para_coord.css"/>
</head>
<body>
<div>
<table border="0" align="center">
<tr>
<td colspan="2">
<div class="black_panel panel font">
<script type="text/javascript" src="js/panel.js" charset="utf-8"></script>
<table width="100%">
<tr>
<td>
<div style="text-align:center;font-size:36px;padding:0px">Crime in the<br>United Kindom</div>
</td>
<td width="600px">
<table width="600px" align="right">
<tr style="font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;color:orange;font-weight:bold;font-size:16px" valign="top">
<td>
Theft
</td>
<td>
Drugs / Violence
</td>
<td>
Public Disorder / Weapons
</td>
</tr>
<tr valign="top" style="vertical-align:2px">
<td>
<input type="checkbox" name="CrimeType" value="11" id="CrimeType_11" onChange="checkbox()" sel="img/theft_btns/btn_sel_theft_01.png" unsel="img/theft_btns/btn_unsel_theft_01.png" />
<label name="CrimeTypeBox" style="background-image:url(img/theft_btns/btn_unsel_theft_01.png)" for="CrimeType_11"></label>
<label name="CrimeTypeName" for="CrimeType_11">Robbery</label><br>
<input type="checkbox" name="CrimeType" value="3" id="CrimeType_3" onChange="checkbox()" sel="img/theft_btns/btn_sel_theft_02.png" unsel="img/theft_btns/btn_unsel_theft_02.png" />
<label name="CrimeTypeBox" style="background-image:url(img/theft_btns/btn_unsel_theft_02.png)" for="CrimeType_3"></label>
<label name="CrimeTypeName" for="CrimeType_3">Burglary</label><br>
<input type="checkbox" name="CrimeType" value="13" id="CrimeType_13" onChange="checkbox()" sel="img/theft_btns/btn_sel_theft_03.png" unsel="img/theft_btns/btn_unsel_theft_03.png" />
<label name="CrimeTypeBox" style="background-image:url(img/theft_btns/btn_unsel_theft_03.png)" for="CrimeType_13"></label>
<label name="CrimeTypeName" for="CrimeType_13">Theft from the Person</label><br>
<input type="checkbox" name="CrimeType" value="12" id="CrimeType_12" onChange="checkbox()" sel="img/theft_btns/btn_sel_theft_04.png" unsel="img/theft_btns/btn_unsel_theft_04.png" />
<label name="CrimeTypeBox" style="background-image:url(img/theft_btns/btn_unsel_theft_04.png)" for="CrimeType_12"></label>
<label name="CrimeTypeName" for="CrimeType_12">Shoplifting</label><br>
<input type="checkbox" name="CrimeType" value="2" id="CrimeType_2" onChange="checkbox()" sel="img/theft_btns/btn_sel_theft_05.png" unsel="img/theft_btns/btn_unsel_theft_05.png" />
<label name="CrimeTypeBox" style="background-image:url(img/theft_btns/btn_unsel_theft_05.png)" for="CrimeType_2"></label>
<label name="CrimeTypeName" for="CrimeType_2">Bicycle Theft</label><br>
<input type="checkbox" name="CrimeType" value="7" id="CrimeType_7" onChange="checkbox()" sel="img/theft_btns/btn_sel_theft_06.png" unsel="img/theft_btns/btn_unsel_theft_06.png" />
<label name="CrimeTypeBox" style="background-image:url(img/theft_btns/btn_unsel_theft_06.png)" for="CrimeType_7"></label>
<label name="CrimeTypeName" for="CrimeType_7">Other Theft</label><br>
</td>
<td>
<input type="checkbox" name="CrimeType" value="4" id="CrimeType_4" onChange="checkbox()" sel="img/viol_btns/btn_viol_sel_01.png" unsel="img/viol_btns/btn_viol_unsel_01.png" />
<label name="CrimeTypeBox" style="background-image:url(img/viol_btns/btn_viol_unsel_01.png)" for="CrimeType_4"></label>
<label name="CrimeTypeName" for="CrimeType_4">Criminal Damage and Arson</label><br>
<input type="checkbox" name="CrimeType" value="16" id="CrimeType_16" onChange="checkbox()" sel="img/viol_btns/btn_viol_sel_02.png" unsel="img/viol_btns/btn_viol_unsel_02.png" />
<label name="CrimeTypeBox" style="background-image:url(img/viol_btns/btn_viol_unsel_02.png)" for="CrimeType_16"></label>
<label name="CrimeTypeName" for="CrimeType_16">Violent Crime</label><br>
<input type="checkbox" name="CrimeType" value="15" id="CrimeType_15" onChange="checkbox()" sel="img/viol_btns/btn_viol_sel_03.png" unsel="img/viol_btns/btn_viol_unsel_03.png" />
<label name="CrimeTypeBox" style="background-image:url(img/viol_btns/btn_viol_unsel_03.png)" for="CrimeType_15"></label>
<label name="CrimeTypeName" for="CrimeType_15">Violence and Sexual Offences</label><br>
<input type="checkbox" name="CrimeType" value="5" id="CrimeType_5" onChange="checkbox()" sel="img/viol_btns/btn_viol_sel_04.png" unsel="img/viol_btns/btn_viol_unsel_04.png" />
<label name="CrimeTypeBox" style="background-image:url(img/viol_btns/btn_viol_unsel_04.png)" for="CrimeType_5"></label>
<label name="CrimeTypeName" for="CrimeType_5">Drugs</label><br>
<input type="checkbox" name="CrimeType" value="6" id="CrimeType_6" onChange="checkbox()" sel="img/viol_btns/btn_viol_sel_05.png" unsel="img/viol_btns/btn_viol_unsel_05.png" />
<label name="CrimeTypeBox" style="background-image:url(img/viol_btns/btn_viol_unsel_05.png)" for="CrimeType_6"></label>
<label name="CrimeTypeName" for="CrimeType_6">Other Crime</label><br>
</td>
<td>
<input type="checkbox" name="CrimeType" value="9" id="CrimeType_9" onChange="checkbox()" sel="img/pub_btns/btn_sel_pub_01.png" unsel="img/pub_btns/btn_unsel_pub_01.png" />
<label name="CrimeTypeBox" style="background-image:url(img/pub_btns/btn_unsel_pub_01.png)" for="CrimeType_9"></label>
<label name="CrimeTypeName" for="CrimeType_9">Public Disorder and Weapons</label><br>
<input type="checkbox" name="CrimeType" value="10" id="CrimeType_10" onChange="checkbox()" sel="img/pub_btns/btn_sel_pub_02.png" unsel="img/pub_btns/btn_unsel_pub_02.png" />
<label name="CrimeTypeBox" style="background-image:url(img/pub_btns/btn_unsel_pub_02.png)" for="CrimeType_10"></label>
<label name="CrimeTypeName" for="CrimeType_10">Public Order</label><br>
<input type="checkbox" name="CrimeType" value="8" id="CrimeType_8" onChange="checkbox()" sel="img/pub_btns/btn_sel_pub_03.png" unsel="img/pub_btns/btn_unsel_pub_03.png" />
<label name="CrimeTypeBox" style="background-image:url(img/pub_btns/btn_unsel_pub_03.png)" for="CrimeType_8"></label>
<label name="CrimeTypeName" for="CrimeType_8">Possession of Weapons</label><br>
<input type="checkbox" name="CrimeType" value="1" id="CrimeType_1" onChange="checkbox()" sel="img/pub_btns/btn_sel_pub_04.png" unsel="img/pub_btns/btn_unsel_pub_04.png" />
<label name="CrimeTypeBox" style="background-image:url(img/pub_btns/btn_unsel_pub_04.png)" for="CrimeType_1"></label>
<label name="CrimeTypeName" for="CrimeType_1">Anti-Social Behaviour</label><br>
<input type="checkbox" name="CrimeType" value="14" id="CrimeType_14" onChange="checkbox()" sel="img/pub_btns/btn_sel_pub_05.png" unsel="img/pub_btns/btn_unsel_pub_05.png" />
<label name="CrimeTypeBox" style="background-image:url(img/pub_btns/btn_unsel_pub_05.png)" for="CrimeType_14"></label>
<label name="CrimeTypeName" for="CrimeType_14">Vehicle Crime</label><br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td width="320px">
<div id="map">
<script src="js/map.js" type="text/javascript" charset="utf-8"></script>
</div>
</td>
<td>
<div id="para_coord" class="parcoords" style="width:654px;height:350px">
<script type="text/javascript" src="js/para_coord.js" charset="utf-8"></script>
</div>
</td>
</tr>
<tr>
<td colspan=2>
<div id="timeline">
<script src="js/timeline.js" type="text/javascript" charset="utf-8"></script>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>