~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.gps/gmap/many.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>Locations</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 width="100%">
14
 
<tbody>
15
 
<tr valign="top"> <td id="cell"> <a class="marker" href="javascript:follow(0)"> <img src="${greenmarker}" alt="" title="Location" class="pushpin"/> </a>
16
 
 </td> <td> <div id="novel">The selected images are taken at different locations as shown in the map.
17
 
 To set a new location for all images, click on the marker symbol at the top left, then click on the desired position. 
18
 
        You may remove the new marker by dragging it beyond the top border of the map.</div> </td>
19
 
 <td>&nbsp;&nbsp;&nbsp;</td>
20
 
        <td align="right"><div id="search" align="right">
21
 
                <form name="search" align="right"><a href="http://www.bdaum.de/zoom/gmap/back"><img src="${back_nav}" id="back" alt="" title="Back" class="nav" border="0"/></a><a href ="http://www.bdaum.de/zoom/gmap/forward"><img src="${forw_nav}" alt="" title="Forward" id="forw" class="nav"  border="0"/></a></form>
22
 
        </div></td>
23
 
 </tr></tbody></table>
24
 
<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>
25
 
</div>
26
 
<script type="text/javascript">
27
 
 
28
 
${config}
29
 
 
30
 
</script></body></html>
 
 
b'\\ No newline at end of file'