The Lurker's Guide to Babylon 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
765 B

17 years ago
17 years ago
  1. #!/usr/local/bin/python
  2. import sys,string
  3. sys.path.append('../internal')
  4. import otros
  5. curep = string.atoi(sys.argv[1][:3])
  6. output = """
  7. <pre>
  8. </pre>
  9. <p nowrap>
  10. <nobr><a href="/lurk/lurker.html"><img
  11. align=bottom border=0
  12. width=64 height=24 src="/lurk/nav/foot-station.gif"
  13. alt="[Home] "></a><a
  14. href="#"><img
  15. align=bottom border=0
  16. width=72 height=13 src="/lurk/nav/foot-pagetop.gif"
  17. alt="[Top] "></a><a
  18. href="mailto:koreth@midwinter.com"><img
  19. align=bottom border=0
  20. width=80 height=13 src="/lurk/nav/foot-comments.gif"
  21. alt="[Comments] "></a><img
  22. align=bottom
  23. width=184 height=13 src="/lurk/nav/foot-bare-short.gif"
  24. alt="">"""
  25. output = output + otros.navbuttons(curep) + """
  26. <h5>
  27. Last update:
  28. October 8, 1995
  29. </h5>
  30. </body>
  31. </html>
  32. """
  33. print output