]> granicus.if.org Git - python/commitdiff
Oops, missed a couple of substitutions in the templates.
authorFred Drake <fdrake@acm.org>
Thu, 4 Mar 1999 21:33:55 +0000 (21:33 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Mar 1999 21:33:55 +0000 (21:33 +0000)
Doc/tools/mkmodindex

index 20c6416abd146885aaeda89b9ba24d44a0d59498..4400cea5719a426ec78143daf5f79d24e5482e07 100755 (executable)
@@ -166,8 +166,10 @@ NAVIGATION = """\
 <tr>
 <td><img width=32 height=32 align=bottom border=0 alt=""
  src="%(iconserver)s/blank.%(imgtype)s"></td>
-<td><a href="./"><img width=32 height=32 align=bottom border=0 alt="%(uplinkalt)s"
- src="%(iconserver)s/%(uplinkicon)s.%(imgtype)s"></A></td>
+<td><a href="%(uplink)s"
+ title="%(uptitle)s"><img width=32 height=32 align=bottom border=0
+ alt="%(uplinkalt)s"
+ src="%(iconserver)s/%(uplinkicon)s.%(imgtype)s"></a></td>
 <td><img width=32 height=32 align=bottom border=0 alt=""
  src="%(iconserver)s/blank.%(imgtype)s"></td>
 <td align=center bgcolor="#99CCFF" width="100%%">
@@ -179,9 +181,9 @@ NAVIGATION = """\
 <td><img width=32 height=32 align=bottom border=0 alt=""
  src="%(iconserver)s/blank.%(imgtype)s"></td>
 </tr></table>
-<b class=navlabel>Up:</b> <span class=sectref><A
href="%(uplink)s">%(uptitle)s</A></span>
-<br><hr></div>
+<b class=navlabel>Up:</b> <span class=sectref><a href="%(uplink)s"
title="%(uptitle)s">%(uptitle)s</A></span>
+<br></div>
 """
 
 HEAD = """\
@@ -195,12 +197,13 @@ HEAD = """\
 </head>
 <body bgcolor=white>
 """ + NAVIGATION + """\
+<hr>
 
 <h2>%(title)s</h2>
 
 """
 
-TAIL = NAVIGATION + """\
+TAIL = "<hr>\n" + NAVIGATION + """\
 %(address)s</body>
 </html>
 """