Sha256: c2d44341ac35bff49390bf62b308ecf62bb635351175768f10f77136556014d8

Contents?: true

Size: 575 Bytes

Versions: 8

Compression:

Stored size: 575 Bytes

Contents

<% if @output == :pdf %>
<div class="halftitlepage">
<h1 class="no-toc"><%= @book.title %></h1>
<h2 class="no-toc"><%= @book.subtitle %></h2>
<h3 class="no-toc">Third Edition</h3>
</div>
<% end %>

<div class="titlepage">
<h1 class="no-toc"><%= @book.title %></h1>
<h2 class="no-toc"><%= @book.subtitle %></h2>
<h3 class="no-toc">Third Edition</h3>

<p class="no-toc">H&#229;kon Wium Lie &amp; Bert Bos</p>
<!-- also, the publisher's name would typically be printed here -->
</div>

<div class="imprint">
<p>Copyright &copy; 2005 H&#229;kon Wium Lie &amp; Bert Bos</p>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bookshop-0.1.8 lib/bookshop/generators/bookshop/app/templates/book/frontmatter/title.html.erb
bookshop-0.1.7 lib/bookshop/generators/bookshop/app/templates/book/frontmatter/title.html.erb
bookshop-0.1.6 lib/bookshop/generators/bookshop/app/templates/book/frontmatter/title.html.erb
bookshop-0.1.5 lib/bookshop/generators/bookshop/app/templates/book/frontmatter/title.html.erb
bookshop-0.1.4 lib/bookshop/generators/bookshop/app/templates/book/frontmatter/title.html.erb
bookshop-0.1.3 lib/bookshop/generators/bookshop/app/templates/book/frontmatter/title.html.erb
bookshop-0.1.2 lib/bookshop/generators/bookshop/app/templates/book/frontmatter/title.html.erb
bookshop-0.1.1 lib/bookshop/generators/bookshop/app/templates/book/frontmatter/title.html.erb