Skip to content

Commit 61677c8

Browse files
committed
old base
1 parent 740005f commit 61677c8

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

template/base_orig.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr">
4+
<head>
5+
<title>{%block title%}{%endblock%} - PostgresOpen</title>
6+
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
7+
<link rel="shortcut icon" href="/favicon.ico" />
8+
<style type="text/css" media="screen" title="Normal Text">@import url("/media/css/base.css");</style>
9+
<style type="text/css" media="screen" title="Normal Text">@import url("/media/css/geckofixes.css");</style>
10+
{%comment%}
11+
<link rel="alternate" type="application/rss+xml" title="PostgreSQL Europe News" href="/feeds/news/" />
12+
<link rel="alternate" type="application/rss+xml" title="PostgreSQL Europe Events" href="/feeds/events/" />
13+
{%endcomment%}
14+
{%block extrahead%}{%endblock%}
15+
</head>
16+
<body>
17+
<div id="pgContainerWrap">
18+
<div id="pgContainer">
19+
<div id="pgHeaderContainer">
20+
<div id="pgHeader">
21+
<div id="pgHeaderLogoLeft">
22+
<a href="https://postgresopen.org/"><img alt="PostgresOpen" height="80" width="230" src="/media/img/layout/hdr_left.png" /></a>
23+
</div>
24+
<div id="pgHeaderLogoRight">
25+
<a href="/"><img width="210" height="80" alt="PostgresOpen" src="/media/img/layout/hdr_right.png" /></a>
26+
</div>
27+
</div> <!-- pgHeader -->
28+
29+
<div id="pgTopNav">
30+
<div id="pgTopNavLeft"><img width="7" height="23" alt="" src="/media/img/layout/nav_lft.png" /></div>
31+
<div id="pgTopNavRight"><img width="7" height="23" alt="" src="/media/img/layout/nav_rgt.png" /></div>
32+
<ul id="pgTopNavList">
33+
<li><a href="/" title="Home">Home</a></li>
34+
<li><a href="/about" title="About">About</a></li>
35+
<li><a href="/events" title="Events">Events</a></li>
36+
</ul>
37+
</div> <!-- pgTopNav -->
38+
</div> <!-- pgHeaderContainer -->
39+
<div id="pgContent">
40+
{%block content%}{%endblock%}
41+
<br class="pgClearBoth" />
42+
</div> <!-- pgContent -->
43+
<div id="pgFooter">
44+
<a class="navFooter" href="/about/privacypolicy">Privacy Policy</a> |
45+
<a class="navFooter" href="/about/website">About the website</a><br/>
46+
Copyright &copy; 2008-2016 PostgresOpen
47+
</div> <!-- pgFooter -->
48+
</div>
49+
</div> <!-- pgContainerWrap -->
50+
</body>
51+
</html>

0 commit comments

Comments
 (0)