<label for="chapter-<%= order %>-name"><%= gettext("Chapter Name") %></label>
<input id="chapter-<%= order %>-name" name="chapter-<%= order %>-name" placeholder="<%= _.str.sprintf(gettext("Chapter %s"), order) %>" value="<%= name %>">
<p class="help_text"><%= gettext("the title/name of the chapter that will be used in navigating") %></p>
<li class="chapter chapter<%= order %> field-group">
<div class="input-wrap field text required field-add-chapter-name chapter<%= order %>-name">
<label for="chapter<%= order %>-name"><%= gettext("Chapter Name") %></label>
<input id="chapter<%= order %>-name" name="chapter<%= order %>-name" class="short" placeholder="<%= _.str.sprintf(gettext("Chapter %s"), order) %>" value="<%= name %>" type="text">
<span class="tip tip-stacked"><%= gettext("the title/name of the chapter that will be used in navigating") %></span>
</div>
<div class="input-wrap">
<label for="chapter-<%= order %>-asset-path"><%= gettext("Chapter Asset") %>:</label>
<input id="chapter-<%= order %>-asset-path" name="chapter-<%= order %>-asset-path" placeholder="<%= _.str.sprintf(gettext("path/to/introductionToCookieBaking-CH%d.pdf"), order) %>" value="<%= asset_path %>">
<p class="help_text"><%= gettext("provide the path for a file or asset already added to this course") %></p>
<div class="input-wrap field text required field-add-chapter-asset chapter<%= order %>-asset">
<label for="chapter<%= order %>-asset-path"><%= gettext("Chapter Asset") %>:</label>
<input id="chapter<%= order %>-asset-path" name="chapter<%= order %>-asset-path" placeholder="<%= _.str.sprintf(gettext("path/to/introductionToCookieBaking-CH%d.pdf"), order) %>" value="<%= asset_path %>" type="text">
<span class="tip tip-stacked"><%= gettext("provide the path for a file or asset already added to this course") %></span>
<input id="textbook-name-input" type="text" placeholder="<%= gettext("Introduction to Cookie Baking") %>" value="<%= name %>">
<span class="tip tip-stacked"><%= gettext("the title/name of the text book as you would like your students to see it.") %></span>
</div>
</li>
<li>
<ol class="chapters list-input enum"></ol>
</li>
</ol>
<p><%= gettext("Note: <strong>It's best practice to break your course's textbook into multiple chapters</strong> to reduce loading times for students. Breaking up textbooks into chapters can also help with students more easily finding a concept or topic-based information.") %></p>
<button class="add-chapter"><%= gettext("Add a Chapter") %></button>
<ahref="#"class="button upload-button new-button"><iclass="ss-icon ss-symbolicons-standard icon icon-create"></i> New Textbook</a>
<ahref="#"class="button upload-button new-button"><iclass="icon-cloud-upload "></i> New Textbook</a>
</li>
</ul>
</nav>
...
...
@@ -131,15 +131,18 @@ $(function() {
</div>
<divclass="main-wrapper">
<sectionclass="content">
<divclass="inner-wrapper">
Textbooks are happy. Textbooks are cool. This is the filler text
explaining why you should use a feature as happy and as cool as textbooks.
If you use textbooks, you will make friends and influence people. You will
lose weight and people will compliment you on your appearance. Children
around the world will sing praises to your name, and celebrities will
recongize you as a totally hip and groovy person. If you don't use textbooks,
your life will be forever incomplete, and you will die alone and unloved.
Make the right choice. Upload your first textbook now.
<divclass="introduction has-links">
<pclass="copy">Textbooks are happy. Textbooks are cool. This is the filler text explaining why you should use a feature as happy and as cool as textbooks. If you use textbooks, you will make friends and influence people. You will lose weight and people will compliment you on your appearance. Children around the world will sing praises to your name, and celebrities will recongize you as a totally hip and groovy person. If you don't use textbooks, your life will be forever incomplete, and you will die alone and unloved. Make the right choice. Upload your first textbook now.</p>
<navclass="nav-introduction-supplementary">
<ul>
<liclass="nav-item"><ahref="#"rel="modal"title="This link will open in a modal window"><iclass="icon-question-sign"></i> Need help adding a textbook?</a></li>