Sha256: 7ae140b83056381a043515e20f6d9ca6d08bc87406d7914ef7552774898c990e

Contents?: true

Size: 1.31 KB

Versions: 2

Compression:

Stored size: 1.31 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 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-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
</div>
<% end %></body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hanna-nouveau-1.3.0 lib/hanna-nouveau/template_files/layout.erb
hanna-nouveau-1.2.0 lib/hanna-nouveau/template_files/layout.erb