-
Notifications
You must be signed in to change notification settings - Fork 0
/
enrvid.html
executable file
·87 lines (77 loc) · 3.08 KB
/
enrvid.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
<!doctype html>
<html lang="en">
<head prefix="og: http://wcfcourier.com/app/special/tabletop_to_leaflet/">
<head>
<head>
<title>MapGen - Enquête TICE & Audiovisuel dans l'enseignement supérieur</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<!-- CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
<![endif]-->
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="Leaflet.awesome-markers/dist/leaflet.awesome-markers.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" >
</head>
<body>
<!-- Javascript -->
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
<script type="text/javascript" src="js/tabletop.js"></script>
<script src="leaflet.bouncemarker/bouncemarker.js"></script>
<script src="Leaflet.awesome-markers/dist/leaflet.awesome-markers.js"></script>
<!--<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>-->
<noscript>
<div id="noscript_note">
You must have JavaScript enabled to view this page.
</div>
</noscript>
<!--
<div id="sidebar">
<div class="sidebar_header">
<h3>Enquête TICE & Audiovisuel dans l'enseignement supérieur</h3>
</div>
<div id="share">
<ul>
<li class="float_left">
<a data-text="" href="http://twitter.com/share" class="twitter-share-button"
data-count="horizontal">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</li>
<li class="float_left">
<g:plusone size="medium"></g:plusone>
</li>
<li>
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=161694630579757&xfbml=1"></script><fb:like href="" send="false" layout="button_count" width="90" show_faces="false" font="">
</fb:like>
</li>
</ul>
</div>
<div class="sidebar_content">
<p>xxx</p>
</div>
</div>
-->
<div class="toggle_description btn" type="button">
About this map
</div>
<div class="description_box">
<div class="x_button toggle_description btn btn-primary" type="button">
<strong>X</strong>
</div>
<div class="description_box_header"></div>
<div class="description_box_content">
<div class="description_box_text"></div>
<div id="caption_box"></div>
</div>
</div>
<div class="description_box_cover"></div>
<div id="map"></div>
<script id="mapCaller" src="js/script.js" mapName="enrvid"></script>
</body>
</html>