forked from pspc-spac/avadepth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pwlt-ptnd-eng.html
46 lines (41 loc) · 1.48 KB
/
pwlt-ptnd-eng.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!--#include virtual="/includes/header-eng.html" -->
<script language="javascript" type="text/javascript" src="scripts/flot/jquery.flot.time.js"></script>
<script src="scripts/pwlt-ptnd.js" defer></script>
<h1>Predicted Water Levels</h1>
<form id="daily_depth">
<input id="date"
type="hidden"
name="date"
class="datepicker" />
<input id="alt-date" type="hidden" />
<input type="hidden"
name="waterway"
id="waterway" value="0" />
<input type="hidden"
name="flowRate"
id="flowRate"
value="0" />
<input type="hidden"
name="flowType"
id="flowType"
value="0" />
<input type="hidden"
name="intervalMin"
id="intervalMin"
value="0" />
</form>
<div class="grid-12">
<div class="clear"></div>
<div class="span-6 align-center">
<h2>Fraser River - <span id="river-section"></span> At <span id="time"></span></h2>
<p><span id="static-date"></span> at <span id="static-interval">1 hour</span> intervals<br />
Fraser River - <span id="static-arm">South Arm</span><br />
Hope Discharge <span id="static-discharge"></span>m3/s (<span id="static-discharge-eval">Predicted</span>)</p>
<button id="pwl"
class="depths print_hide button button-accent"
href="javascript:void(0)"
style="margin-bottom:0.5em">< back</button>
<div id="placeholder" class="demo-placeholder" style="height:500px;width:600px;float:left;"></div>
</div>
</div>
<!--#include virtual="/includes/footer-fra.html" -->