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 @@
</table>
</div>
</div>
<!--
<div class="row">
<div class="col-xs-12">
<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>
Format: <select id="ceiloformat">
<option selected> CSV </option>
......@@ -111,61 +110,62 @@
<div class="col-xs-2 col-lg-1">
<b>
Date<br></br>
<div class="ql-label">BackStatter</div>
<div class="ql-label">Backscatter</div>
</b>
</div>
<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">
<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>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h3 id="buoy">Lake Mendota, Madison WI</h3>
<h4>Buoy</h4>
<button type="submit" form="buoyform" value="Submit" onclick="order('mendota','buoy')">Order Buoy Data</button>
<button type="submit" class="select-all">Select All</button>
Format: <select id="buoyformat">
<option selected> CSV </option>
<option> JSON </option>
<option> SH </option>
<option> BAT </option>
</select>
</div>
<div class="col-xs-2 col-lg-1">
<b>
Date<br></br>
<div class="ql-label">Meteorogram</div>
<div class="ql-label">Air and Dewpoint Temperature</div>
<div class="ql-label">Wind Speed</div>
<div class="ql-label">Wind Direction</div>
<div class="ql-label">Chlorophyll</div>
<div class="ql-label">Phycocyanin</div>
<div class="ql-label">Water Temperature</div>
</b>
</div>
<div class="col-xs-10 col-lg-11 table-holder" style="overflow-x:scroll;">
<table id="buoytable" width="1260px" cellpadding="0" cellspacing="0" class="imageStripsContainer">
<tr class="ql_date_row" inst="buoy" site="mendota" >
<tr class="ql_row" inst="buoy" site="mendota" product="met">
<tr class="ql_row" inst="buoy" site="mendota" product="td">
<tr class="ql_row" inst="buoy" site="mendota" product="windsp">
<tr class="ql_row" inst="buoy" site="mendota" product="winddr">
<tr class="ql_row" inst="buoy" site="mendota" product="chloro">
<tr class="ql_row" inst="buoy" site="mendota" product="phyco">
<tr class="ql_row" inst="buoy" site="mendota" product="watert">
</table>
</div>
<!--
<div class="row">
<div class="col-xs-12">
<h3 id="buoy">Lake Mendota, Madison WI</h3>
<h4>Buoy</h4>
<button type="submit" form="buoyform" value="Submit" onclick="order('mendota','buoy')">Order Buoy Data</button>
<button type="submit" class="select-all">Select All</button>
Format: <select id="buoyformat">
<option selected> CSV </option>
<option> JSON </option>
<option> SH </option>
<option> BAT </option>
</select>
</div>
<div class="col-xs-2 col-lg-1">
<b>
Date<br></br>
<div class="ql-label">Meteorogram</div>
<div class="ql-label">Air and Dewpoint Temperature</div>
<div class="ql-label">Wind Speed</div>
<div class="ql-label">Wind Direction</div>
<div class="ql-label">Chlorophyll</div>
<div class="ql-label">Phycocyanin</div>
<div class="ql-label">Water Temperature</div>
</b>
</div>
<div class="col-xs-10 col-lg-11 table-holder" style="overflow-x:scroll;">
<table id="buoytable" width="1260px" cellpadding="0" cellspacing="0" class="imageStripsContainer">
<tr class="ql_date_row" inst="buoy" site="mendota" >
<tr class="ql_row" inst="buoy" site="mendota" product="met">
<tr class="ql_row" inst="buoy" site="mendota" product="td">
<tr class="ql_row" inst="buoy" site="mendota" product="windsp">
<tr class="ql_row" inst="buoy" site="mendota" product="winddr">
<tr class="ql_row" inst="buoy" site="mendota" product="chloro">
<tr class="ql_row" inst="buoy" site="mendota" product="phyco">
<tr class="ql_row" inst="buoy" site="mendota" product="watert">
</table>
</div>
</table>
</div>
</div>
</div>
-->
</table>
</div>
</div>
</div>
-->
</div>
<script src="{static}/js/moment.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