-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathavdpth_srch-eng.html
70 lines (64 loc) · 2.05 KB
/
avdpth_srch-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
<!--#include virtual="/includes/ava_header-eng.html" -->
<script src="scripts/ava_iface.js" defer></script>
<script src="scripts/avadepth_util.js" defer></script>
<script>var isIE=false;</script>
<!--[if IE]>
<script>var isIE=true;</script>
<![endif]-->
<!--[if lt IE 9]>
<script>
$(document).ready(function(){
$("#gcwu-gcnb").attr('class', 'print-gcwu-gcnb');
$("#gcwu-bnr").addClass('print-gcwu-bnr');
$("h1").addClass('print-survey-drawing-title');
});
</script>
<![endif]-->
<div id="wb-cont"></div>
<h1 class="print_hide" id="ava_map_ttl">Avadepth Maps</h1>
<div class="grid-12">
<div id="pBarContainer">
<div id="pBar">
<div id="pBarHeaderContainer">
<div id="pBarHeader">Parameters</div>
<div id="pBarButton">-</div>
</div>
<br style="clear:both;" />
<div>
<div id="map_parameters">
<p>Please choose a search tool from the menu above.</p>
</div>
</div>
</div>
</div>
<div class="print_hide">
<details id="ref_map_det" open>
<summary id="ref_map_link">Reference Map</summary>
<div id="map" style="height:500px;">
<div class="span-12" style="padding:0;margin:0">
<iframe src="map_ref.html" style="height:500px;width:100%;border:none" id="embed_map"></iframe>
</div>
</div>
</details>
</div>
<br class="print_hide" style="clear:both;" />
<div id="report_panels" style="text-align:center">
<div id="report_detail">
<div id="cboxLoadedContent" >
<button id="cboxClose" title="Close"></button>
<div id="rep_detail_map">
<!-- PWL detail map removal -->
- <!--<iframe src="map_det.html" style="height:300px;width:300px;border:none" id="report_map"></iframe>-->
- <iframe src="map_det.html" style="height:0px;width:300px;border:none" id="report_map"></iframe>
</div>
<div id="rep_detail_info">
</div>
</div>
</div>
<div id="report_body" style="display:none">
</div>
<div id="detail_print"></div>
</div>
</div>
<!-- Footer End -->
<!--#include virtual="/includes/footer-eng.html" -->