Sha256: aae40fb23aea4a273cab3c757c10afe3ca2da9d88f5ca73ca5a767b41480f941

Contents?: true

Size: 1.18 KB

Versions: 15

Compression:

Stored size: 1.18 KB

Contents

!!! strict
- index = values[:list_title]
%html{ :lang => "en" }
  %head
    %title= values[:title]
    %meta{ 'http-equiv' => "Content-Type", :content => "text/html; charset=#{@options.charset}" }
    %link{ :rel => "stylesheet", :href => values[:stylesheet], :type => "text/css", :media => "screen" }
    - unless index
      :javascript
        function popupCode(url) {
          window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
        }

        function toggleCode(id) {
          var code = document.getElementById(id)

          code.style.display = code.style.display != 'block' ? 'block' : 'none'
          return true
        }

        // Make codeblocks hidden by default
        document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
    - else
      %base{ :target => 'docwin' }/
        
  %body{ :class => index ? 'list' : 'page' }
    - if index
      #index= yield
    - else
      #wrapper{ :class => values[:classmod] ? 'class' : 'file' }
        = yield
        #footer-push
      #footer
        = link_to '<strong>Hanna</strong> RDoc template', 'http://github.com/mislav/hanna/tree/master'

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
hanna-nouveau-0.4.2 lib/hanna-nouveau/template_files/layout.haml
hanna-nouveau-0.4.1 lib/hanna-nouveau/template_files/layout.haml
hanna-nouveau-0.4.0 lib/hanna-nouveau/template_files/layout.haml
hanna-nouveau-0.3.0 lib/hanna-nouveau/template_files/layout.haml
hanna-nouveau-0.2.7 lib/hanna-nouveau/template_files/layout.haml
hanna-nouveau-0.2.6 lib/hanna-nouveau/template_files/layout.haml
hanna-nouveau-0.2.5 lib/hanna-nouveau/template_files/layout.haml
hanna_gudao-0.3.2 lib/hanna_gudao/template_files/layout.haml
hanna_gudao-0.3.1 lib/hanna_gudao/template_files/layout.haml
hanna_gudao-0.3.0 lib/hanna_gudao/template_files/layout.haml
hanna-nouveau-0.2.4 lib/hanna-nouveau/template_files/layout.haml
hanna-nouveau-0.2.3 lib/hanna-nouveau/template_files/layout.haml
hanna-nouveau-0.2.2 lib/hanna-nouveau/template_files/layout.haml
hanna-nouveau-0.2.1 lib/hanna-nouveau/template_files/layout.haml
hanna-nouveau-0.2.0 lib/hanna/template_files/layout.haml