<h3class="title-3">${_("Adding content to your library")}</h3>
...
...
@@ -100,8 +100,8 @@ from openedx.core.djangolib.markup import HTML, Text
<divclass="bit external-help">
<ahref="${get_online_help_info(online_help_token())['doc_url']}"target="_blank"class="button external-help-button">${_("Learn more about content libraries")}</a>
<spanclass="tip">${_("Steps required to earn course credit")}</span>
...
...
@@ -173,11 +173,11 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
% else:
<p>No credit requirements found.</p>
% endif
</section>
</div>
<hrclass="divide"/>
% endif
<sectionclass="group-settings schedule">
<divclass="group-settings schedule">
<header>
<h2class="title-2">${_('Course Schedule')}</h2>
<spanclass="tip">${_('Dates that control when your course can be viewed')}</span>
...
...
@@ -267,10 +267,10 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
</div>
</div>
% endif
</section>
</div>
% if about_page_editable:
<sectionclass="group-settings course_details">
<divclass="group-settings course_details">
<header>
<h2class="title-2">${_('Course Details')}</h2>
<spanclass="tip">${_('Provide useful information about your course')}</span>
...
...
@@ -287,11 +287,11 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
<spanclass="tip tip-stacked">${_("Identify the course language here. This is used to assist users find courses that are taught in a specific language.")}</span>
</li>
</ol>
</section>
</div>
% endif
<hrclass="divide"/>
<sectionclass="group-settings marketing">
<divclass="group-settings marketing">
<header>
<h2class="title-2">${_("Introducing Your Course")}</h2>
<spanclass="tip">${_("Information for prospective students")}</span>
...
...
@@ -462,11 +462,11 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
<spanclass="tip">${_("Add the learning outcomes for this course")}</span>
...
...
@@ -479,10 +479,10 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
<spanclass="icon fa fa-plus icon-inline"aria-hidden="true"></span>${_("Add Learning Outcome")}
</button>
</div>
</section>
</div>
<hrclass="divide"/>
<sectionclass="group-settings instructor-types">
<divclass="group-settings instructor-types">
<header>
<h2class="title-2">${_("Instructors")}</h2>
<spanclass="tip">${_("Add details about the instructors for this course")}</span>
...
...
@@ -495,13 +495,13 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
<spanclass="icon fa fa-plus icon-inline"aria-hidden="true"></span>${_("Add Instructor")}
</button>
</div>
</section>
</div>
% endif
% if about_page_editable or is_prerequisite_courses_enabled or is_entrance_exams_enabled:
<hrclass="divide"/>
<sectionclass="group-settings requirements">
<divclass="group-settings requirements">
<header>
<h2class="title-2">${_("Requirements")}</h2>
<spanclass="tip">${_("Expectations of the students taking this course")}</span>
...
...
@@ -550,14 +550,14 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
</li>
% endif
</ol>
</section>
</div>
% endif
% if self_paced_enabled:
<hrclass="divide"/>
<sectionclass="group-settings pacing">
<divclass="group-settings pacing">
<header>
<h2class="title-2">${_("Course Pacing")}</h2>
<spanclass="tip">${_("Set the pacing for this course")}</span>
...
...
@@ -576,14 +576,14 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
<spanclass="tip">${_("Self-paced courses do not have release dates for course content or due dates for assignments. Learners can complete course material at any time before the course end date.")}</span>
<imgsrc="/asset-v1:DelftX+CTB3365DWx+1T2016+type@asset+block@Delftx_water_course_image2.jpg"class="course-image"alt="CTB3365DWx Introduction to Drinking Water Treatment Cover Image">
<imgsrc="/asset-v1:DelftX+CTB3365DWx+1T2016+type@asset+block@Delftx_water_course_image2.jpg"class="course-image"alt="CTB3365DWx Introduction to Drinking Water Treatment Cover Image">
@@ -55,7 +55,7 @@ from openedx.core.djangolib.markup import HTML, Text
<%blockname="bodyclass">view-in-course view-course-info ${course.css_class or ''}</%block>
<mainid="main"aria-label="Content"tabindex="-1">
<sectionclass="container">
<divclass="container">
<divclass="home">
<divclass="page-header-main">
<h1class="page-title">${_("Welcome to {org}'s {course_name}!").format(org=course.display_org_with_default, course_name=course.display_number_with_default)}</h1>
...
...
@@ -108,5 +108,5 @@ from openedx.core.djangolib.markup import HTML, Text