File: default.html

package info (click to toggle)
libpgjava 42.2.5-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,136 kB
  • sloc: java: 57,821; xml: 1,135; sh: 307; perl: 99; makefile: 7
file content (108 lines) | stat: -rw-r--r-- 4,854 bytes parent folder | download
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
105
106
107
108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr">
<head>
	<title>{{ page.title }}</title>
	<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
	<meta name="description" content="The official site for the PostgreSQL JDBC Driver" />
	<meta name="copyright" content="The PostgreSQL Global Development Group" />

	<style type="text/css" media="screen" title="Normal Text">@import url("{{ page.resource }}/css/base.css");</style>

	<link rel="shortcut icon" href="{{ page.resource }}/favicon.ico" />

	<!--
	<script type="text/javascript">
		var _gaq = _gaq || [];
		_gaq.push(['_setAccount', 'UA-1345454-1']);
		_gaq.push(['_trackPageview']);
		(function() {
			var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
			ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
			})();
	</script>
	-->
</head>

<body>
	<div id="pgContainerWrap">
		<div id="pgContainer">

			<span class="txtOffScreen"><a href="#pgContent" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
			<span class="txtOffScreen"><a href="#pgContentWrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>

			<div id="pgHeaderContainer">

				<div id="pgSearch">

					<!-- Old pgjdbc form -->
					<form action="https://www.google.com/search" method="get">
						<input value="jdbc.postgresql.org" name="sitesearch" type="hidden" />
						<input id="q" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Google Search" accesskey="s" />
						<!-- <input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; -->
                    				<input name="Search" value="Search" type="submit" />
					</form>

					<!-- New PostgreSQL form
					<form method="get" action="search/">
					<div>
						<h2 class="pgBlockHide"><label for="q">Search</label></h2>
						<input id="q" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" accesskey="s" />
						<input name="a" type="hidden" value="1"/>
						<input id="submit" name="submit" type="submit" value="Search" />
					</div>
					</form>
					-->

				</div> <!-- pgSearch -->
				<br />

				<div id="pgHeader">
					<div id="pgHeaderLogoLeft">
						<img alt="PostgreSQL" height="80" width="390" src="{{ page.resource }}/img/layout/hdr_left3.png" usemap="#maplinks" />
						<map name="maplinks">
							<area shape="rect" coords="0,0,231,80" alt="PostgreSQL" href="https://postgresql.org" />
							<area shape="rect" coords="232,0,390,80" alt="PostgreSQL JDBC Driver" href="https://jdbc.postgresql.org" />
						</map>
					</div>
					<div id="pgHeaderLogoRight">
						<a href="https://postgresql.org">
							<img width="210" height="80" alt="The world's most advanced open source database." src="{{ page.resource }}/img/layout/hdr_right.png" />
						</a>
					</div>
				</div> <!-- pgHeader -->

				<div id="pgTopNav">
					<div id="pgTopNavLeft">
						<img width="7" style="height: 100%;" alt="" src="{{ page.resource }}/img/layout/nav_lft.png" />
					</div>
					<div id="pgTopNavRight">
						<img width="7" style="height: 100%;" alt="" src="{{ page.resource }}/img/layout/nav_rgt.png" />
					</div>
					<ul id="pgTopNavList">
						<li><a href="{{ page.nav }}index.html" title="Home">Home</a></li>
						<li><a href="{{ page.nav }}about/about.html" title="About">About</a></li>
						<li><a href="{{ page.nav }}download.html" title="Download">Download</a></li>
						<li><a href="{{ page.nav }}documentation/documentation.html" title="Documentation">Documentation</a></li>
						<li><a href="{{ page.nav }}community/community.html" title="Community">Community</a></li>
						<li><a href="{{ page.nav }}development/development.html" title="Development">Development</a></li>
					</ul>
				</div> <!-- pgTopNav -->
			</div> <!-- pgHeaderContainer -->

			<div id="pgContent">
				{{ content }}

				<br class="pgClearBoth" />
			</div> <!-- pgContent -->
			<hr />

			<div id="pgFooter">
				<a class="navFooter" href="https://www.postgresql.org/about/privacypolicy">Privacy Policy</a> |
				<a class="navFooter" href="https://www.postgresql.org/about/">About PostgreSQL</a><br/>
				Copyright &copy; 1996-{{ site.time | date: "%Y" }} The PostgreSQL Global Development Group
			</div> <!-- pgFooter -->
		</div> <!-- pgContainer -->
	</div> <!-- pgContainerWrap -->
</body>
</html>