From fa9dcc28e2ccdfa796bb2792926f9e5e94e2d431 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Fri, 2 Aug 2024 13:45:34 -0500 Subject: [PATCH] Add ceilometer quicklooks --- content/pages/quicklooks.html | 92 +++++++++++++++++------------------ 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/content/pages/quicklooks.html b/content/pages/quicklooks.html index af36e418..35273401 100644 --- a/content/pages/quicklooks.html +++ b/content/pages/quicklooks.html @@ -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> -- GitLab