~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.gps/nl/de/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()"><table width="100%">
14
 
<tbody>
15
 
<tr valign="top"> <td id="cell"> <a class="marker" href="javascript:follow(0)"> <img src="${greenmarker}" alt="" title="Ort" class="pushpin" /> </a>
16
 
 </td> <td> <div id="novel">Um einen neuen Standort zu erstellen, klicken Sie zun&auml;chst auf das Markierungssymbol oben links, dann auf den Zielort klicken. 
17
 
Sie k&ouml;nnen die neue Markierung wieder entfernen, indem Sie sie &uuml;ber die obere Grenze der Karte ziehen.</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="Zur&uuml;ck" class="nav" border="0"/></a><a href ="http://www.bdaum.de/zoom/gmap/forward"><img src="${forw_nav}" alt="" title="Vorw&auml;rts" id="forw" class="nav"  border="0"/></a><input maxlength=255 name="q" id="q" size=30 title="Suche" value=""><input name="btn" type="submit" value="Suche"></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>Bitte aktivieren Sie JavaScript in Ihrem Webbrowser</noscript>
24
 
</div>
25
 
<script type="text/javascript">
26
 
 
27
 
${config}
28
 
 
29
 
</script></body></html>
 
 
b'\\ No newline at end of file'