summaryrefslogtreecommitdiff
path: root/planet/template/base.tmpl
blob: b6a99858ed001663ea5571ef43b42dae1acf3976 (plain)
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
<!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>Planet PostgreSQL</title>
  <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
  <link rel="shortcut icon" href="/favicon.ico" />
  <link rel="alternate" type="application/rss+xml" title="Planet PostgreSQL" href="http://planet.postgresql.org/rss20.xml" />
  <style type="text/css" media="screen" title="Normal Text">@import url("/css/planet.css");</style>
 </head>
 <body>
  <div id="planetWrap">
   <div id="planetHeader">
    <div class="fl"><a href="/"><img src="http://www.postgresql.org/layout/images/hdr_left.png" alt="PostgreSQL" /></a></div>
    <div class="fr"><img width="210" height="80" src="http://www.postgresql.org/layout/images/hdr_right.png" alt="The world's most advanced open source database" /></div>
    <div class="cb"></div>
   </div> <!-- planetHeader -->
   <div id="planetMain">
{% block content %} {% endblock %}
   </div> <!-- planetMain -->
  </div> <!-- planetWrap -->

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-1345454-7");
pageTracker._trackPageview();
</script>

 </body>
</html>