aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/html_concordance.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/html_concordance.rb')
-rw-r--r--lib/sisu/v5/html_concordance.rb11
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/sisu/v5/html_concordance.rb b/lib/sisu/v5/html_concordance.rb
index 51acabef..231eb4c1 100644
--- a/lib/sisu/v5/html_concordance.rb
+++ b/lib/sisu/v5/html_concordance.rb
@@ -63,8 +63,6 @@ module SiSU_Concordance
include SiSU_Particulars
require_relative 'se' # se.rb
include SiSU_Env
- require_relative 'defaults' # defaults.rb
- include SiSU_Viz
require_relative 'html_format' # html_format.rb
include SiSU_HTML_Format
require_relative 'html_minitoc' # html_minitoc.rb
@@ -125,7 +123,6 @@ module SiSU_Concordance
end
private
class DocTitle
- include SiSU_Viz
#revisit, both requires (html & xml_shared) needed for stand alone operation (sisu -w [filename])
require_relative 'xml_shared' # xml_shared.rb
require_relative 'html' # html.rb
@@ -136,7 +133,7 @@ module SiSU_Concordance
@fnb=@md.fnb
@lex_button=%{<a href="http://www.jus.uio.no/sisu/" target="_top"><img border="0" height="44" width="144" valign="center" src="#{@file.path_rel_links.html_seg_2}_sisu/image/sisu.png" alt="SiSU home --&gt;"></a>}
@doc_details =<<WOK
-<table summary="links to text related to this rudimentary index" width="96%" border="0" bgcolor="white" cellpadding="0" align="center"><tr><td width="2%" align="right">&nbsp;</td><td width="94%" valign="top" align="justify"><h1 class="small"><a href="#{@md.file.base_filename.html_segtoc}"><b>#{@md.title.full}</b></a></h1><p class="bold">#{@md.author}</p></td></tr></table>
+<table summary="links to text related to this rudimentary index" width="96%" border="0" cellpadding="0" align="center"><tr><td width="2%" align="right">&nbsp;</td><td width="94%" valign="top" align="justify"><h1 class="small"><a href="#{@md.file.base_filename.html_segtoc}"><b>#{@md.title.full}</b></a></h1><p class="bold">#{@md.author}</p></td></tr></table>
WOK
@make=SiSU_Env::ProcessingSettings.new(@md)
end
@@ -176,10 +173,10 @@ WOK
#{toc}
<div class="#{div_class}">
#{@doc_details}
-<p>Word index links are to html versions of the text the segmented version followed by the scroll (single document) version.<br />[For segmented text references [T1], [T2] or [T3] appearing without a link, indicates that the word appears in a title (or subtitle) of the text (that is identifiable by the appended object citation number).]</p>
+<p>Word index links are to html versions of the text the segmented version followed by the scroll (single document) version.<br>[For segmented text references [T1], [T2] or [T3] appearing without a link, indicates that the word appears in a title (or subtitle) of the text (that is identifiable by the appended object citation number).]</p>
<p>(The word listing/index is Case sensitive: Capitalized words appear before lower case)</p>
<p>
- <b>word</b> (number of occurences)<br />linked references to word within document <br />
+ <b>word</b> (number of occurences)<br>linked references to word within document <br>
[if number of occurences exceed number of references - word occurs more than once in at least one reference. Footnote/endnotes are either assigned to the paragraph from which they are referenced or ignored, so it is relevant to check the footnotes referenced from within a paragraph as well.]
</p>
<p>
@@ -206,8 +203,6 @@ WOK
class Words
require_relative 'i18n' # i18n.rb
include SiSU_i18n
- require_relative 'defaults' # defaults.rb
- include SiSU_Viz
require_relative 'html_format' # html_format.rb
include SiSU_HTML_Format
require_relative 'se' # se.rb