comparison py/rlgall.py @ 81:2cca66b3e262

Add some more links to the page footers.
author John "Elwin" Edwards
date Tue, 30 Jan 2018 18:28:24 -0500
parents 67bcca6e3cb1
children d417016bbf73
comparison
equal deleted inserted replaced
80:716f8305d412 81:2cca66b3e262
46 tblend = '</div>\n' 46 tblend = '</div>\n'
47 pend = """<div class="foot"> 47 pend = """<div class="foot">
48 <a href="/">rlgallery.org</a> 48 <a href="/">rlgallery.org</a>
49 <a href="/recent.cgi">Recent Games</a> 49 <a href="/recent.cgi">Recent Games</a>
50 <a href="/scoring/high.cgi">High Scores</a> 50 <a href="/scoring/high.cgi">High Scores</a>
51 <a href="/notes/">Notes</a>
52 <a href="https://rlgallery.org:8080/">Play</a>
51 </div> 53 </div>
52 </body></html> 54 </body></html>
53 """ 55 """
54 56
55 # This would be more useful if we had to do translation 57 # This would be more useful if we had to do translation