voting/include/evilsedhack

24 lines
874 B
Text
Raw Normal View History

#!/bin/sh
PAGE=$1
ROOT=$2
2013-07-25 09:32:35 +00:00
sed "s,<head>,<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"https://www-old.gnome.org/default.css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"https://foundation-old.gnome.org/foundation.css\" /><link rel=\"icon\" type=\"image/png\" href=\"https://www-old.gnome.org/img/logo/foot-16.png\" />,i;s,<body\([^>]*\)>,<body\1><div id=\"body\">,i;/<\/body>/,//d" $PAGE
cat <<-FOOT
</div>
<div id="hdr">
<p class="none"></p>
<div id="hdrNav">
<a href="https://www.sfconservancy.org/">Conservancy's website</a> &middot;
2014-02-10 21:57:19 +00:00
<a href="mailto:elections@sfconservancy.org">Email problems to: &lt;elections@sfconservancy.org&gt;</a> &middot;
<a href="https://gitorious.org/conservancy/voting/">Source code for this site</a>
</div>
</div>
</body>
</html>
FOOT