-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrint.html
More file actions
89 lines (77 loc) · 3.95 KB
/
Copy pathPrint.html
File metadata and controls
89 lines (77 loc) · 3.95 KB
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
<html>
<head>
<title>Print</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="HelpNDoc Personal Edition 4.3.1.364">
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
<!--[if lte IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
<![endif]-->
<style type="text/css">
#topic_header
{
background-color: #EFEFEF;
}
</style>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/hnd.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
if (top.frames.length == 0)
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "Neotoma Explorer.html?" + sTopicUrl;
}
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("Print");
}
});
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1 id="topic_header_text">Print</h1>
</div>
<div id="topic_header_nav">
<a href="Changebackgroundmap.html"><img src="img/arrow_left.png" alt="Previous"/></a>
</div>
<div class="clear"></div>
</div>
<div id="topic_content">
<p></p>
<p class="rvps2"><span class="rvts6">The print feature formats a print-ready page of either the current map view, or the selected result table.</span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps6"><span class="rvts17">Map</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside; list-style-type: decimal;">
<li class="rvps2"><span class="rvts6">Before printing, pan and zoom the map to your area of interest. Optionally, use the Search Properties tools to change symbology of layers. You can toggle the display of individual search layers in the Search List.</span></li>
<li class="rvps2"><span class="rvts6">Click the </span><img width="16" height="16" alt="" style="padding : 1px;" src="lib/printBtn.png"/><span class="rvts6"> button in the main application toolbar.</span></li>
<li class="rvps2"><span class="rvts6">Click the text prompt to type a title if desired.</span><br/><img alt="" style="padding : 1px;" src="lib/printMap.png"/></li>
<li class="rvps2"><span class="rvts6">Print the page using your Web browser's print function.</span></li>
</ol>
<p class="rvps2"><span class="rvts14"><br/></span></p>
<p class="rvps6"><span class="rvts17">Table</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside; list-style-type: decimal;">
<li class="rvps2"><span class="rvts6">Select the search results table you wish to print.</span></li>
<li class="rvps2"><span class="rvts6">Click the </span><img width="16" height="16" alt="" style="padding : 1px;" src="lib/printBtn.png"/><span class="rvts6"> button in the main application toolbar.</span></li>
<li class="rvps2"><span class="rvts6">Optionally, click the text prompt to type a title.</span><br/><img alt="" style="padding : 1px;" src="lib/printTable.png"/></li>
<li class="rvps2"><span class="rvts6">Print the page using your Web browser's print function.</span></li>
</ol>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p class="rvps2"><span class="rvts6"><br/></span></p>
<p></p>
<p class="rvps4"><span class="rvts12">Created with the Personal Edition of HelpNDoc: </span><a class="rvts13" href="http://www.helpndoc.com/feature-tour">Easily create CHM Help documents</a></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
Neotoma Paleoecology Database</div>
</div>
</body>
</html>