Add a footer with some links to the Web pages.
This commit is contained in:
parent
f272772dcb
commit
41eab38a58
13 changed files with 31 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue