@@ -1,12 +1,16 @@
<%page args="environ"/>\
<%namespace name="bash" file="/bash.mako"/>\
<%!
from os import path
%>\
<% root = path.dirname(environ["SCRIPT_NAME"]) %>\
<%
root = path.dirname(environ["SCRIPT_NAME"])
pretty = path.split(root)[0]
%>\
</div>
<div id="footer">
<div id="foot-divider"></div>
<table id="footer">
<table id="footer-box ">
<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>
@@ -15,7 +19,8 @@
<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>
<a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a><br />
<i><a class="incognito" href="${pretty}/bash">"${bash.bash()}"</a></i>
</p>
</td>
<td>