summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-29 19:54:08 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-29 19:54:08 (GMT)
commit8961bd15295d42ebf203e4a638b9ed0eb92f7865 (patch)
tree597849a6a724c9bec0df0e1e12aab3a64478e3aa /Doc/html
parenta00754468fc9be47636a3fb06f6f14f4ecbf9095 (diff)
downloadcpython-8961bd15295d42ebf203e4a638b9ed0eb92f7865.zip
cpython-8961bd15295d42ebf203e4a638b9ed0eb92f7865.tar.gz
cpython-8961bd15295d42ebf203e4a638b9ed0eb92f7865.tar.bz2
Added top navigation bar for consistency and color. There's not a lot
there, but the "modules" icon is active.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/index.html.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in
index 5db55e9..8f78a3e 100644
--- a/Doc/html/index.html.in
+++ b/Doc/html/index.html.in
@@ -7,6 +7,26 @@
</style>
</head>
<body bgcolor=white>
+ <div class=navigation>
+ <table align=center width="100%" cellpadding=0 cellspacing=2>
+ <tr>
+ <td><img width=32 height=32 align=bottom border=0 alt=""
+ src="icons/blank.gif"></td>
+ <td><img width=32 height=32 align=bottom border=0 alt=""
+ src="icons/blank.gif"></td>
+ <td><img width=32 height=32 align=bottom border=0 alt=""
+ src="icons/blank.gif"></td>
+ <td align=center bgcolor="#99CCFF" width="100%">
+ <b class=title>Python Documentation</b></td>
+ <td><img width=32 height=32 align=bottom border=0 alt=""
+ src="icons/blank.gif"></td>
+ <td><a href="modindex.html"><img width=32 height=32 align=bottom
+ border=0 alt="Module Index" src="icons/modules.gif"></a></td>
+ <td><img width=32 height=32 align=bottom border=0 alt=""
+ src="icons/blank.gif"></A></td>
+ </tr>
+ </table>
+ </div>
<div align=center>
<h1>Python Documentation</h1>