diff options
Diffstat (limited to 'debian/data/sisu_markup_samples')
-rw-r--r-- | debian/data/sisu_markup_samples/dfsg/_sisu/skin/doc/skin_debian.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/data/sisu_markup_samples/dfsg/_sisu/skin/doc/skin_debian.rb b/debian/data/sisu_markup_samples/dfsg/_sisu/skin/doc/skin_debian.rb index 9ab7db19..5ce52962 100644 --- a/debian/data/sisu_markup_samples/dfsg/_sisu/skin/doc/skin_debian.rb +++ b/debian/data/sisu_markup_samples/dfsg/_sisu/skin/doc/skin_debian.rb @@ -43,7 +43,7 @@ module SiSU_Viz end #% txt def txt_hp - ' Debian' + ' Debian' end def txt_home 'Debian' @@ -57,10 +57,10 @@ module SiSU_Viz end #% banner def banner_home_button - %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n} + %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n} end def banner_home_and_index_buttons - %{<table><tr><td width="20%"><table summary="home and index buttons" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}</td><td width="60%"><center><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#ffffff"><font face="arial" size="2"><a href="toc" target="_top"> This text sub- <br /> Table of Contents </a></font>#{table_close}</center></center></td><td width="20%"> #{table_close}} + %{<table><tr><td width="20%"><table summary="home and index buttons" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}</td><td width="60%"><center><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#ffffff"><font face="arial" size="2"><a href="toc" target="_top"> This text sub- <br /> Table of Contents </a></font>#{table_close}</center></center></td><td width="20%"> #{table_close}} end def banner_band %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}} @@ -68,13 +68,13 @@ module SiSU_Viz end class TeX def header_center - "\\chead{\\href{#{@vz.url_site}/}{www.debian.org}}" + "\\chead{\\href{#{@vz.url_site}/}{www.debian.org}}" end def home_url - "\\href{#{@vz.url_site}/}{www.debian.org}" + "\\href{#{@vz.url_site}/}{www.debian.org}" end def home - "\\href{#{@vz.url_site}/}{Debian}" + "\\href{#{@vz.url_site}/}{Debian}" end def owner_chapter "Document owner details" |