Add a footer with some links to the Web pages.

This commit is contained in:
John "Elwin" Edwards 2014-01-02 13:58:05 -05:00
parent f272772dcb
commit 41eab38a58
13 changed files with 31 additions and 2 deletions

View file

@ -42,7 +42,13 @@ cell = ' <span class="sdata">{0}</span>\n'
rcell = ' <span class="sdatar">{0}</span>\n'
hcell = ' <span class="shdata">{0}</span>\n'
tblend = '</div>\n'
pend = "</body></html>\n"
pend = """<div class="foot">
<a href="/">rlgallery.org</a>
<a href="/recent.cgi">Recent Games</a>
<a href="/scoring/highscores.html">High Scores</a>
</div>
</body></html>
"""
# This would be more useful if we had to do translation
headerbook = {"endt":"End time", "score":"Score", "name":"Name", "xl":"XL",