forked from pspc-spac/avadepth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
advr-drvp-eng.html
104 lines (94 loc) · 2.73 KB
/
advr-drvp-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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!--#include virtual="/includes/header-eng.html" -->
<script src="scripts/advr-drvp.js" defer></script>
<script src="scripts/avadepth_util.js" defer></script>
<h1 class="print_hide">Available Depths Verification Report</h1>
<div class="print_hide" style="padding: 0 0 0 10px;">
<button
class="depths print_hide button button-accent"
href="javascript:void(0)"
style="margin-bottom:0.5em">< back</button>
<button
id="print_daily_depths"
class="print_hide button button-accent"
style="margin-bottom:0.5em">Print</button><br />
</div>
<div>
<h2 style="padding: 0; margin:0; text-align: center;">Available Depth Verification @ <span id="static-time">00</span> hrs.</h2>
<span class="span-12" style="display: block; text-align: center; margin: 0 0 10px 0; width: 100%;">
<div style="display: inline-block;" >for </div>
<div id="date-display" style="display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0;"></div>
</span>
<table style="width: 600px; margin-left: auto; margin-right: auto;">
<tr>
<td style="padding: 2px; ">
<span>Navigation Channel: Fraser River -
<span id="static-limit"></span>
</span>
</td>
</tr>
<tr>
<td style="padding: 2px; ">
Channel Condition:
<span id="static-type">Current Soundings</span> for Km 1 to
<span id="static-chainage">35</span> at
<span id="static-width">100</span>% Available Width
</td>
</tr>
<tr>
<td style="padding: 2px; ">
<p style="margin: 0 0 0 0;">
Hope Discharge
<span id="static-discharge"></span>m3/s
(<span id="static-discharge-eval">Predicted</span>)<br />
</p>
</td>
</tr>
</table>
</div>
<input type="hidden"
id="date" />
<input type="hidden"
id="chainage" />
<input type="hidden"
id="flowRate" />
<input type="hidden"
id="flowType" />
<input type="hidden"
id="width" />
<input type="hidden"
id="sounding" />
<input type="hidden"
id="lane" />
<input type="hidden"
id="period" />
<!--[if IE]>
<div>
<![endif]-->
<!--[if !IE]><!-->
<div class="span-8">
<!--<![endif]-->
<table id="verify" style="text-align:center; table-layout: fixed; width: 600px;" class="dataTable zebra-striped">
<thead>
<tr>
<th>Location</th>
<th>Design Grade</th>
<th>Least Sounding</th>
<th colspan="2">Available Width</th>
<th>Tidal Aid</th>
<th>Depth</th>
</tr>
<tr style="background-color: #EEEEEE;">
<th>(km)</th>
<th>(m)</th>
<th>(m)</th>
<th>(m)</th>
<th>%</th>
<th>(m)</th>
<th>(m)</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<!--#include virtual="/includes/footer-eng.html" -->