public
Rubygem
Description: More than just a new RDoc template
Clone URL: git://github.com/mislav/hanna.git
commit  c65a1c6db31a2ea70801478a40061592286cce95
tree    97df6a888663ecdcebb8693e4a4f641a4853a290
parent  8c7cf5e964144ee3943c62690b46501f19d9ef05
hanna / lib / hanna / template_files / index.haml
100644 12 lines (11 sloc) 0.587 kb
1
2
3
4
5
6
7
8
9
10
11
12
!!! Frameset
%html{ "xml:lang" => "en", :lang => "en", :xmlns => "http://www.w3.org/1999/xhtml" }
  %head
    %title= values["title"]
    %meta{ :content => "text/html; charset=#{values['charset']}", "http-equiv" => "Content-Type" }
  %frameset{ :cols => "20%, *" }
    %frameset{ :rows => "15%, 35%, 50%" }
      %frame{ :name => "Files", :title => "Files", :src => "fr_file_index.html" }
      %frame{ :name => "Classes", :src => "fr_class_index.html" }
      %frame{ :name => "Methods", :src => "fr_method_index.html" }
    %frame{ :name => "docwin", :src => values['initial_page'] }