forked from ign-argentina/argenmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (136 loc) · 8.01 KB
/
Copy pathindex.html
File metadata and controls
148 lines (136 loc) · 8.01 KB
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 2 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<meta id="og-type" property="og:type" content="website" />
<meta id="og-title" property="og:title" content="" />
<meta id="og-description" property="og:description" content="" />
<meta id="og-image" property="og:image" content="" />
<title>IGN - Argenmap</title>
<link rel="icon" href="src/styles/images/favicon.ico">
<!-- Bootstrap core CSS -->
<link href="https://getbootstrap.com/docs/3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="https://getbootstrap.com/docs/3.3/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<link rel="stylesheet" href="src/js/plugins/jquery/ui/jquery-ui.min.css">
<!-- Plugins -->
<!-- jQuery -->
<script src='src/js/plugins/jquery/jquery-3.3.1.min.js'></script>
<script src="src/js/plugins/jquery/ui/jquery-ui.min.js"></script>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.6.0/leaflet.css' />
<!-- Better scale css -->
<link rel='stylesheet' href='https://daniellsu.github.io/leaflet-betterscale/L.Control.BetterScale.css' />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!-- Awesome Markers -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.1/leaflet.awesome-markers.css">
<!-- Leaflet Zoomhome plugin -->
<link rel="stylesheet" href="src/js/map/plugins/leaflet/leaflet-zoomhome/dist/leaflet.zoomhome.css"/>
<!-- Leaflet Minimap plugin -->
<link rel="stylesheet" href="src/js/map/plugins/leaflet/leaflet-minimap/Control.MiniMap.css">
<!-- Leaflet Locate plugin -->
<link rel="stylesheet" href="src/js/map/plugins/leaflet/leaflet-locate/L.Control.Locate.css">
<!-- Leaflet Mouse Position plugin -->
<link rel="stylesheet" href="src/js/map/plugins/leaflet/leaflet-mouseposition/src/L.Control.MousePosition.css">
<!-- Leaflet Measure plugin -->
<link rel="stylesheet" href="src/js/map/plugins/leaflet/leaflet-measure/leadflet-measure.css">
<!-- Leaflet Control.FullScreen plugin -->
<link rel="stylesheet" href="src/js/map/plugins/leaflet/leaflet-fullscreen/Control.FullScreen.css" />
<!-- Leaflet Draw From CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.css"/>
<!-- Leaflet SimpleGraticule -->
<link rel="stylesheet" href="src/js/map/plugins/leaflet/leaflet-simplegraticule/L.SimpleGraticule.css"/>
<!-- fancybox files -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />
<script src="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js"></script>
<script src="https://getbootstrap.com/docs/3.3/assets/js/ie-emulation-modes-warning.js"></script>
<!-- Bootstrap core JavaScript placed at the end of the document so the pages load faster -->
<script src="https://getbootstrap.com/docs/3.3/dist/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="https://getbootstrap.com/docs/3.3/assets/js/vendor/holder.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="https://getbootstrap.com/docs/3.3/assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- Argenmap basic libraries -->
<script src="src/js/utils/analytics/analytics.js"></script>
<script src="src/js/utils/constants/constants.js"></script>
<script src="src/js/entities.js"></script>
<script src='src/js/utils/functions/functions.js'></script>
<script src="src/js/components/url-interaction/URLInteraction.js"></script>
<script src="src/js/components/meta-tags-interaction/MetaTagsInteraction.js"></script>
<script src="src/js/components/zoomLevel/ZoomLevel.js"></script>
<script src="src/js/components/screenshot/screenshot.js"></script>
<script src="src/js/components/openfiles/openfiles.js"></script>
<script src="src/js/components/context-menu/context-menu.js"></script>
<script src="src/js/components/user-message/user-message.js"></script>
<script src="src/js/app.js"></script>
<script src="src/js/components/login/login.js"></script>
<script src="src/js/components/sidebar/sidebar.js"></script>
<!--tabulator-->
<link rel="stylesheet" href="src/js/plugins/tabulator/tabulator.min.css">
<script type="text/javascript" src="src/js/plugins/tabulator/tabulator.min.js"></script>
<script src="src/js/components/table/Datatable.js"></script>
<script src="src/js/components/table/UI.js"></script>
<script src="src/js/components/table/table.js"></script>
<script src="src/js/components/table/TouchPunch.js"></script>
<link rel="stylesheet" href="src/js/components/table/table.css">
<!--html2canvas-->
<script src="src/js/plugins/html2canvas/html2canvas.min.js"></script>
<!-- Main Styles -->
<link rel="stylesheet" href="src/styles/css/main.css">
<link href="src/styles/css/dashboard.css" rel="stylesheet">
<link href="src/js/components/zoomLevel/ZoomLevel.css" rel="stylesheet">
<link href="src/js/components/screenshot/screenshot.css" rel="stylesheet">
<link href="src/js/components/openfiles/openfiles.css" rel="stylesheet">
<link href="src/js/components/sidebar/sidebar.css" rel="stylesheet">
<link href="src/js/components/context-menu/context-menu.css" rel="stylesheet">
<link href="src/js/components/user-message/user-message.css" rel="stylesheet">
</head>
<body>
<nav class="navbar _navbar-inverse navbar-fixed-top">
<div class="container-fluid col-12 col-xs-12 col-sm-12 col-md-12" style="height: 100%;">
<div class="navbar-header">
<button type="button" class="hidden-lg hidden-md navbar-toggle collapsed pull-left" data-toggle="collapse"
data-target="#sidebar-container" aria-expanded="false" aria-controls="sidebar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand navbar-right">
<span class="xxsmall-hide">
<a id="top-left-logo-link" href="#" target="_blank">
<img id="top-left-logo" src="src/styles/images/noimage.gif" alt="" title="">
</a>
</span>
</a>
</div>
<div id="navbar" class="navbar-collapse collapse"></div>
<span class="xxsmall-hide">
<a id="top-right-logo-link" href="#" target="_blank">
<img id="top-right-logo" src="src/styles/images/noimage.gif" alt="" title=""
style="top:11px;position:absolute;right:10px;width:144px;float:right">
</a>
</span>
</div>
</nav>
<div class="container-fluid" style="height: 100%;">
<div class="row" style="height: 100%;">
<nav id="sidebar-container" class="col-12 col-xs-12 col-sm-12 col-md-2 collapse sidebar _panel-group"
aria-expanded="false">
<div class="loading"><img src="src/styles/images/loading.svg"></div>
<div id="sidebar" class="nav nav-sidebar panel panel-default"></div>
</nav>
<div class="map-container">
<div id="mapa" class="col-xs-12 col-sm-12 col-md-10 col-md-offset-2 main"></div>
</div>
</div>
</div>
<div id="basemap-selector"></div>
<div id="template"></div>
</body>
</html>