diff --git a/public_html/gmap.html b/public_html/gmap.html index d4beb6f..338bc78 100644 --- a/public_html/gmap.html +++ b/public_html/gmap.html @@ -1,11 +1,12 @@ - + + @@ -31,6 +32,17 @@ +
+ + +
[ Reset Map ][ Settings ]
+
+
+ + +
GeneralKML
+
+
diff --git a/public_html/script.js b/public_html/script.js index 3bd9888..fc8c0d0 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -167,6 +167,9 @@ function initialize() { } } + // Load up our options page + optionsInitalize(); + // Did our crafty user need some setup? extendedInitalize(); @@ -311,6 +314,7 @@ function refreshSelected() { } html += ''; + document.getElementById('plane_detail').innerHTML = html; } diff --git a/public_html/style.css b/public_html/style.css index 5692e54..9053a97 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -7,7 +7,10 @@ div#map_canvas { height: 100%; margin-right: 420px; } div#sidebar_container { float: left; width: 410px; margin-left: -410px; height: 100%; overflow: auto; } +table#optionsTabs { width: 100%; font-size: small; font-family: monospace; background-color: #ddd; border: 1px; border-color: #000000;} + #tableinfo { font-size: x-small; font-family: monospace; } +#sudo_buttons { font-size: x-small; font-family: monospace; } .vPosition { font-weight: bold; background-color: #f5fff5; } .squawk7500 { font-weight: bold; background-color: #ff5555; }