]> granicus.if.org Git - python/commitdiff
Added top navigation bar for consistency and color. There's not a lot
authorFred Drake <fdrake@acm.org>
Thu, 29 Apr 1999 19:54:08 +0000 (19:54 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Apr 1999 19:54:08 +0000 (19:54 +0000)
there, but the "modules" icon is active.

Doc/html/index.html.in

index 5db55e9a04ad9ef72148a2e7b73a4beba49d94c3..8f78a3e5dcfc1cc045dd2fbace8994cf145dafee 100644 (file)
@@ -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>