|
|
@@ -1,9 +1,28 @@ |
|
|
|
<div id="footer"> |
|
|
|
<p>Copyright © 2009–2012 <a href="http://earwig.github.com/">Ben Kurtovic</a> / <a href="http://en.wikipedia.org/wiki/User:The_Earwig">The Earwig</a> • \ |
|
|
|
<a href="mailto:earwig@toolserver.org">Contact</a> • \ |
|
|
|
<a href="https://github.com/earwig/toolserver">View Source</a> • \ |
|
|
|
<a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a></p> |
|
|
|
</div> |
|
|
|
<%page args="environ"/>\ |
|
|
|
<%! |
|
|
|
from os import path |
|
|
|
%>\ |
|
|
|
<% root = path.dirname(environ["SCRIPT_NAME"]) %>\ |
|
|
|
</div> |
|
|
|
<div id="footer"> |
|
|
|
<div id="foot-divider"></div> |
|
|
|
<table id="footer"> |
|
|
|
<tr> |
|
|
|
<td> |
|
|
|
<a href="http://wiki.toolserver.org/"><img src="${root}/static/images/toolserver-button.png" title="Powered by the Wikimedia Toolserver" alt="Powered by the Wikimedia Toolserver" /></a> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<p>Copyright © 2009–2012 <a href="http://earwig.github.com/">Ben Kurtovic</a> • \ |
|
|
|
<a href="mailto:earwig@toolserver.org">Contact</a> • \ |
|
|
|
<a href="https://github.com/earwig/toolserver">View Source</a> • \ |
|
|
|
<a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a> |
|
|
|
</p> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<a href="http://en.wikipedia.org/wiki/User:The_Earwig"><img src="${root}/static/images/earwig-button.png" title="Powered by Earwig Technology" alt="Powered by Earwig Technology" /></a> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html> |