-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (58 loc) · 2.47 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
<!DOCTYPE html>
<html>
<head>
<title>IRAQ: FSMT Map</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="dist/leaflet/leaflet.css" />
<link rel="stylesheet" href="dist/bootstrap-3.3.6-dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="dist/swal/sweetalert.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="row">
<h3><img src="img/logo_cccm.png" height="39px"></h3> <p><a href="https://cccmiraq.github.io/FSMTARABIC/" target="_blank">FSMT Arabic</a></p>
<h3>Formal Site Monitoring Tool Site Profile</h3>
<h3><input type="text" class="form-control typeahead" placeholder="Search site ..." data-provide="typeahead"></h3>
</div>
<div class="row">
<div id="left_of_map">Search for a site or click on it on the map to start. </div>
</div>
</div>
<div class="col-md-8">
<div id="map">
<div class="dropdown analysis-btn">
<button class="btn btn-default dropdown-toggle " type="button" id="analysis" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Analysis
<span class="caret"></span>
</button>
<ul class="dropdown-menu" id="dropdown-list" aria-labelledby="analysis">
</ul>
</div>
</div>
</div>
</div>
<hr>
<div id="below_map"></div>
</div>
<script src="js/jquery-1.11.3.min.js" ></script>
<script src="dist/leaflet/leaflet.js"></script>
<script src="dist/bootstrap-3.3.6-dist/js/bootstrap.min.js"></script>
<script src="js/bootstrap3-typeahead.min.js"></script>
<script src="js/config.js"></script>
<script src="js/d3.v4.js"></script>
<script src="js/html2canvas.js"></script>
<script src="js/jspdf.min.js"></script>
<script src="js/Chart.bundle.js"></script>
<script src="dist/swal/sweetalert.min.js"></script>
<script src="js/fsmt.js"></script>
<script src="js/leaflet_print/L.CanvasPointLayer.js"></script>
<script src="js/leaflet_print/jspdf.debug.js"></script>
<script src="js/leaflet_print/L.GetImage.js"></script>
</body>
</html>