~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.gps/gmap/loc.htm

  • 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>Location</title>
5
 
<style type="text/css">
6
 
${format}
7
 
html,body{height: 100%;}
8
 
#novel{width:100%;margin:10px}
9
 
td{vertical-align:bottom;}
10
 
</style>
11
 
${scripts}
12
 
</head>
13
 
<body onload="setupMap()" onunload="unloadMap()"><table>
14
 
<tbody>
15
 
<tr> <td id="cell"> 
16
 
 </td> <td> <div id="novel"></div> </td> </tr></tbody></table>
17
 
<div id="map" style="position:relative;width:100%;height:90%;color:rgb(60,60,60)"> <noscript>You should turn on JavaScript in your web browser</noscript>
18
 
</div>
19
 
<script type="text/javascript">
20
 
 
21
 
${config}
22
 
 
23
 
</script></body></html>
 
 
b'\\ No newline at end of file'