forked from ThorstenHi/thenextis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (70 loc) · 3.87 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="white" />
<title>TheNextIs.com - find your place</title>
<script src="app/detectmobilebrowser.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="app/jquery.autocomplete.min.js"></script>
<link rel="stylesheet" href="//cdn.leafletjs.com/leaflet-0.7.1/leaflet.css" />
<script src="//cdn.leafletjs.com/leaflet-0.7.1/leaflet.js"></script>
<link rel="stylesheet" href="app/app.css" />
<script src="app/app.js"></script>
<script src="app/autocomplete.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<meta property="og:title" content="TheNextIs.com - find your place" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="http://thenextis.com" />
<meta name="description" content="TheNextIs.com helps you find places around you like ATM, telephone, mailbox and many more. Your points of interests (POI) search engine." />
</head>
<body>
<div id="inputarea">
<p>THE</p>
<p>NEXT</p>
<input id="mydropdown" class="ui-autocomplete-input" autocomplete="off" placeholder="e.g. telephone, postbox" autofocus>
<input id="tag_name" hidden="true">
<p>IS</p>
<span id="loading" hidden="true"><i class="fa fa-spinner fa-spin fa-large"></i> searching for you...</span><br/>
<span id="redo"><a id="redo_link" href="#"><i class="fa fa-refresh icon-large"></i> redo search in current map</a></span>
<br/>
<span id="locateMe"><a id="locateMe_link" href="#"><i class="fa fa-location-arrow"></i> locate me</a></span>
<p>
<span id="social"><a href="https://plus.google.com/107689928685837922404/" target="_blank"><i class=" fa fa-google-plus"></i></a><a href="https://www.facebook.com/Thenextis" target="_blank"><i class="icon-facebook-sign"></i></a><a href="https://twitter.com/thenextis"><i class="fa fa-twitter "></i></a></span>
<div class="fb-like" data-href="https://www.facebook.com/thenextis" data-width="50" data-colorscheme="dark" data-layout="button_count" data-show-faces="true" data-send="false"></div>
</p>
<p><span id="add"><a id="editOSM_link" href="#" "Miss something? Add in OSM"><i class="fa fa-wrench icon-large"></i></a></span>
</p>
</div>
<div id="map" style="height: 100%"></div>
<div id="modal_no_pois" class="modal hide fade">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3><i class="icon-frown"></i> No result</h3>
</div>
<div class="modal-body">
<p>There is no in 1 km range. </p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-primary">Close</a>
</div>
</div>
<a href="https://github.com/homtec/thenextis/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>