voting/include/evilsedhack

54 lines
2.1 KiB
Text
Raw Normal View History

#!/bin/sh
PAGE=$1
ROOT=$2
---------------------------------------------------------------------- ---------------------------------------------------------------------- Converted to UTF-8 and XHTML transitional. Committing in . Modified Files: ChangeLog foundation.gnome.org/index.wml foundation.gnome.org/about/index.wml foundation.gnome.org/about/charter/index.wml foundation.gnome.org/about/history/index.wml foundation.gnome.org/contact/index.wml foundation.gnome.org/elections/index.wml foundation.gnome.org/elections/overview.wml foundation.gnome.org/elections/2000/candidates.wml foundation.gnome.org/elections/2000/index.wml foundation.gnome.org/elections/2000/results.wml foundation.gnome.org/elections/2000/rules.wml foundation.gnome.org/elections/2000/verify.wml foundation.gnome.org/elections/2000/voters.wml foundation.gnome.org/elections/2001/candidates.wml foundation.gnome.org/elections/2001/index.wml foundation.gnome.org/elections/2001/rules.wml foundation.gnome.org/elections/2001/verify.wml foundation.gnome.org/elections/2001/voters.wml foundation.gnome.org/elections/2002/candidates.wml foundation.gnome.org/elections/2002/index.wml foundation.gnome.org/elections/2002/preliminary-results.wml foundation.gnome.org/elections/2002/rules.wml foundation.gnome.org/elections/2002/verify.wml foundation.gnome.org/elections/2002/voters.wml foundation.gnome.org/elections/2003/candidates.wml foundation.gnome.org/elections/2003/index.wml foundation.gnome.org/elections/2003/preliminary-results.wml foundation.gnome.org/elections/2003/rules.wml foundation.gnome.org/elections/2003/verify.wml foundation.gnome.org/elections/2003/voters.wml foundation.gnome.org/legal/index.wml foundation.gnome.org/membership/application.wml foundation.gnome.org/membership/index.wml foundation.gnome.org/membership/members.wml foundation.gnome.org/news/index.wml include/evilsedhack ----------------------------------------------------------------------
2004-04-18 18:33:55 +00:00
sed "s,<head>,<head><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><div id=\"body\">,i;/<\/body>/,//d" $PAGE
cat <<-FOOT
</div>
<div id="sidebar">
<p class="section">Foundation</p>
<ul>
<li><a href="$ROOT/about/">About the Foundation</a></li>
<li><a href="$ROOT/membership/">Membership</a></li>
<li><a href="$ROOT/elections/">Elections</a></li>
<li><a href="$ROOT/referenda/">Referenda</a></li>
2004-02-23 10:44:35 +00:00
<li><a href="$ROOT/legal/">Legal</a></li>
<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> &middot;
<a href="http://www.gnome.org/start/stable/">Download</a> &middot;
<!--<a href="http://www.gnome.org/contribute/"><i>Get Involved!</i></a> &middot;-->
<a href="http://www.gnome.org/">Users</a> &middot;
<a href="http://developer.gnome.org/">Developers</a> &middot;
<a href="http://foundation.gnome.org/"><b>Foundation</b></a> &middot;
<a href="http://www.gnome.org/contact/">Contact</a>
</div>
</div>
<div id="copyright">
Copyright &copy; 2003, <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&#64;gnome&#46;org">Board of Directors</a> and <a href="mailto:membership-committee&#64;gnome&#46;org">Membership Committee</a>.<br />
<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>
</body>
</html>
FOOT