Sha256: a7ece69fc51188690062acfb49b0fcb393a131a90c08a1a99858ba601ecb4119

Contents?: true

Size: 506 Bytes

Versions: 5

Compression:

Stored size: 506 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>
    <div id="header">
      <%= erb(:breadcrumb) %>
      <%= erb(:search) %>
      <div class="clear"></div>
    </div>
    
    <iframe id="search_frame"></iframe>
    
    <div id="content"><%= yieldall %></div>
    
    <%= erb(:footer) %>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yard-0.5.2 templates/default/layout/html/layout.erb
yard-0.5.1p1 templates/default/layout/html/layout.erb
yard-0.5.1 templates/default/layout/html/layout.erb
yard-0.5.0 templates/default/layout/html/layout.erb
yard-0.4.0 templates/default/layout/html/layout.erb