comparison py/rlgall.py @ 36:09ef92dc4439

Remove the static high score page. Don't create it, change all links, and redirect any requests.
author John "Elwin" Edwards
date Fri, 03 Jan 2014 13:02:29 -0500
parents 6592cdd1fceb
children d3ccdc195796
comparison
equal deleted inserted replaced
35:6592cdd1fceb 36:09ef92dc4439
43 hcell = ' <span class="shdata">{0}</span>\n' 43 hcell = ' <span class="shdata">{0}</span>\n'
44 tblend = '</div>\n' 44 tblend = '</div>\n'
45 pend = """<div class="foot"> 45 pend = """<div class="foot">
46 <a href="/">rlgallery.org</a> 46 <a href="/">rlgallery.org</a>
47 <a href="/recent.cgi">Recent Games</a> 47 <a href="/recent.cgi">Recent Games</a>
48 <a href="/scoring/highscores.html">High Scores</a> 48 <a href="/scoring/high.cgi">High Scores</a>
49 </div> 49 </div>
50 </body></html> 50 </body></html>
51 """ 51 """
52 52
53 # This would be more useful if we had to do translation 53 # This would be more useful if we had to do translation