Bannner showing the dump1090-fa link will soon be decpreated
This commit is contained in:
parent
e7d39c9abb
commit
f9e252c110
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue