Skip to content
Snippets Groups Projects
Verified Commit fa9dcc28 authored by David Hoese's avatar David Hoese
Browse files

Add ceilometer quicklooks

parent 34db8d25
No related branches found
No related tags found
No related merge requests found
Pipeline #54082 passed
...@@ -95,11 +95,10 @@ ...@@ -95,11 +95,10 @@
</table> </table>
</div> </div>
</div> </div>
<!--
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<h4>Ceilometer</h4> <h4>Ceilometer</h4>
<button type="submit" form="ceiloform" value="Submit" onclick="order('aoss','ceilo')">Order Ceilometer Data</button> <button type="submit" form="ceiloform" value="Submit" onclick="order('aoss','ceilo')">Download Ceilometer Data</button>
<button type="submit" class="select-all">Select All</button> <button type="submit" class="select-all">Select All</button>
Format: <select id="ceiloformat"> Format: <select id="ceiloformat">
<option selected> CSV </option> <option selected> CSV </option>
...@@ -111,61 +110,62 @@ ...@@ -111,61 +110,62 @@
<div class="col-xs-2 col-lg-1"> <div class="col-xs-2 col-lg-1">
<b> <b>
Date<br></br> Date<br></br>
<div class="ql-label">BackStatter</div> <div class="ql-label">Backscatter</div>
</b> </b>
</div> </div>
<div class="col-xs-10 col-lg-11 table-holder" style="overflow-x:scroll;"> <div class="col-xs-10 col-lg-11 table-holder" style="overflow-x:scroll;">
<table id="ceilotable" width="840px" cellpadding="0" cellspacing="0" class="imageStripsContainer"> <table id="ceilotable" width="840px" cellpadding="0" cellspacing="0" class="imageStripsContainer">
<tr class="ql_date_row" inst="cielo" site="aoss"> <tr class="ql_date_row" inst="cielo" site="aoss">
<tr class="ql_row" inst="ceilo" site="aoss" product=""> <tr class="ql_row" inst="ceilo" site="aoss" product="backscatter-daily">
</table> </table>
</div> </div>
</div> </div>
<div class="row"> <!--
<div class="col-xs-12"> <div class="row">
<h3 id="buoy">Lake Mendota, Madison WI</h3> <div class="col-xs-12">
<h4>Buoy</h4> <h3 id="buoy">Lake Mendota, Madison WI</h3>
<button type="submit" form="buoyform" value="Submit" onclick="order('mendota','buoy')">Order Buoy Data</button> <h4>Buoy</h4>
<button type="submit" class="select-all">Select All</button> <button type="submit" form="buoyform" value="Submit" onclick="order('mendota','buoy')">Order Buoy Data</button>
Format: <select id="buoyformat"> <button type="submit" class="select-all">Select All</button>
<option selected> CSV </option> Format: <select id="buoyformat">
<option> JSON </option> <option selected> CSV </option>
<option> SH </option> <option> JSON </option>
<option> BAT </option> <option> SH </option>
</select> <option> BAT </option>
</div> </select>
<div class="col-xs-2 col-lg-1"> </div>
<b> <div class="col-xs-2 col-lg-1">
Date<br></br> <b>
<div class="ql-label">Meteorogram</div> Date<br></br>
<div class="ql-label">Air and Dewpoint Temperature</div> <div class="ql-label">Meteorogram</div>
<div class="ql-label">Wind Speed</div> <div class="ql-label">Air and Dewpoint Temperature</div>
<div class="ql-label">Wind Direction</div> <div class="ql-label">Wind Speed</div>
<div class="ql-label">Chlorophyll</div> <div class="ql-label">Wind Direction</div>
<div class="ql-label">Phycocyanin</div> <div class="ql-label">Chlorophyll</div>
<div class="ql-label">Water Temperature</div> <div class="ql-label">Phycocyanin</div>
</b> <div class="ql-label">Water Temperature</div>
</div> </b>
<div class="col-xs-10 col-lg-11 table-holder" style="overflow-x:scroll;"> </div>
<table id="buoytable" width="1260px" cellpadding="0" cellspacing="0" class="imageStripsContainer"> <div class="col-xs-10 col-lg-11 table-holder" style="overflow-x:scroll;">
<tr class="ql_date_row" inst="buoy" site="mendota" > <table id="buoytable" width="1260px" cellpadding="0" cellspacing="0" class="imageStripsContainer">
<tr class="ql_row" inst="buoy" site="mendota" product="met"> <tr class="ql_date_row" inst="buoy" site="mendota" >
<tr class="ql_row" inst="buoy" site="mendota" product="td"> <tr class="ql_row" inst="buoy" site="mendota" product="met">
<tr class="ql_row" inst="buoy" site="mendota" product="windsp"> <tr class="ql_row" inst="buoy" site="mendota" product="td">
<tr class="ql_row" inst="buoy" site="mendota" product="winddr"> <tr class="ql_row" inst="buoy" site="mendota" product="windsp">
<tr class="ql_row" inst="buoy" site="mendota" product="chloro"> <tr class="ql_row" inst="buoy" site="mendota" product="winddr">
<tr class="ql_row" inst="buoy" site="mendota" product="phyco"> <tr class="ql_row" inst="buoy" site="mendota" product="chloro">
<tr class="ql_row" inst="buoy" site="mendota" product="watert"> <tr class="ql_row" inst="buoy" site="mendota" product="phyco">
</table> <tr class="ql_row" inst="buoy" site="mendota" product="watert">
</div> </table>
</div>
</table> </table>
</div> </div>
</div> </div>
</div> </div>
--> -->
</div> </div>
<script src="{static}/js/moment.min.js"></script> <script src="{static}/js/moment.min.js"></script>
<script src="{static}/js/underscore-min.js"></script> <script src="{static}/js/underscore-min.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment