aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/html_format.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-07-26 18:37:17 -0400
committerRalph Amissah <ralph@amissah.com>2010-07-26 18:37:17 -0400
commite4e85022c6fec0009c0e64f62f3cb7f781039e90 (patch)
treec145c19de70f6df35f1ff8d854330e70d30645ad /lib/sisu/v2/html_format.rb
parentmanifest, minitoc configurable (true/false) (diff)
html, links to output formats, remove icons
Diffstat (limited to 'lib/sisu/v2/html_format.rb')
-rw-r--r--lib/sisu/v2/html_format.rb21
1 files changed, 16 insertions, 5 deletions
diff --git a/lib/sisu/v2/html_format.rb b/lib/sisu/v2/html_format.rb
index b3712690..1cd5104f 100644
--- a/lib/sisu/v2/html_format.rb
+++ b/lib/sisu/v2/html_format.rb
@@ -147,7 +147,7 @@ module SiSU_HTML_Format
def home
%{<td align="center" bgcolor=#{@vz.color_band2}>
<a href="../index.html" target="_top">
- #{@vz.png_homepage}</a>
+ #{@vz.nav_txt_homepage}</a>
</td>
}
end
@@ -198,6 +198,17 @@ module SiSU_HTML_Format
else ''
end
end
+ def txt
+ txt=if @cf_defaults.cf_0 =~/[at]/
+ %{
+<td valign=bottom bgcolor=#{@vz.color_band2}>
+ <a href="#{@md.fn[:plain]}" target="_top" #{@vz.js_plaintext}>
+ #{@vz.nav_txt_plaintext}
+ </a>
+</td>}
+ else ''
+ end
+ end
def epub
epub=if @cf_defaults.cf_0 =~/e/
%{
@@ -338,7 +349,7 @@ WOK
%{<table summary="toc segment and scroll with pdf" border="0" cellpadding="3" cellspacing="0">
<tr>
#{scroll}
- #{wgt.seg(@vz.nav_txt_toc_link)}#{wgt.epub}#{wgt.pdf}#{wgt.odf}
+ #{wgt.seg(@vz.nav_txt_toc_link)}#{wgt.txt}#{wgt.epub}#{wgt.pdf}#{wgt.odf}
#{wgt.concordance(@vz.nav_txt_concordance)}
#{wgt.manifest}
#{wgt.search}
@@ -355,7 +366,7 @@ WOK
%{<table summary="toc scroll and segment with pdf" border="0" cellpadding="3" cellspacing="0">
<tr>
#{seg}
- #{wgt.scroll(@vz.nav_txt_doc_link)}#{wgt.epub}#{wgt.pdf}#{wgt.odf}
+ #{wgt.scroll(@vz.nav_txt_doc_link)}#{wgt.txt}#{wgt.epub}#{wgt.pdf}#{wgt.odf}
<td align="center" bgcolor=#{@vz.color_band2}>
#{wgt.concordance(@vz.nav_txt_concordance)}
#{wgt.manifest}
@@ -736,7 +747,7 @@ WOK
<tr>
#{wgt.seg(@vz.nav_txt_toc_link)}
#{wgt.scroll(@vz.nav_txt_doc_link)}
- #{wgt.epub}#{wgt.pdf}#{wgt.odf}
+ #{wgt.txt}#{wgt.epub}#{wgt.pdf}#{wgt.odf}
<td align="center" bgcolor=#{@vz.color_band2}>
#{wgt.concordance(@vz.nav_txt_concordance)}
#{wgt.manifest}
@@ -749,7 +760,7 @@ WOK
<tr>
#{wgt.seg(@vz.nav_txt_toc_link)}
#{wgt.scroll(@vz.nav_txt_doc_link)}
- #{wgt.epub}#{wgt.pdf}#{wgt.odf}
+ #{wgt.txt}#{wgt.epub}#{wgt.pdf}#{wgt.odf}
<td align="center" bgcolor=#{@vz.color_band2}>
#{wgt.manifest}
#{wgt.search}