Bannner showing the dump1090-fa link will soon be decpreated

This commit is contained in:
eric1tran 2021-03-08 20:12:29 +00:00
parent e7d39c9abb
commit f9e252c110
2 changed files with 8 additions and 0 deletions

View File

@ -778,6 +778,10 @@
Please do not call the local authorities, they already know about it if it is a valid squawk.
</div>
<div id="DeprecatedSkyAwareMessage">
<b>This version of SkyAware will soon be depcrecated. Visit URL: [local IP Address]/skyaware for the most up-to-date SkyAware interface.</b>
</div>
<div id="update_error" class="hidden">
<b>Problem fetching data from dump1090.</b><br>
<span id="update_error_detail"></span><br>

View File

@ -258,6 +258,10 @@ div#update_error { position: absolute; bottom: 25px; left: 25px; border: 2px sol
background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
text-align: center; }
div#DeprecatedSkyAwareMessage { position: absolute; bottom: 25px; left: 0; right: 0; border: 2px solid red;
background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
text-align: center; }
div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: #000; opacity: 0.8; filter: alpha(opacity=80); }
#spinny { width: 128px; height: 128px; position: absolute; top: 50%; left: 50%; margin: -64px 0 0 -64px; }
#loader_progress { width: 250px; height: 20px; position: absolute; top: 50%; left: 50%; margin: 128px 0 0 -125px; }