Sha256: 80eeaea88e4cc119e6852e1c9aa35b2aadb3a260eeb4b9be6d7b82eb7e4ffb47
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><% values = values[:values]; index = values[:list_title] %> <html lang='en'> <head> <title><%= h(values[:title]) if values[:title] %></title> <meta name='viewport' content='width=device-width, initial-scale=1'> <meta content='text/html; charset=<%=h @options.charset %>' http-equiv='Content-Type'> <link href='<%=h values[:stylesheet] %>' media='screen' rel='stylesheet' type='text/css'> <% if index %><base target='docwin'> <% else %><script type='text/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>') </script> <% end %></head> <body class='<%= index ? 'list' : 'page' %>'> <% if index %><div id='index'><%= yield %></div> <% else %><div class='<%= values[:classmod] ? 'class' : 'file' %>' id='wrapper'> <%= yield %> <div id='footer-push'></div> </div> <div id='footer'> <a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a> </div> <% end %></body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hanna-1.5.0 | lib/hanna/template_files/layout.erb |