New settings area
New settings area can be opened by clicking Settings-link and closed by same link or OK-button. No settings to change yet. modified: public_html/gmap.html modified: public_html/script.js modified: public_html/style.css
This commit is contained in:
parent
0ee5cdb5de
commit
0dfc083aa5
3 changed files with 69 additions and 28 deletions
|
|
@ -18,7 +18,12 @@
|
|||
<p id="selinfo">Click on a plane for info.</p>
|
||||
<div id="tabinfo"></div>
|
||||
</div>
|
||||
<div id="info_settings">[<a href="#" onClick="#resetMap();">Settings</a>]</div>
|
||||
<div id="info_settings">[<a href="#" onClick="toggleSettings();">Settings</a>]</div>
|
||||
<div id="info_settings_area">
|
||||
<h2>Settings</h2>
|
||||
<input type="button" value="Reset Map" onClick="resetMap();toggleSettings();">
|
||||
<input type="button" value="OK" style="position:absolute;bottom:0;right:2px;" onClick="toggleSettings();">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue