diff py/rlgall.py @ 34:86b616d88020

Add a footer with some links to the Web pages.
author John "Elwin" Edwards
date Thu, 02 Jan 2014 13:58:05 -0500
parents 25843238434a
children 6592cdd1fceb
line wrap: on
line diff
--- a/py/rlgall.py	Thu Jan 02 13:09:48 2014 -0500
+++ b/py/rlgall.py	Thu Jan 02 13:58:05 2014 -0500
@@ -42,7 +42,13 @@
 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",