SafeDispatch/Safedispatch_4_0/resource/SfmbMapsMain123.html
2024-02-22 18:43:59 +02:00

49 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="http://maps.google.com/maps/api/js?sensor=false&v=3.55&sensor=false"></script>
<script src="http://google-maps-utility-library-v3.googlecode.com/svn-history/r49/trunk/infobox/src/infobox.js" type="text/javascript"></script>
<script src="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/src/infobubble.js" type="text/javascript"></script>
<script type="text/javascript" src="output.min.js">
</script>
</head>
<body onLoad='initialize()' style="border-width: 0px;padding: 0;margin: 0;overflow:hidden;">
<div id="Map" class='map' style="z-index: 0;position:relative;"></div>
<div id='log' class='logo' style="position: absolute; z-index: 9999; background-color: rgba(17, 43, 127, 0.6); bottom: 0px; right: 0px;">
<textarea cols="80" rows="15" id='log-area' wrap="off" style="background: rgba(255,250,250,0.2);display:none"></textarea>
</div>
<div id="tools" class="tooldiv">
<img src="images/tools.png" id="open"/>
<div id="tools-controls" style="top:0px;display:inline-block">
<input type="text" value="address" id="address" /><br>
<label><input type="checkbox" name="traffic" id="traffic" value="Traffic">show traffic</label>
</div>
</div>
<div name="response_string" id="response_string"></div>
<div id="click_string" name="click_string"></div>
<div id="panel"></div>
<input type="text" id="command-field" name="command-field"/>
<input type="button" value="Execute" onclick="GWTcallback(document.getElementById('command-field').value)" />
</body>
</html>