~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.gps/gmap/map.html

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
<head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 
4
<title>${title}</title>
 
5
<style type="text/css">
 
6
${format}
 
7
html,body{height: 100%;}
 
8
</style>
 
9
${scripts}
 
10
</head>
 
11
<body onload="setupMap()" onunload="unloadMap()">
 
12
<div id="map" style="position:relative;width:100%;height:100%;color:rgb(60,60,60)"> <noscript>${noscript}</noscript>
 
13
</div>
 
14
<script type="text/javascript">
 
15
 
 
16
${config}
 
17
 
 
18
</script></body></html>
 
 
b'\\ No newline at end of file'