-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheventdetail.html
More file actions
43 lines (37 loc) · 1.88 KB
/
eventdetail.html
File metadata and controls
43 lines (37 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta definition -->
<meta charset="utf-8" />
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="vendor/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="vendor/fancybox/helpers/jquery.fancybox-buttons.css" type="text/css" media="screen" />
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/components.css">
<link rel="stylesheet" href="assets/css/app.css">
<link rel="stylesheet" href="assets/css/adjustments.css">
<!-- JS -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=AIzaSyCiWJGftXWabPAMlDciNS-8zkDaAXaUMS0"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gmap3/7.1.0/gmap3.min.js"></script>
<script type="text/javascript" src="vendor/moment-with-locales.js"></script>
<script type="text/javascript" src="config/app.js"></script>
<script type="text/javascript" src="vendor/libs.js"></script>
<script type="text/javascript" src="vendor/underscore-min.js"></script>
<script type="text/javascript" src="vendor/i18n.js"></script>
<script type="text/javascript" src="loaders/eventdetail.js"></script>
</head>
<body class="iframe-detail">
<div id="trash-map" class="widget detail-visible">
<div id="trash-map-detail">
<h1 class="widget-heading"></h1>
<div class="panels-wrapper info event-detail"></div>
<div class="panels-wrapper trashes-title event-detail"></div>
<div class="panels-wrapper trashes event-detail"></div>
</div>
<div id="map"></div>
</div>
</body>
</html>