Sha256: 386081dcc4472e5c99cf4438f46836c6d2db2dbccf3186f8c27934611f940dc0

Contents?: true

Size: 1.3 KB

Versions: 11

Compression:

Stored size: 1.3 KB

Contents

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!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">
  <head>
    <title>Contents</title>
    <link href="../Styles/style.css" rel="stylesheet" type="text/css" />
  </head>
  <body>
    <div id="toc" xml:lang="en-US">
      <h1>Contents</h1>
      <ul>
        <!--
        <li><a href="../Text/cover.xhtml"><span>Cover</span></a></li>
        <li><a href="../Text/frontmatter.xhtml"><span>Front Matter</span></a></li>
        <li><a href="../Text/dedication.xhtml"><span>Dedication</span></a></li>
        <li><a href="../Text/foreword.xhtml"><span>Foreword</span></a></li>
        -->
        {% if book.introduction %}
          <li><a href="../Text/introduction.xhtml"><span>Introduction</span></a></li>
        {% endif %}

        {% for chapter in book.chapters %}
          <li><a href="../Text/chapter{{ chapter.id }}.xhtml"><span>{{ chapter.title }}</span></a></li>
        {% endfor %}

        {% if book.endnotes %}
          <li><a href="../Text/endnotes.xhtml"><span>Endnotes</span></a></li>
        {% endif %}
        <!--
        <li><a href="../Text/acknowledgements.xhtml"><span>Acknowledgements</span></a></li>
        -->
      </ul>
    </div>
  </body>
</html>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
epubber-0.2.0 lib/templates/OEBPS/Text/toc.xhtml
epubber-0.1.5 lib/templates/OEBPS/Text/toc.xhtml
epubber-0.1.4 lib/templates/OEBPS/Text/toc.xhtml
epubber-0.1.3 lib/templates/OEBPS/Text/toc.xhtml
epubber-0.1.2 lib/templates/OEBPS/Text/toc.xhtml
epubber-0.1.1 lib/templates/OEBPS/Text/toc.xhtml
epubber-0.1.0 lib/templates/OEBPS/Text/toc.xhtml
epubber-0.0.4 lib/templates/OEBPS/Text/toc.xhtml
epubber-0.0.3 lib/templates/OEBPS/Text/toc.xhtml
epubber-0.0.2 lib/templates/OEBPS/Text/toc.xhtml
epubber-0.0.1 lib/templates/OEBPS/Text/toc.xhtml