Commit c22677c1 by Peter Fogg

Move Course Handouts to Course Resources and Tools.

The existing course handouts section is moved underneath Course
Updates and News, with updated styling.

ECOM-2808
parent 786c4456
...@@ -423,13 +423,13 @@ class CourseFields(object): ...@@ -423,13 +423,13 @@ class CourseFields(object):
scope=Scope.settings scope=Scope.settings
) )
has_children = True has_children = True
info_sidebar_name = String( info_section_name = String(
display_name=_("Course Home Sidebar Name"), display_name=_("Course Home Sidebar Name"),
help=_( help=_(
"Enter the heading that you want students to see above your course handouts on the Course Home page. " "Enter the heading that you want students to see above your course handouts on the Course Home page. "
"Your course handouts appear in the right panel of the page." "Your course handouts appear in the right panel of the page."
), ),
scope=Scope.settings, default='Course Handouts') scope=Scope.settings, default=_('Course Resources and Tools'))
show_timezone = Boolean( show_timezone = Boolean(
help=_( help=_(
"True if timezones should be shown on dates in the courseware. " "True if timezones should be shown on dates in the courseware. "
......
...@@ -176,7 +176,7 @@ class AdvancedSettingsPage(CoursePage): ...@@ -176,7 +176,7 @@ class AdvancedSettingsPage(CoursePage):
'advertised_start', 'advertised_start',
'announcement', 'announcement',
'display_name', 'display_name',
'info_sidebar_name', 'info_section_name',
'is_new', 'is_new',
'issue_badges', 'issue_badges',
'max_student_enrollments_allowed', 'max_student_enrollments_allowed',
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
div.info-wrapper { div.info-wrapper {
background-color: $homepage-background; background-color: $homepage-background;
border-top: none;
section.updates { section.updates {
@extend .content; @extend .content;
...@@ -54,7 +55,8 @@ div.info-wrapper { ...@@ -54,7 +55,8 @@ div.info-wrapper {
@include text-align(left); @include text-align(left);
@extend %t-strong; @extend %t-strong;
@extend %t-title6; @extend %t-title6;
margin-bottom: $baseline; margin-bottom: 0;
@include padding(12px, 26px, 20px, 0);
font-style: normal; font-style: normal;
} }
...@@ -72,7 +74,6 @@ div.info-wrapper { ...@@ -72,7 +74,6 @@ div.info-wrapper {
padding: $baseline; padding: $baseline;
list-style-type: none; list-style-type: none;
margin-bottom: lh(1.5); margin-bottom: lh(1.5);
background-color: $white;
ol, ul { ol, ul {
ol,ul { ol,ul {
...@@ -128,24 +129,20 @@ div.info-wrapper { ...@@ -128,24 +129,20 @@ div.info-wrapper {
} }
} }
section.handouts { section.course-dates {
padding: 20px 30px; @include padding(32px, 30px, 20px, 30px);
margin: 0; margin: 0;
@extend .sidebar; @extend .sidebar;
background: rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0);
box-shadow: none; box-shadow: none;
font-size: 14px; font-size: 14px;
a {
color: $link-color;
}
&:after { &:after {
left: -1px; left: -1px;
right: auto; right: auto;
} }
h1 { .course-info-heading {
@include text-align(left); @include text-align(left);
@extend %t-strong; @extend %t-strong;
@extend %t-title6; @extend %t-title6;
...@@ -154,146 +151,60 @@ div.info-wrapper { ...@@ -154,146 +151,60 @@ div.info-wrapper {
font-style: normal; font-style: normal;
} }
ul { @media print {
margin-bottom: 14px; background: transparent !important;
} }
}
ol { section.handouts {
margin-bottom: 14px; margin: $baseline;
li { border-top: ($baseline/4) solid $gray-l5;
@include text-align(left);
a {
display: block;
padding: 0;
color: $link-color;
&:hover,
&:focus {
background: transparent;
}
}
&.expandable,
&.collapsable {
margin: 0 16px 14px 16px;
@include transition(all .2s linear 0s);
h4 {
color: $link-color;
font-size: 1em;
font-weight: normal;
padding-left: 30px;
}
}
&.collapsable {
background: $white;
border-radius: 3px;
padding: 14px 0;
box-shadow: 0 0 1px 1px $shadow-l1, 0 1px 3px rgba(0, 0, 0, .25);
h4 {
margin-bottom: 16px;
}
}
&.multiple {
a {
display: inline-block;
padding: 0;
&:hover,
&:focus {
background: transparent;
}
}
}
ul {
background: none;
margin: 0;
li {
border-bottom: 0;
border-top: 1px solid #e6e6e6;
font-size: 0.9em;
margin: 0;
padding: 15px 30px;
a {
display: inline-block;
padding: 0;
&:hover,
&:focus {
background: transparent;
}
}
}
}
div.hitarea { .course-info-heading {
background-image: url('#{$static-path}/images/treeview-default.gif') no-repeat; @include text-align(left);
display: block; @extend %t-strong;
height: 100%; @extend %t-title6;
margin-left: 0; margin-top: $baseline;
max-height: 20px; margin-bottom: ($baseline/2);
position: absolute; padding: 0;
width: 100%; font-style: normal;
}
&:hover,
&:focus {
opacity: 0.6;
filter: alpha(opacity=60);
+ h4 {
@extend a:hover;
text-decoration: underline;
}
}
&.expandable-hitarea { h1 {
background-position: -72px 0px; @include text-align(left);
} @extend %t-strong;
@extend %t-title7;
margin-bottom: 0;
}
&.collapsable-hitarea { a {
background-position: -55px -23px; color: $link-color;
} }
}
h3 { ul {
border-bottom: 0; margin: ($baseline/2) 0;
box-shadow: none; padding: 0;
color: #888; list-style: none;
font-size: 1em;
margin-bottom: 0;
}
p { > li {
letter-spacing: 0; margin: ($baseline/4) 0;
margin: 0; }
text-transform: none; }
a { ol {
padding-right: 8px; margin: 0;
padding: 0;
display: inline-block;
list-style: none;
@include font-size(14);
&:before { > li {
color: $gray-l3; margin: ($baseline/4) 0;
content: "•"; border-bottom: 2px solid $gray-l4;
display: inline-block; }
padding-right: 8px;
}
&:first-child { li:last-child {
&:before { border: none;
content: "";
padding-right: 0;
}
}
}
}
} }
} }
......
...@@ -34,15 +34,6 @@ from openedx.core.djangoapps.self_paced.models import SelfPacedConfiguration ...@@ -34,15 +34,6 @@ from openedx.core.djangoapps.self_paced.models import SelfPacedConfiguration
<%include file="/courseware/course_navigation.html" args="active_page='info'" /> <%include file="/courseware/course_navigation.html" args="active_page='info'" />
<%block name="js_extra">
<script type="text/javascript" src="${static.url('js/jquery.treeview.js')}"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$(".handouts").treeview({collapsed:true, unique:true/*, cookieId: "treeview-book-nav", persist: "cookie"*/});
});
</script>
</%block>
<%block name="bodyclass">view-in-course view-course-info ${course.css_class or ''}</%block> <%block name="bodyclass">view-in-course view-course-info ${course.css_class or ''}</%block>
<section class="container"> <section class="container">
<div class="home"> <div class="home">
...@@ -59,37 +50,42 @@ from openedx.core.djangoapps.self_paced.models import SelfPacedConfiguration ...@@ -59,37 +50,42 @@ from openedx.core.djangoapps.self_paced.models import SelfPacedConfiguration
% endif % endif
</div> </div>
<div class="info-wrapper"> <div class="info-wrapper">
% if user.is_authenticated(): <div class="course-updates">
<section class="updates"> % if user.is_authenticated():
% if studio_url is not None and masquerade and masquerade.role == 'staff': <section class="updates">
<div class="wrap-instructor-info studio-view"> % if studio_url is not None and masquerade and masquerade.role == 'staff':
<a class="instructor-info-action" href="${studio_url}"> <div class="wrap-instructor-info studio-view">
${_("View Updates in Studio")} <a class="instructor-info-action" href="${studio_url}">
</a> ${_("View Updates in Studio")}
</div> </a>
</div>
% endif
<h1 class="course-info-heading">${_("Course Updates and News")}</h1>
${get_course_info_section(request, masquerade_user, course, 'updates')}
</section>
% if SelfPacedConfiguration.current().enable_course_home_improvements:
<section aria-label="${_('Important Course Dates')}" class="course-dates">
<h1 class="course-info-heading">${_("Important Course Dates")}</h1>
${get_course_date_summary(course, user)}
</section>
% endif
% else:
<section class="updates">
<h1 class="course-info-heading">${_("Course Updates and News")}</h1>
${get_course_info_section(request, masquerade_user, course, 'guest_updates')}
</section>
% endif % endif
</div>
<h1>${_("Course Updates and News")}</h1> % if user.is_authenticated():
${get_course_info_section(request, masquerade_user, course, 'updates')} <section aria-label="${_('Handout Navigation')}" class="handouts">
</section> <h1 class="course-info-heading">${_(course.info_section_name)}</h1>
<section aria-label="${_('Handout Navigation')}" class="handouts"> ${get_course_info_section(request, masquerade_user, course, 'handouts')}
% if SelfPacedConfiguration.current().enable_course_home_improvements: </section>
<h1>${_("Important Course Dates")}</h1>
${get_course_date_summary(course, user)}
% endif
<h1>${_(course.info_sidebar_name)}</h1>
${get_course_info_section(request, masquerade_user, course, 'handouts')}
</section>
% else: % else:
<section class="updates"> <section aria-label="${_('Handout Navigation')}" class="handouts">
<h1>${_("Course Updates &amp; News")}</h1> <h1 class='course-info-heading'>${_("Course Handouts")}</h1>
${get_course_info_section(request, masquerade_user, course, 'guest_updates')} ${get_course_info_section(request, course, 'guest_handouts')}
</section> </section>
<section aria-label="${_('Handout Navigation')}" class="handouts">
<h1>${_("Course Handouts")}</h1>
${get_course_info_section(request, masquerade_user, course, 'guest_handouts')}
</section>
% endif % endif
</div> </div>
</section> </section>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment