diff options
author | Alvaro Herrera | 2008-06-30 13:19:50 +0000 |
---|---|---|
committer | Alvaro Herrera | 2008-06-30 13:19:50 +0000 |
commit | a27d5cf8660a9b575342dda06644926ba36f2954 (patch) | |
tree | cd047092962c67e0be92a3cc88c00038b663af76 | |
parent | 2050c45b19c7b29d3c4a218057087cf6bab7aa5d (diff) |
Use a svn:external property to have the layout files in place instead of
referring to www.postgresql.org.
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2149 8f5c7a92-453e-0410-a47f-ad33c8a6b003
-rw-r--r-- | archives/html/includes/top_config.php | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/archives/html/includes/top_config.php b/archives/html/includes/top_config.php index 72e9c2a8..e8290055 100644 --- a/archives/html/includes/top_config.php +++ b/archives/html/includes/top_config.php @@ -1,9 +1,10 @@ + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="/https/git.postgresql.org/favicon.ico" /> - <style type="text/css" media="screen" title="Normal Text">@import url("http://www.postgresql.org/layout/css/blue/fixed.css");</style> - <link rel="alternate stylesheet" media="screen" href="http://www.postgresql.org/layout/css/blue/fixed_large.css" type="text/css" title="Large Text" /> - <script type="text/javascript" src="http://www.postgresql.org/layout/js/styleswitcher.js"></script> - <script type="text/javascript" src="http://www.postgresql.org/layout/js/geckostyle.js"></script> + <style type="text/css" media="screen" title="Normal Text">@import url("/https/git.postgresql.org/layout/css/blue/fixed.css");</style> + <link rel="alternate stylesheet" media="screen" href="/https/git.postgresql.org/layout/css/blue/fixed_large.css" type="text/css" title="Large Text" /> + <script type="text/javascript" src="/https/git.postgresql.org/layout/js/styleswitcher.js"></script> + <script type="text/javascript" src="/https/git.postgresql.org/layout/js/geckostyle.js"></script> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-1345454-2";urchinTracker();</script> @@ -39,20 +40,20 @@ <div id="pgHeader"> <h2 class="pgBlockHide">Header And Logo</h2> <div id="pgHeaderLogoLeft"> - <a href="http://www.postgresql.org/" title="PostgreSQL"><img src="http://www.postgresql.org/layout/images/hdr_left.png" width="230" height="80" alt="PostgreSQL" /></a> + <a href="http://www.postgresql.org/" title="PostgreSQL"><img src="/https/git.postgresql.org/layout/images/hdr_left.png" width="230" height="80" alt="PostgreSQL" /></a> </div> <div id="pgHeaderLogoRight"> <span class="txtOffScreen">|</span> - <a href="http://www.postgresql.org/" title="The world's most advanced open source database."><img src="http://www.postgresql.org/layout/images/hdr_right.png" width="210" height="80" alt="The world's most advanced open source database." /></a> + <a href="http://www.postgresql.org/" title="The world's most advanced open source database."><img src="/https/git.postgresql.org/layout/images/hdr_right.png" width="210" height="80" alt="The world's most advanced open source database." /></a> </div> </div> <h2 class="pgBlockHide">Site Navigation</h2> <div id="pgTopNav"> <div id="pgTopNavLeft"> - <img src="http://www.postgresql.org/layout/images/nav_lft.png" width="7" height="23" alt="" /> + <img src="/https/git.postgresql.org/layout/images/nav_lft.png" width="7" height="23" alt="" /> </div> <div id="pgTopNavRight"> - <img src="http://www.postgresql.org/layout/images/nav_rgt.png" width="7" height="23" alt="" /> + <img src="/https/git.postgresql.org/layout/images/nav_rgt.png" width="7" height="23" alt="" /> </div> <ul id="pgTopNavList"> <li> |