## -*- coding: utf-8 -*- <%! from django.utils.translation import ugettext as _ from django.template.defaultfilters import escapejs import json %> <%namespace name='static' file='static_content.html'/> <% # set doc language direction from django.utils.translation import get_language_bidi dir_rtl = 'rtl' if get_language_bidi() else 'ltr' %> <%block name="title"></%block> | % if context_course: <% ctx_loc = context_course.location %> ${context_course.display_name_with_default | h} | % elif context_library: ${context_library.display_name_with_default | h} | % endif ${settings.STUDIO_NAME} <%static:css group='style-vendor'/> <%static:css group='style-vendor-tinymce-content'/> <%static:css group='style-vendor-tinymce-skin'/> <%static:css group='style-app'/> <%static:css group='style-app-extend1'/> <%static:css group='style-xmodule'/> <%include file="widgets/segment-io.html" /> <%block name="header_extras"> <%block name="view_notes"> ${_("Skip to this view's content")} ## js templates
<% online_help_token = self.online_help_token() if hasattr(self, 'online_help_token') else None %> <%include file="widgets/header.html" args="online_help_token=online_help_token" />
<%block name="page_alert">
<%block name="content">
% if user.is_authenticated(): <%include file="widgets/sock.html" args="online_help_token=online_help_token" /> % endif <%include file="widgets/footer.html" /> <%include file="widgets/tender.html" />
<%block name="modal_placeholder"> <%block name="jsextra">