Sha256: a4684dea946cd1028d83f8dca8f21b5e4c10ea933245f880e2702e1590c76750

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= language %>">
  <head>
    <link rel="stylesheet" type="text/css" href="styles/epub.css"/>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <title>Table of Contents</title>
  </head>
  <body>
    <div id="toc">
      <ul>
        <% toc.each do |toc| %>
          <li>
            <a href="<%= toc[1] %>"><%= toc[0] %></a>
          </li>
        <% end %>
      </ul>
    </div>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookshelf-1.2.4 templates/toc.erb