Class: SiSU_XHTML_EPUB2_Format::HeadScroll

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

Instance Attribute Summary

Attributes inherited from HeadInformation

#md, #rdf

Instance Method Summary collapse

Methods inherited from HeadToc

#all, #concordance, #concordance_link, #head, #links_guide_open, #make_seg, #manifest, #manifest_link, #metadata, #prefix_a, #prefix_b, #rights

Methods included from SiSU_Parts_XHTML

#css, #home, #num_css, #paragraph_font_small, #paragraph_font_tiny, #set_fonts, #set_small, #set_tiny, #site, #the_font, #the_line_break, #the_margin, #the_nav, #the_table_close, #the_url, #the_url_decoration, #txt_0, #txt_1, #txt_2, #txt_3, #txt_close, #txt_concordance, #txt_manifest, #txt_open, #txt_toc_link, #xml_close, #xml_open

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

Methods inherited from HeadInformation

#close, #doc_author, #doc_title, #doc_type, #doc_type_xhtml, #guide, #guide_close, #guide_cover_image, #guide_open, #guide_sisu_toc, #head, #head_close, #head_open, #manifest_close, #manifest_content, #manifest_content_sisu_toc, #manifest_cover_image_information, #manifest_images, #manifest_open, #metadata, #metadata_opf, #metainf_container, #mimetype, #navmap_close, #navmap_open, #navmap_sisu_toc, #navpoint, #navpoint_close, #open, #package_close, #package_open, #sections, #spine, #spine_close, #spine_cover_image, #spine_open, #spine_sisu_toc, #structure, #table_close, #toc_ncx, #xhtml_close

Constructor Details

#initialize(md) ⇒ HeadScroll

Returns a new instance of HeadScroll.



1846
1847
1848
# File 'lib/sisu/xhtml_epub2_format.rb', line 1846

def initialize(md)
  super(md)
end

Instance Method Details

#toc_owner_detailsObject



1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'lib/sisu/xhtml_epub2_format.rb', line 1849

def toc_owner_details
  %{#{the_margin.txt_3}
#{the_font.paragraph_font_small}
  <a href="#owner.details">
Owner Details
<font size="1" color="#777777">
  #{$ep[:hsp]*3}
</font>
  </a>
  </font>
#{the_table_close}}
end