-
Notifications
You must be signed in to change notification settings - Fork 0
/
iphone_map_with_header.html
42 lines (37 loc) · 1.97 KB
/
iphone_map_with_header.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://opengraphprotocol.org/schema/"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<title>Budapest Cycle Track</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
body {margin: 0px;}
.headline {font-size: 24px; margin-left:12px; float:center; margin-top:30px;}
#logo {margin: 5px; float:left;}
a {text-decoration: none;}
.idented {margin-left:12px;}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23038861-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a href="/"><img id="logo" src="/img/bringa74.png" /><span class="headline">Budapest Cycle Track</span></a><br/>
<span class="idented">
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http://www.facebook.com/BudapestCycleTrack" send="true" width="620" show_faces="false" font=""></fb:like></span>
<iframe id="map" scrolling="no" src="http://www.google.com/fusiontables/embedviz?viz=MAP&q=select+col0%2C+col1%2C+col2%2C+col3+from+1165644+&h=false&lat=47.48612098660691&lng=19.05827522277832&z=14&t=1&l=col3"></iframe>
<script type="text/javascript">
m = document.getElementById('map');
m.style.height = (window.innerHeight-4-74-20)+"px";
m.style.width = (window.innerWidth-4)+"px";
</script>
</body>
</html>