-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
95 lines (76 loc) · 3.9 KB
/
index3.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
<!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" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/gicr/layout.css">
<link rel="stylesheet" href="css/gicr/classes.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<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>
<div id="header" class="page-position clearfix">
<div id="logo-position">
<a href="http://www.iarc.fr" target="_blank"><img src="img/logo-iarc.jpg"></a>
</div>
<div id="links-position">
<ul id="networks">
<li class="firstli">
<a href="http://www.linkedin.com/groups?mostPopular=&gid=3713610" target="_blank" title="IARC Alumni" alt="IARC Alumni"><img src="http://www.iarc.fr/images/pictos/linkedin.jpg"/></a>
</li>
<li class="lastli">
<a href="http://www.iarc.fr/en/feeds/index.php" title="IARC RSS Feeds" alt="IARC RSS Feeds" target="_blank"><img src="http://www.iarc.fr/images/pictos/rss.jpg"/></a>
</li>
</ul>
</div>
<div id="website-logo-position">
<a href="/"><img src="img/website-logo.gif"></a>
</div>
</div>
<div class="page-row bg-blue clearfix">
<div class="page-position landmark">
<div id="list-hubs" class="list-hubs3"></div>
</div>
</div>
<div class="main main3 wrapper clearfix" id="map-container">
<div class="sub-overlay"></div>
<div class="bottom_list row">
</div>
</div> <!-- #main -->
<div id="footer" class="footer3 page-row">
<address class="page-position">
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<br>
© IARC {{ annee }} - <a href="http://www.iarc.fr/en/copyright.php" target="_blank">All Rights Reserved.</a>
</address>
</div>
<!-- libs -->
<script src="js/vendor/x2js.js"></script>
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/d3.min.js"></script>
<script src="js/vendor/topojson.js"></script>
<script src="js/vendor/d3.geo.projection.min.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>