Sha256: f07d85e1b6df224811988c1e6d5219f59be9535258d7217387c43359fe23c443

Contents?: true

Size: 1.28 KB

Versions: 13

Compression:

Stored size: 1.28 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
  <head>
    <title><%= title %></title>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="../templates/html/layout.css"/>
    <link rel="stylesheet" type="text/css" href="../templates/html/syntax.css"/>
    <link rel="stylesheet" type="text/css" href="../templates/html/user.css"/>

    <meta name="author" content="<%= authors.join(', ') %>" />
    <meta name="subject" content="<%= subject %>" />
    <meta name="keywords" content="<%= keywords %>" />
    <meta name="date" content="<%= published_at %>" />
  </head>
  <body>
    <div class="frontcover container">
      <div>
        <h1><%= title %></h1>
        <p class="description"><%= subject %></p>
        <p class="authors"><%= authors.to_sentence %></p>
      </div>
    </div>

    <div class="table-of-contents">
      <h2 class="no-toc">Content</h2>
      <div id="toc">
        <%= toc %>
      </div>
    </div>

    <div id="chapters">
      <%= content %>
    </div>

    <div class="imprint container">
      <div>
        <h2><%= title %></h2>
        <p><%= authors.to_sentence %></p>
        <p><%= copyright %></p>
      </div>
    </div>
  </body>
</html>

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
kitabu-1.0.6 templates/layout.erb
kitabu-1.0.5 templates/layout.erb
bookshelf-1.1.0 templates/layout.erb
bookshelf-1.0.0 templates/layout.erb
kitabu-1.0.4 templates/layout.erb
kitabu-1.0.3 templates/layout.erb
kitabu-1.0.2 templates/layout.erb
kitabu-1.0.1 templates/layout.erb
kitabu-1.0.0 templates/layout.erb
kitabu-1.0.0.rc4 templates/layout.erb
kitabu-1.0.0.rc3 templates/layout.erb
kitabu-1.0.0.rc2 templates/layout.erb
kitabu-1.0.0.rc1 templates/layout.erb