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
616b23b2
Kaydet (Commit)
616b23b2
authored
Ara 18, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
img_tag(), top_navigation_panel(): Generate markup the same case as other
functions in this file.
üst
8da9e6a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.latex2html-init
Doc/.latex2html-init
+7
-7
No files found.
Doc/.latex2html-init
Dosyayı görüntüle @
616b23b2
...
...
@@ -20,8 +20,8 @@ sub img_tag {
(
(
$icon
=~
/(gif)/
)
?
do
{
$icon
=~
/(up|next|previous|next_page|previous_page|change_begin|change_end|change_delete|contents|index)/
;
join
(
''
,
'<
IMG '
,
$iconsizes
{
$1
},
' ALIGN=BOTTOM ALT
="'
,
$1
,
'"
SRC="'
,
$ICONSERVER
,
"/$icon"
,
'" BORDER
=0>'
)
join
(
''
,
'<
img '
,
$iconsizes
{
$1
},
' align=bottom alt
="'
,
$1
,
'"
src="'
,
$ICONSERVER
,
"/$icon"
,
'" border
=0>'
)
}
:
$icon
);
}
...
...
@@ -98,22 +98,22 @@ sub process_command {
sub
top_navigation_panel
{
# Now add a few buttons with a space between them
"<
DIV CLASS
=navigation>\n"
.
"<
div class
=navigation>\n"
.
"$NEXT $UP $PREVIOUS $CONTENTS $INDEX $CUSTOM_BUTTONS"
.
"<BR>\n"
.
# Line break
# If ``next'' section exists, add its title to the navigation panel
(
$NEXT_TITLE
?
"<
B> Next:</B
> $NEXT_TITLE\n"
:
undef
)
.
(
$NEXT_TITLE
?
"<
b> Next:</b
> $NEXT_TITLE\n"
:
undef
)
.
# Similarly with the ``up'' title ...
(
$UP_TITLE
?
"<
B>Up:</B
> $UP_TITLE\n"
:
undef
)
.
(
$UP_TITLE
?
"<
b>Up:</b
> $UP_TITLE\n"
:
undef
)
.
# ... and the ``previous'' title
(
$PREVIOUS_TITLE
?
"<
B> Previous:</B
> $PREVIOUS_TITLE\n"
:
undef
)
.
(
$PREVIOUS_TITLE
?
"<
b> Previous:</b
> $PREVIOUS_TITLE\n"
:
undef
)
.
# Line Break, horizontal rule (3-d dividing line) and new paragraph
"<
BR><HR><P></DIV
>\n"
"<
br><hr><p></div
>\n"
}
sub
bot_navigation_panel
{
...
...
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