aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/defaults.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/defaults.rb
parentmanifest, minitoc configurable (true/false) (diff)
html, links to output formats, remove icons
Diffstat (limited to 'lib/sisu/v2/defaults.rb')
-rw-r--r--lib/sisu/v2/defaults.rb21
1 files changed, 14 insertions, 7 deletions
diff --git a/lib/sisu/v2/defaults.rb b/lib/sisu/v2/defaults.rb
index f53ca7ce..5c10c020 100644
--- a/lib/sisu/v2/defaults.rb
+++ b/lib/sisu/v2/defaults.rb
@@ -124,6 +124,8 @@ module SiSU_Viz
end
def js_prev
end
+ def js_plaintext
+ end
def js_portrait
end
def js_landscape
@@ -1112,12 +1114,12 @@ module SiSU_Viz
end
def nav_txt_homepage
%{ <font face="#{font_fonts}" size="2">
- #{png_site}&nbsp;homepage&nbsp;
+ &nbsp;home&nbsp;
</font> }
end
def nav_txt_toc_link
%{ <font face="#{font_fonts}" size="2">
- #{png_toc}&nbsp;&nbsp;toc&nbsp;
+ &nbsp;&nbsp;toc&nbsp;
</font> }
end
def nav_txt_toc_link_verbose
@@ -1127,7 +1129,7 @@ module SiSU_Viz
end
def nav_txt_doc_link
%{ <font face="#{font_fonts}" size="2">
- #{png_doc}&nbsp;scroll&nbsp;
+ &nbsp;scroll&nbsp;
</font> }
end
def nav_txt_manifest
@@ -1151,9 +1153,14 @@ module SiSU_Viz
&nbsp;&nbsp;Next&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>&gt;&gt;</b>&nbsp;&nbsp;
</font> }
end
+ def nav_txt_plaintext
+ %{ <font face="#{font_fonts}" size="2">
+ &nbsp;&nbsp;txt&nbsp;
+ </font> }
+ end
def nav_txt_odf
%{ <font face="#{font_fonts}" size="2">
- #{png_odf}&nbsp;&nbsp;odt&nbsp;
+ &nbsp;&nbsp;odt&nbsp;
</font> }
end
def nav_txt_pdfs
@@ -1163,17 +1170,17 @@ module SiSU_Viz
end
def nav_txt_epub
%{ <font face="#{font_fonts}" size="2">
- #{png_epub}&nbsp;epub&nbsp;
+ &nbsp;epub&nbsp;
</font> }
end
def nav_txt_pdf_portrait
%{ <font face="#{font_fonts}" size="2">
- #{png_pdf_portrait}&nbsp;pdf&nbsp;
+ &nbsp;pdf&nbsp;
</font> }
end
def nav_txt_pdf_landscape
%{ <font face="#{font_fonts}" size="2">
- #{png_pdf_landscape}&nbsp;pdf&nbsp;
+ &nbsp;pdf&nbsp;
</font> }
end
#% banner