Class: SiSU_HTML_Format::HeadScroll

Inherits:
HeadToc show all
Defined in:
lib/sisu/html_format.rb

Instance Attribute Summary

Attributes inherited from HeadInformation

#md, #rdf

Instance Method Summary collapse

Methods inherited from HeadToc

#all, #concordance, #concordance_link, #concordance_navigation_band, #head, #links_guide_close, #links_guide_horizontal_open, #links_guide_open, #links_guide_vertical_open, #make_concordance, #make_scroll, #make_scroll_search_form_and_manifest_link, #make_scroll_seg_pdf, #make_seg, #manifest, #manifest_link, #metadata, #prefix_a, #prefix_b, #rights, #scroll_head_navigation_band, #scroll_head_title_banner_open, #scroll_tail, #seg_head_navigation_band, #seg_head_title_banner_open, #seg_navigation_tail, #seg_tail

Methods inherited from HeadInformation

#button_home, #doc_types, #dot, #dot_clear, #dot_nxt, #dot_pre, #dot_toc, #dot_white, #html_close, #icon, #next, #nxt, #png_nav, #pre, #previous, #toc, #up, #url_path_image_sys

Methods included from SiSU_Parts_HTML

#_url_path_image_base, #band1, #band2, #banner_band, #black, #blue_ink, #blue_tinge, #css, #grey, #grey_medium, #grey_pale, #home_button_only, #ico, #instrument_cover_band_scr, #instrument_cover_band_seg, #num, #num_css, #numless, #paragraph_font_small, #paragraph_font_tiny, #png_home, #png_home_button, #set_color, #set_face, #set_fonts, #set_size_endnote, #set_small, #set_tiny, #table1, #table2, #table_txt, #table_txt_r, #the_banner, #the_color, #the_font, #the_line_break, #the_margin, #the_nav, #the_png, #the_table_cellpad_box, #the_table_close, #the_url_decoration, #the_width, #txt_0, #txt_1, #txt_2, #txt_3, #txt_close, #txt_concordance, #txt_doc_link, #txt_homepage, #txt_manifest, #txt_open, #txt_toc_link, #white, #xml_close, #xml_open, #yellow_light

Methods included from SiSU_Parts_Generic

#footer_signature, #home, #home_txt, #i_choice, #i_home_button, #i_ico, #i_new, #rl_root, #root_http, #sisu, #sisu_txt, #sisudoc, #site, #the_icon, #the_text, #the_url, #txt_home, #txt_hp, #txt_hp_alias, #txt_signature, #urify, #url_close, #url_open

Constructor Details

#initialize(md) ⇒ HeadScroll

Returns a new instance of HeadScroll.



818
819
820
# File 'lib/sisu/html_format.rb', line 818

def initialize(md)
  super(md)
end

Instance Method Details

#toc_owner_detailsObject



821
822
823
824
825
826
827
828
829
830
831
832
# File 'lib/sisu/html_format.rb', line 821

def toc_owner_details
  %{#{the_margin.txt_3}
#{the_font.paragraph_font_small}
  <a href="#owner.details">
Owner Details
<font size="1" color="#777777">
  &nbsp;&nbsp;&nbsp;
</font>
  </a>
  </font>
#{the_table_close}}
end