Added a variant of the epilogue that has the PythonPowered logo.

This commit is contained in:
Guido van Rossum 1997-06-03 22:04:10 +00:00
parent 5bf4d00887
commit 9115eb522e
1 changed files with 12 additions and 0 deletions

View File

@ -9,3 +9,15 @@
6: "Python's design",
7: "Using Python on non-UNIX platforms",
}
EPILOGUE = '''
<HR>
<A HREF="%(HOMEURL)s">%(HOMENAME)s</A> /
<A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
Feedback to <A HREF="mailto:%(OWNEREMAIL)s">%(OWNERNAME)s</A>
<P><A HREF="http://www.python.org/"><IMG
SRC="http://www.python.org/pics/PythonPowered1.gif"
ALIGN=top WIDTH=100 HEIGHT=40 ALT="Python Powered" BORDER=0></A><BR>
</BODY>
</HTML>
'''