<%inherit file="base.html" /> <%! from django.core.urlresolvers import reverse from django.utils.translation import ugettext as _ %> <%block name="title">${_("Files & Uploads")} <%block name="bodyclass">is-signedin course uploads view-uploads <%namespace name='static' file='static_content.html'/> <%block name="header_extras"> % for template_name in ["asset-library", "asset", "paging-header", "paging-footer"]: % endfor <%block name="jsextra"> <%block name="content">

${_("Content")} > ${_("Files & Uploads")}

${_("Page Actions")}

  • ${_("Upload New File")}

${_("What files are listed here?")}

${_("In addition to the files you upload on this page, any files that you add to the course appear in this list. These files include your course image, textbook chapters, and files that appear on your Course Handouts sidebar.")}

${_("What can I do on this page?")}

  • ${_("You can upload new files or view, download, or delete existing files. You can lock a file so that people who are not enrolled in your course cannot access that file.")}
  • ${_("Use the URL listed for a file to create a link to that file in the Course Handouts sidebar or in the body of the course.")}
${_('close')}

${_("Upload New File")}

${_("Choose File")}
<%block name="view_alerts">

${_('Your file has been deleted.')}

${_('close alert')}