<%inherit file="base.html" /> <%def name="online_help_token()"><% return "textbooks" %> <%namespace name='static' file='static_content.html'/> <%! import json from django.utils.translation import ugettext as _ %> <%block name="title">${_("Textbooks")} <%block name="bodyclass">is-signedin course view-textbooks <%block name="header_extras"> % for template_name in ["edit-textbook", "show-textbook", "edit-chapter", "no-textbooks", "basic-modal", "modal-button", "upload-dialog"]: % endfor <%block name="jsextra"> <%block name="requirejs"> require(["js/factories/textbooks"], function(TextbooksFactory) { TextbooksFactory(${json.dumps(textbooks)}); }); <%block name="content">

${_("Content")} > ${_("Textbooks")}

${_("Page Actions")}

  • ${_("New Textbook")}

${_("Why should I break my textbook into chapters?")}

${_("Breaking your textbook into multiple chapters reduces loading times for students, especially those with slow Internet connections. Breaking up textbooks into chapters can also help students more easily find topic-based information.")}

${_("What if my book isn't divided into chapters?")}

${_("If your textbook doesn't have individual chapters, you can upload the entire text as a single chapter and enter a name of your choice in the Chapter Name field.")}

${_("Learn more about textbooks")}