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