-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
278 lines (226 loc) · 12.5 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Global Initiative for Cancer Registries</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/nv.d3.min.css">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<link rel="stylesheet" href="css/font-awesome.min.css" media='screen'>
<link rel="stylesheet" href="css/graphics/map.css">
<link rel="icon" type="image/png" href="favicon.ico" />
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="intro">
<div id="baseline">
<img src="img/website-logo.gif" title="GICR">
<h1> Global Initiative for Cancer Registration</h1>
<h2> Cancer incidence and mortality are rising rapidly worldwide, particularly in low- and middle-income countries. There is an overwhelming need for countries to adopt and implement cancer control actions </h2>
<br/>
<a href="#" onclick="goToTheMap();"> Go to the map </a>
</div>
</div>
<div class="header-container">
<header class="wrapper clearfix">
<img src="img/website-logo.gif" title="GICR" id="main-logo">
<h1 class="title" id="title-map">Global Initiative for Cancer Registration</h1>
<ul class="social" style="margin-right: 10px;position: absolute;top: 0px;right: 0px;z-index: 2;">
<li style="display: inline-block;"><a href="#"><i class="fa fa-facebook-square"></i></a></li>
<li style="display: inline-block;"><a href="#"><i class="fa fa-twitter-square"></i></a></li>
<li style="display: inline-block;"><a href="#"><i class="fa fa-linkedin-square"></i></a></li>
</ul>
</header>
</div>
<div class="main-container">
<form class="filters">
<!--<div class="filter filter-view">
<label>View per</label>
<select name="view" onchange="setViewPer(this)">
<option value="1">Geography</option>
<option value="2">Function</option>
<option value="3">Action</option>
</select>
<a class="button geo view active" onclick="setViewPer(1,this)"> Geography </a>
<a class="button act view" onclick="setViewPer(2,this)"> Activities </a>
<a class="button" onclick="setViewPer(3,this)"> Actions </a>
</div>-->
<div class="filter filter-geography">
<!--<label>Choose a hub</label>
<select name="geography" onchange="zoomView(this)">
<option value="" class="global">Global view</option>
</select>-->
<div id="list-hubs"></div>
</div>
<!--<div class="filter filter-years">
<div id="list-years">
<a class="button" onclick="setViewPer(1,this)"> 2012 </a>
<a class="button" onclick="setViewPer(1,this)"> 2013 </a>
<a class="button" onclick="setViewPer(1,this)"> 2014 </a>
<a class="button" onclick="setViewPer(1,this)"> 2015 </a>
<a class="button" onclick="setViewPer(1,this)"> 2016 </a>
</div>
</div>-->
<!--<div class="filter filter-function">
<label>Activities</label>
<select name="function" onchange="setFunctionView(this)">
<option value="visit">Site visit(s)</option>
<option value="training">Training(s)</option>
<option value="agreement">Agreement(s)</option>
</select>
<a class="button function active" onclick="setFunctionView('visit',this)"> Site visit(s) </a>
<a class="button function" onclick="setFunctionView('training',this)"> Training(s) </a>
<a class="button function" onclick="setFunctionView('agreement',this)"> Agreement(s) </a>
</div>-->
</form>
<div class="line top">
</div>
<!--<div id="timeline">
</div>-->
<div id="hubActivities">
<div class="hub-line top"></div>
<a class="back"><i class="fa fa-arrow-circle-left"></i></a>
<a class="close" onclick="zoomView('','global')"><i class="fa fa-times-circle"></i></a>
<h2 class="hub-name"></h2>
<h3>Activities</h3>
<!--<ul class="list_visits"></ul>
<ul class="list_courses"></ul>-->
<section id="cd-timeline" class="cd-container">
</div>
</div>
<div id="hubPanel">
<div class="hub-line top"></div>
<a class="close" onclick="zoomView('','global')"><i class="fa fa-times-circle"></i></a>
<h2 class="hub-name"></h2>
<div class="item baseline">
<!--<ul class="hubCountries"></ul>
<ul id="gallery_hub">
</ul>
<a id="btn_show_activities" attr-hub="" href="javascript:void(0);"><i class="fa fa-hubspot"></i> Show activities</a>-->
<ul>
<li>
<div class="block">
<i class="fa fa-globe"></i>
<select class="hubCountries" onchange="zoomCountry(this.value)"></select>
</div>
</li>
<li>
<div class="block">
<a id="btn_show_activities" attr-hub="" href="javascript:void(0);">
<i class="fa fa-rocket"></i> Activities
</a>
</div>
</li>
<li>
<div class="block">
<ul id="gallery_hub"></ul>
<a href="javascript:void(0);" id="btn_show_gallery" onclick="showGallery()"><i class="fa fa-image"></i> Gallery </a>
</div>
</li>
</ul>
</div>
<div class="item">
<h3 id="regional_hub_center"> <i class="far fa-building"></i> Regional hub center</h3>
<div id="hub_centers"></div>
</div>
<div class="item">
<h3> <i class="fa fa-users"></i> Hub PI</h3>
<div id="hub_pi"></div>
</div>
<div class="item">
<h3> <i class="fa fa-user-plus"></i> Canreg "experts"</h3>
<div id="canreg_experts"></div>
</div>
<div class="item">
<h3> <i class="fa fa-briefcase"></i> Recent/planned activities</h3>
<div id="planned_activities"></div>
</div>
</div>
<div id="countryPanel" class="">
<div class="hub-line top"></div>
<a class="close" onclick="zoomView('','global')"><i class="fa fa-times-circle"></i></a>
<h2 id="country-name" class="country-name"></h2>
<div id="tabs-container">
<ul class="tabs-menu">
<li class="current"><a href="#tab-2">The need</a></li>
<li><a href="#tab-3">The solution</a></li>
<li><a href="#tab-4">Impact</a></li>
<li><a href="#tab-5">The plan of action</a></li>
<li><a href="#tab-6">Collaborators</a></li>
<li><a href="#tab-7">Activities</a></li>
</ul>
<div class="tab">
<div id="tab-2" class="tab-content" style="display: block;">
</div>
<div id="tab-3" class="tab-content">
</div>
<div id="tab-4" class="tab-content">
</div>
<div id="tab-5" class="tab-content">
</div>
<div id="tab-6" class="tab-content">
</div>
<div id="tab-7" class="tab-content">
</div>
</div>
</div>
</div>
<div class="main wrapper clearfix" id="map-container">
</div> <!-- #main -->
<ul class="hubs-list legend">
</ul>
<table id="global_indicators" cellspacing="2" cellpadding="2">
<caption>Global indicators</caption>
<thead>
<th>Hub region</th><th>Site visits</th><th>Training</th>
</thead>
</table>
<ul class="activities-list legend">
</ul>
<div class="footer-map">
<label for="show_annotations"><input type="checkbox" id="show_annotations"> Show annotations</label>
<img src="img/logo-iarc.jpg" title="IARC" id="iarc">
<svg id="legend" width="150" height="50"></svg>
<svg id="legend_bubble" width="150" height="50"></svg>
<div id="txt-footer-map">The boundaries and names shown and the designations used on this map do not imply the expression of any opinion whatsoever on the part of the World Health Organization concerning the legal status of any country, territory, city or area or of its authorities, or concerning the delimitation of its frontiers or boundaries. Dotted and dashed lines on maps represent approximate border lines for which there may not yet be full agreement.
©WHO 2017. All rights reserved
</div>
<img src="img/logo-who.png" title="WHO" id="who">
</div>
</div> <!-- #main-container -->
<div class="footer-container">
<div class="line bottom">
</div>
<footer class="wrapper">IARC, 150 Cours Albert Thomas, 69372 Lyon CEDEX 08, France - Tel: +33 (0)4 72 73 84 85 - Fax: +33 (0)4 72 73 85 75 - Privacy Policy © IARC 2017 - All Rights Reserved.
</footer>
</div>
<!-- libs -->
<script src="js/vendor/x2js.js"></script>
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/d3.v4.min.js"></script>
<script src="js/vendor/d3-geo-projection.v2.min.js"></script>
<script src="js/vendor/d3-annotation.js"></script>
<script src="js/vendor/topojson.js"></script>
<script src="js/vendor/textures.min.js"></script>
<script src="js/vendor/panzoom.min.js"></script>
<script src="js/vendor/queue.min.js"></script>
<script src="js/vendor/colorbrewer.js"></script>
<script src="js/vendor/labella-extra.min.js"></script>
<script src="js/vendor/jquery.fancybox.js"></script>
<!-- cangraph -->
<script src="js/CanGraph.js"></script>
<script src="js/CanMapGraph.js"></script>
<!-- app -->
<script src="js/graphics/gicr.js"></script>
</body>
</html>