Skip to content
Snippets Groups Projects

Reorganize lobby display HTML files to avoid warnings

Merged David Hoese requested to merge davidh/MetObsSite:bugfix-lobby-camera-url into develop
6 files
+ 18
17
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -5,7 +5,7 @@
<meta name="url" content="aoss/tower/lobby/">
<meta name="save_as" content="aoss/tower/lobby/index.html">
<meta name="category" content="data" />
<meta name="summary" content="Real-time Data Dashboard" />
<meta name="summary" content="Real-time Lobby Dashboard (includes display burn-in shutoff)" />
<meta name="template" content="lobby_base_meteorogram" />
</head>
@@ -19,7 +19,7 @@
<div id="row3" style="height: calc(93%/3); width: 100%">
<div id="col1" style="float: left; height: 100%; width: calc(100%/3)"></div>
<div id="col2" style="float: left; height: 100%; width: calc(100%/3); position: relative">
<img id="roofCam" src="http://metobs.ssec.wisc.edu/pub/cache/aoss/cameras/west/latest_orig.jpg"
<img id="roofCam" src="/pub/cache/aoss/cameras/west/latest_orig.jpg"
alt="west" style="Cache-Control: no-store; height: 100%; width: 100%;">
<div id="dirText" style="position: absolute; bottom: 0%; right: 0%; font-size: .5vh; background-color: black; color: white">west</div>
</div>
@@ -29,8 +29,8 @@
<div id="graph" style="z-index: 2; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;"></div>
<!--opacity: 1 makes the screen black until graph loads, which only takes a fraction of a second. Also blacks out screen between 1 and 5 am.-->
<div id="overlay" style="z-index: 3; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; background-color: black; opacity: 1"></div>
<script type="text/javascript" src="/js/meteorogram/meteorogram.js"></script>
<script type="text/javascript" src="/js/meteorogram/site_configs_lobby.js"></script>
<script type="text/javascript" src="{static}/js/meteorogram/meteorogram.js"></script>
<script type="text/javascript" src="{static}/js/meteorogram/site_configs_lobby.js"></script>
<script type="text/javascript">
var met = MeteorogramController('graph', 'control-container', siteConfigs);
met.initMeteorogram();
Loading