2003-11-02 05:06:55 +00:00
|
|
|
#!/bin/sh
|
|
|
|
PAGE=$1
|
|
|
|
ROOT=$2
|
|
|
|
|
2014-02-10 22:47:31 +00:00
|
|
|
sed "s,<head>,<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />,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="hdr">
|
|
|
|
<p class="none"></p>
|
2014-02-10 23:00:07 +00:00
|
|
|
<hr/>
|
2003-11-02 05:06:55 +00:00
|
|
|
<div id="hdrNav">
|
2014-02-10 17:09:35 +00:00
|
|
|
<a href="https://www.sfconservancy.org/">Conservancy's website</a> ·
|
2014-02-10 21:57:19 +00:00
|
|
|
<a href="mailto:elections@sfconservancy.org">Email problems to: <elections@sfconservancy.org></a> ·
|
|
|
|
<a href="https://gitorious.org/conservancy/voting/">Source code for this site</a>
|
|
|
|
|
2003-11-02 05:06:55 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|
|
|
|
FOOT
|