Sha256: 4b6b924c5b19417afb1aa26ffe70b2b58c806e935f02bb379ecc7bd42a79210b

Contents?: true

Size: 585 Bytes

Versions: 10

Compression:

Stored size: 585 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <%= erb(:headers) %>
  </head>
  <body>
    <script type="text/javascript" charset="utf-8">
      if (window.top.frames.main) document.body.className = 'frames';
    </script>
    
    <div id="header">
      <%= erb(:search) %>
    </div>
    
    <iframe id="search_frame"></iframe>
    
    <div id="content"><%= yieldall %></div>
    
    <%= erb(:footer) %>
  </body>
</html>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
yard-rest-plugin-0.2.5 templates/rest/layout/html/layout.erb
yard-web-plugin-0.1.2 templates/rest/layout/html/layout.erb
yard-rest-plugin-0.2.1 templates/rest/layout/html/layout.erb
yard-rest-plugin-0.2.0 templates/rest/layout/html/layout.erb
yard-rest-plugin-0.1.5 templates/rest/layout/html/layout.erb
yard-rest-plugin-0.1.4 templates/rest/layout/html/layout.erb
yard-rest-plugin-0.1.3 templates/rest/layout/html/layout.erb
yard-rest-plugin-0.1.2 templates/rest/layout/html/layout.erb
yard-rest-plugin-0.1.1 templates/rest/layout/html/layout.erb
yard-rest-plugin-0.1.0 templates/rest/layout/html/layout.erb