~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.gps/gmap/addloc.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>Adhoc</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">To create a new location, click on the marker symbol at the top left, then click on the desired position. 
17
 
        You may remove the new marker by dragging it beyond the top border of the map.</div>
18
 
        </td><td>&nbsp;&nbsp;&nbsp;</td>
19
 
        <td align="right"><div id="search" align="right">
20
 
                <form name="search" align="right" onsubmit="return submitQuery();"><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><input maxlength=255 name="q" id="q" size=30 title="Search" value=""><input name="btn" type="submit" value="Search"></form>
21
 
        </div></td> 
22
 
        </tr></tbody></table>
23
 
<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>
24
 
</div>
25
 
<script type="text/javascript">
26
 
 
27
 
${config}
28
 
 
29
 
</script></body></html>
 
 
b'\\ No newline at end of file'