Sha256: 15811d6c7313eda6b1bde4f88ff54e5479336a0483e01939074fdd97f653c6d8

Contents?: true

Size: 1.19 KB

Versions: 6

Compression:

Stored size: 1.19 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<htm
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Ginatra</title>
    <link rel="stylesheet" href="<%= prefix_url("src/index.css") %>" type="text/css" media="screen" />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
    <script src="<%= prefix_url("src/ginatra.js") %>" type="text/javascript"></script>
    <script type="text/javascript" src="<%= prefix_url("src/highlight.pack.js") %>"></script>
    <script type="text/javascript">
      hljs.initHighlightingOnLoad();
    </script>
    <link rel="stylesheet" href="<%= prefix_url("src/github.css") %>" type="text/css" media="screen" />
  </head>
  <body>
    <div id="content">
      <div id="inner">
        <h1><a href="<%= prefix_url %>">Ginatra</a></h1>
        <%= yield %>
      </div>
      <div id="footer-spacer">&nbsp;</div>
    </div>
    <div id="footer">
      Ginatra &mdash; &copy; 2009 Samuel Elliott &mdash; <a href="http://www.opensource.org/licenses/mit-license.php">MIT Licence</a>
    </div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ginatra-2.3.0 views/layout.erb
ginatra-2.2.7 views/layout.erb
ginatra-2.2.6 views/layout.erb
ginatra-2.2.5 views/layout.erb
ginatra-2.2.4 views/layout.erb
ginatra-2.2.3 views/layout.erb