Small website changes.
This commit is contained in:
parent
ae6a2d2ff5
commit
78181d5ac1
22 changed files with 55 additions and 55 deletions
10
py/rlgall.py
10
py/rlgall.py
|
|
@ -24,13 +24,13 @@ phead = """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
|
|||
"""
|
||||
|
||||
ptop = """<body>
|
||||
<h1>Yendor Guild</h1>
|
||||
<h1>Roguelike Gallery Records</h1>
|
||||
"""
|
||||
|
||||
navtop = '<div class="nav"><a href="/">rlgallery.org</a> -> {0}</div>\n'
|
||||
navscore = '<div class="nav"><a href="/">rlgallery.org</a> -> \
|
||||
navtop = '<div class="nav"><a href="/">RLGallery</a> -> {0}</div>\n'
|
||||
navscore = '<div class="nav"><a href="/">RLGallery</a> -> \
|
||||
<a href="/scoring/">Scores</a> -> {0}</div>\n'
|
||||
navplayer = '<div class="nav"><a href="/">rlgallery.org</a> -> \
|
||||
navplayer = '<div class="nav"><a href="/">RLGallery</a> -> \
|
||||
<a href="/scoring/">Scores</a> -> <a href="/scoring/players/">Players</a> \
|
||||
-> {0}</div>'
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ rcell = ' <span class="sdatar">{0}</span>\n'
|
|||
hcell = ' <span class="shdata">{0}</span>\n'
|
||||
tblend = '</div>\n'
|
||||
pend = """<div class="foot">
|
||||
<a href="/">rlgallery.org</a>
|
||||
<a href="/">RLGallery</a>
|
||||
<a href="/recent.cgi">Recent Games</a>
|
||||
<a href="/scoring/high.cgi">High Scores</a>
|
||||
<a href="/notes/">Notes</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue