Mercurial > hg > rlgallery-misc
comparison web/archive.cgi @ 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 | 6138c27d1950 |
comparison
equal
deleted
inserted
replaced
33:25843238434a | 34:86b616d88020 |
---|---|
356 else: | 356 else: |
357 sys.stdout.write('<div><input type="submit" value="Search the Archive"></div></form>') | 357 sys.stdout.write('<div><input type="submit" value="Search the Archive"></div></form>') |
358 | 358 |
359 sys.stdout.write('<p>Or <a href="/ttyrecs/">browse all ttyrecs</a>.</p>') | 359 sys.stdout.write('<p>Or <a href="/ttyrecs/">browse all ttyrecs</a>.</p>') |
360 sys.stdout.write('<p><a href="/about/ttyrec.html">What are ttyrecs?</a></p>') | 360 sys.stdout.write('<p><a href="/about/ttyrec.html">What are ttyrecs?</a></p>') |
361 sys.stdout.write("</div>\n</body>\n</html>\n") | 361 sys.stdout.write('</div>\n') |
362 sys.stdout.write(rlgall.pend) | |
362 exit() | 363 exit() |