2003-11-02 05:06:55 +00:00
#!/bin/sh
PAGE=$1
ROOT=$2
2009-06-06 15:14:24 +00:00
sed "s,<head>,<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.gnome.org/default.css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"$ROOT/foundation.css\" /><link rel=\"icon\" type=\"image/png\" href=\"http://www.gnome.org/img/logo/foot-16.png\" />,i;s,<body\([^>]*\)>,<body\1><div id=\"body\">,i;/<\/body>/,//d" $PAGE
2003-11-02 05:06:55 +00:00
cat <<-FOOT
</div>
<div id="sidebar">
<p class="section">Foundation</p>
<ul>
<li><a href="$ROOT/about/">About the Foundation</a></li>
2009-05-29 01:04:25 +00:00
<li><a href="http://blogs.gnome.org/foundation/">Blog</a></li>
2009-09-11 15:49:46 +00:00
<li><a href="$ROOT/reports/">Reports</a></li>
2003-11-02 05:06:55 +00:00
<li><a href="$ROOT/membership/">Membership</a></li>
2010-10-01 13:53:09 +00:00
<li><a href="$ROOT/elections/">Elections and Referenda</a></li>
2004-02-23 10:44:35 +00:00
<li><a href="$ROOT/legal/">Legal</a></li>
2004-11-26 03:55:12 +00:00
<li><a href="$ROOT/finance/">Finance</a></li>
2003-11-02 05:06:55 +00:00
<li><a href="$ROOT/contact/">Contact</a></li>
</ul>
<ul>
<li><a href="http://www.gnome.org/press/">Press</a></li>
<li><a href="http://www.gnome.org/friends/">Donate to GNOME</a></li>
</ul>
</div>
<div id="hdr">
<div id="logo"><a href="$ROOT/"><img src="http://www.gnome.org/img/spacer" alt="Home" /></a></div>
<div id="banner"><img src="http://www.gnome.org/img/spacer" alt="" /></div>
<p class="none"></p>
<div id="hdrNav">
<a href="http://www.gnome.org/about/">About GNOME</a> ·
2004-09-28 04:25:58 +00:00
<a href="http://www.gnome.org/start/stable/">Download</a> ·
2003-11-02 05:06:55 +00:00
<!--<a href="http://www.gnome.org/contribute/"><i>Get Involved!</i></a> ·-->
<a href="http://www.gnome.org/">Users</a> ·
2009-05-17 14:29:40 +00:00
<a href="http://library.gnome.org/devel">Developers</a> ·
2003-11-02 05:06:55 +00:00
<a href="http://foundation.gnome.org/"><b>Foundation</b></a> ·
<a href="http://www.gnome.org/contact/">Contact</a>
</div>
</div>
<div id="copyright">
2009-03-18 15:10:21 +00:00
Copyright © 2005-2009, <a href="http://www.gnome.org/">The GNOME Project</a>.<br />
2004-02-23 10:36:08 +00:00
Maintained by the GNOME Foundation <a href="mailto:board-list@gnome.org">Board of Directors</a> and <a href="mailto:membership-committee@gnome.org">Membership Committee</a>.<br />
2003-11-02 05:06:55 +00:00
<a href="http://validator.w3.org/check/referer">Optimised</a> for
<a href="http://www.w3.org/">standards</a>.
Hosted by <a href="http://www.redhat.com/">Red Hat</a>.
</div>
2009-11-08 17:26:54 +00:00
<!-- Piwik -->
<script type="text/javascript">
2009-11-09 19:09:23 +00:00
var pkBaseURL = (("https:" == document.location.protocol) ? "https://webstats.gnome.org/" : "http://webstats.gnome.org/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
2009-11-08 17:26:54 +00:00
</script><script type="text/javascript">
try {
2009-11-10 05:49:11 +00:00
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 5);
2009-11-08 17:26:54 +00:00
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
2009-11-10 05:49:11 +00:00
</script><noscript><p><img src="http://webstats.gnome.org/piwik.php?idsite=5" style="border:0" alt=""/></p></noscript>
2009-11-08 17:26:54 +00:00
<!-- End Piwik Tag -->
2003-11-02 05:06:55 +00:00
</body>
</html>
FOOT