Sha256: 3fa63d9fa753cd958bb24cf80c642e4268d8c350aa8df23646df4a016ed9365e

Contents?: true

Size: 855 Bytes

Versions: 3

Compression:

Stored size: 855 Bytes

Contents

<h1><%= book.title %></h1>
<% unless book.subtitle.nil? %><h2><%= book.subtitle %></h2><% end %>
<h3>by <%= book.author %></h3>

<div class="title-page-rule"></div>

<table border="0" cellspacing="0" cellpadding="0" style="width: 100%; text-align: right;">
  <tbody>
    <tr>
      <td>
        <p class="footnotesize" style="font-style: italic;">
        <% unless book.publisher.nil? %>
        Published by <%= book.publisher %>: <%= book.publisher_atag %><br/>
        <% end %>
        <% unless book.book_atag.nil? %>
        Find out more about this book at: <%= book.book_atag %>
        <% end %>
        </p>
      </td>
      <td>
        <% unless book.publisher_logo.nil? %>
        <div class="publisher-logo"><img src="../Images/<%= book.publisher_logo %>" alt="logo"/></div>
        <% end %>
      </td>
    </tr>
  </tbody>
</table>



Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
prophecy-0.2.7 lib/prophecy/generators/book/manuscript/xhtml/titlepage.xhtml.erb
prophecy-0.2.6 lib/prophecy/generators/book/manuscript/xhtml/titlepage.xhtml.erb
prophecy-0.2.5 lib/prophecy/generators/book/manuscript/xhtml/titlepage.xhtml.erb