Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
ae3a15c3
Kaydet (Commit)
ae3a15c3
authored
Eyl 07, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make the HTML more XHTML-friendly.
Small nits in the layout of the generated markup.
üst
31edf4de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
mkmodindex
Doc/tools/mkmodindex
+22
-22
No files found.
Doc/tools/mkmodindex
Dosyayı görüntüle @
ae3a15c3
...
...
@@ -161,53 +161,53 @@ platform they are available on.</p>
"""
NAVIGATION =
"""
\
<div
class=
navigation
>
<table
width=
"100%%"
cellpadding=
0
cellspacing=
2
>
NAVIGATION =
'''
\
<div
class=
"navigation"
>
<table
width=
"100%%"
cellpadding=
"0"
cellspacing=
"2"
>
<tr>
<td><img
width=
32
height=
32
align=
bottom
border=
0
alt=
""
<td><img
width=
"32"
height=
"32"
align=
"bottom"
border=
"0"
alt=
""
src=
"%(iconserver)s/blank.%(imgtype)s"
></td>
<td><a
href=
"%(uplink)s"
title=
"%(uptitle)s"
><img
width=
32
height=
32
align=
bottom
border=
0
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=
""
<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%%"
>
<b
class=
title
>
%(title)s
</b></td>
<td><img
width=
32
height=
32
align=
bottom
border=
0
alt=
""
<td
align=
"center"
bgcolor=
"#99CCFF"
width=
"100%%"
>
<b
class=
"title"
>
%(title)s
</b></td>
<td><img
width=
"32"
height=
"32"
align=
"bottom"
border=
"0"
alt=
""
src=
"%(iconserver)s/blank.%(imgtype)s"
></td>
<td><img
width=
32
height=
32
align=
bottom
border=
0
alt=
""
<td><img
width=
"32"
height=
"32"
align=
"bottom"
border=
"0"
alt=
""
src=
"%(iconserver)s/blank.%(imgtype)s"
></td>
<td><img
width=
32
height=
32
align=
bottom
border=
0
alt=
""
<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"
<b
class=
"navlabel"
>
Up:
</b>
<span
class=
"sectref"
><a
href=
"%(uplink)s"
title=
"%(uptitle)s"
>
%(uptitle)s
</A></span>
<br></div>
"""
'''
HEAD =
"""
\
HEAD =
'''
\
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
Global Module Index
</title>
<meta
name=
"description"
content=
"%(title)s"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=iso-8859-1"
>
<link
rel=
"STYLESHEET"
href=
"lib/lib.css"
>
<title>
Global Module Index
</title>
<meta
name=
"description"
content=
"%(title)s"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=iso-8859-1"
>
<link
rel=
"STYLESHEET"
href=
"lib/lib.css"
>
</head>
<body
bgcolor=
white
>
""" + NAVIGATION + """
\
''' + NAVIGATION + '''
\
<hr>
<h2>
%(title)s
</h2>
"""
'''
TAIL = "
<hr>
\n" + NAVIGATION +
"""
\
TAIL = "
<hr>
\n" + NAVIGATION +
'''
\
%(address)s
</body>
</html>
"""
'''
if __name__ == "__main__":
main()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment